Skip to content

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

License

Notifications You must be signed in to change notification settings

TeamNutBoltu/pywattnode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pywattnode

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

Installing as an init script

This assumes pywattnode is cloned in /home/pi/pywattnode

$ 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

Languages

  • Python 95.7%
  • Shell 4.3%