This is a small DIY gas-meter built with Raspberry Uno, and a magnet sensor. Influxdb is installed in the Raspberry and later Grafan is being used for monitoring. Once the system is being built, you can attach it in magnetic gas meters which can be found in typical european old buildings. The project is being built during the "energy-crisis" in Germany, where the gas price on the Spot market more than tripled and to give the user more energy visibility of their own.
- cd Desktop
- git clone https://github.com/JavkhlanEnkhbold/gas-meter.git
- cd gas-meter
- cd monitoring (in RaspberryPi)
- python gas_meter.py & python update_influx.py
- cd Desktop git clone https://github.com/JavkhlanEnkhbold/gas-meter.git
- git checkout -b new_branch_name
- Code
- git add .
- git commit -m "ich habe das gemacht"
- git push --set-upstream origin new_branch_name