gluap / pyess

Python library for communication with LG ESS power converters
MIT License
31 stars 10 forks source link

switch-tasks not working #10

Closed thomasfoxl closed 4 years ago

thomasfoxl commented 4 years ago

It seems that the switch-tasks are not working. I'm trying to switch on "Fast charging" using

mosquitto_pub -h localhost -p 1883 -t /ess/control/fastcharge -m True

I also tried

mosquitto_pub -h localhost -p 1883 -t /ess/control/active -m False  
mosquitto_pub -h localhost -p 1883 -t /ess/control/fastcharge -m True  
mosquitto_pub -h localhost -p 1883 -t /ess/control/active -m True

Unfortunately, neither I see any reaction at the PCS/BATT nor the reported status changes.

Has anyone successfully tested the manipulation of settings?