A Python library for interfacing with the "ONZO" energy monitor
Tested on Linux & MacOS
This software requires that you use Python 3.x.
To use this package you must also ensure you install required packages.
sudo pip install -r requirements.txt
To get a basic understanding of the meter readings from your Onzo energy meter you can use read.py
script to view data being broadcast over 433Mhz from your energy clamp and then read the data over usb connected to your computer.
python read.py
- Add documentation
- Add support for reading off historic data from display
- Document the devices protocol