joscha82 / wattpilot

Python library to connect to a Fronius Wattpilot Wallbox
MIT License
42 stars 11 forks source link

Stop loading from wattpilotshell #24

Closed mabunixda closed 2 years ago

mabunixda commented 2 years ago

Hi,

thanks for the great implementation - it transformed it now into golang library to use it with evcc. But I got one question open: How do you stop the load process from the commandline? Which parameter has to be set? alw does not allow writing on the wattpilot side

Thanks

cauer71 commented 2 years ago

Try to set the forceState to 0. For my tesla this works fine. it stops the charging and unlocks the charging cable forceState (Neutral=0, Off=1, On=2)

mabunixda commented 2 years ago

Thanks - works out perfect!