Since weāve bought a bunch of solar panels on our roof, Iām building an electricity monitoring device based on the Arduino microcontroller.
Itās running for a while, monitoring solar power generation but now it can also read the Smart energy Meter which we got from the energy company.Ā So currently it reads and/or calculates the following data:
- Actual & Peak solar power generation - total solar power generation today and lifetime - actual, peak and total today electricity import from grid - actual, peak and total today electricity export to grid - Actual, Peak and total today electricity consumption (Import + Solar - export) - Gas consumption per hour and day
All values are uploaded to PVoutput.org which offers some extended parameters to āsupportersā. Those can be used for i.e. Gas consumption. Unfortunately it can store the data but not (yet) show them in graphs.
Read more and download sources on the Arduino projects here. And check the menu too for āDIY - Domotica & PVOutputā for more details!
You can download the whole package, Energy Meter, Domotica Gateway and Wireless LCD Display. Unfortunately it is not āmonkey proofā, so you have to dig into the code and change it to suit your situation and needs.