Skip to content

smalljaguar/PyOnzo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyOnzo

A Python library for interfacing with the "ONZO" energy monitor

Tested on Linux & MacOS

Installation

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

Energy readings

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

To Do

  • Add documentation
  • Add support for reading off historic data from display
  • Document the devices protocol

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Dockerfile 1.6%