Skip to content

Python interface and logger for the wattnode energy meter (modbus)

License

Notifications You must be signed in to change notification settings

amm042/pywattnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pywattnode

Python interface and logger for the wattnode energy meter (modbus)

Installing as an init script

Pre-Requisites: Following packages need to be pre-installed.

    $ sudo pip install paho-mqtt 
    $ sudo pip install simplejson

In addition this assumes pywattnode is cloned in /home/pi/pywattnode and pip is already installed

$ sudo ln -s /home/pi/pywattnode /usr/local/pyWattnode
$ sudo cp pywattnode/pywattnode /etc/init.d
$ sudo cp pywattnode/pywattnode.conf /etc
$ chmod +x pywattnode/pywattnode.py
$ sudo update-rc.d pywattnode defaults
$ sudo service pywattnode start

About

Python interface and logger for the wattnode energy meter (modbus)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published