Python project that monitors the EnviR CurrentCost unit's data output and uploads its data to PVOutput.org
It currently only handles consumption data produced by an OptiSmart sensor.
This is mostly written to fulfil a personal need to upload electrical consumption data about my house to the PVOutput.org site, which thusly enables calculation of how much solar-generated electricity is being exported to the grid versus consumed in the house.
The code currently only works with an OptiSmart sensor because it produces the required watt-hour data for energy consumption. To my knowledge, this is not possible with current clamps which only measure instantaneous power - they are also extremely inaccurate!
TODO:
* unit tests for the code
* Ubuntu packaging
* start-at-boot
View full history Series and milestones
trunk series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- Python