Reads and stores atm90e32 power values.


Keywords
FHmonitor
License
MIT
Install
pip install FHmonitor==0.0.12

Documentation

FHmonitor

Documentation Status

FHmonitor (FitHome monitor):

  • Is a Python Package written for the FitHome Experience.
  • Assumes the package is running on a Raspberry Pi.
  • Reads the active and reactive power registers of the atm90e32 and stores the readings into a mongo database.
  • Free software: MIT license
  • Documentation: https://FHmonitor.readthedocs.io.

Features

Credits

Our code stands on the shoulders of Tisham Dhar's work. In particular the atm90e26 Arduino library.

Another package we learned from was Circuit Setup's atm90e32 Arduino library.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.