Skip to content

lambda-ger/sofar-hyd-ep-remote-control-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sofar-hyd-ep-remote-control-scripts

Ready to go scripts for implementation in e.g. NodeRed

#howto first you need to install minimalmodbus and pyserial

The port must be set up in each file port = "/dev/ttyUSB0"

set inverter to standby

python3 ./standby.py you can also activate "full standby" in the file.

A full standby saves energy, but the inverter takes much longer until it can run at full power again. (up to 15 minutes)

set inverter to automatic

python3 ./auto.py

set inverter to charge

python3 ./charge.py

or

python3 ./charge.py 1000

if no value is specified, 5000 watts is assumed (can be changed in the file)

set inverter to discharge

python3 ./discharge.py

or

python3 ./discharge.py 1000

if no value is specified, 5000 watts is assumed (can be changed in the file)

About

Ready to go scripts for implementation in e.g. NodeRed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages