Skip to content

A project that uses Sunspec modbus to get power usage. Developed in conjuction with a Fronius Primus

License

Notifications You must be signed in to change notification settings

msgis/sunspec-modbus

 
 

Repository files navigation

Developed with Python 3.5 (Tested with Python 3.4)

Required Python Packages
 * pyModbusTCP
 * mysql-connector (this may be installed by default; may be called mysql-connector-python)

Use on Mac or Linux
  python -m pip install [package]
on windows 
  python.exe -m pip install [package]
  
You may need to navigate to the location of python or add the path to environment variables

MariaDB Create
DROP DATABASE IF EXISTS solar;
CREATE DATABASE solar;


MariaDB Permissions
GRANT all
ON solarDB.*
TO sUser@localhost identified by 'sPasswd';

About

A project that uses Sunspec modbus to get power usage. Developed in conjuction with a Fronius Primus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%