joscha82 / wattpilot

Python library to connect to a Fronius Wattpilot Wallbox
MIT License
40 stars 10 forks source link

Error setting a property by MQTT #23

Open cauer71 opened 2 years ago

cauer71 commented 2 years ago

If i try to set a property with MQTT i get following error:

wattpilot> INFO:wattpilot.wattpilotshell:MQTT Message received: topic=wattpilot/properties/lbr/set, name=lbr, value=1
ERROR:wattpilot:Error Sending Request 1. Message: value must be uint8_t

i use this command: mosquitto_pub -u ***** -P ***** -t wattpilot/properties/lbr/set -m 1

niSeRdiSeR commented 1 year ago

same problem here with setting the amps... if you found a way to resolve this, please let us know - ty! I also tried removing the type in the wattpilot.yml, doesn't seem to have an effect though.