openv / vcontrold

:fire: vcontrold Daemon for control and logging of Viessmann® type heating devices
https://github.com/openv/openv/wiki
GNU General Public License v3.0
100 stars 54 forks source link

set-Commands funktionieren nicht #96

Closed Elon911 closed 1 year ago

Elon911 commented 2 years ago

Hallo,

die get commands funktionieren super. Die Set Commands leider nicht.

Beispiel: vclient -h 127.0.0.1:3002 -c setTimerZirkuMo 08:00 20:00 SRV ERR: Error in unit conversion: , terminating Error executing setTimerZirkuMo SRV ERR: command unknown SRV ERR: command unknown setTimerZirkuMo: server error 08:00: server error 20:00: server error

das gleiche gilt für andere set commands auch (gleiche Fehlermeldung), wie zb: vclient -h 127.0.0.1:3002 -c setPumpeStatusZirku 1 SRV ERR: Error in unit conversion: , terminating Error executing setPumpeStatusZirku SRV ERR: command unknown setPumpeStatusZirku: server error 1: server error

kann mir jemand helfen?

pinnaclebet commented 2 years ago

Problem solved: Instead of vclient -h 127.0.0.1:3002 -c setTimerZirkuMo 08:00 20:00 use vclient -h 127.0.0.1:3002 -c 'setTimerZirkuMo 08:00 20:00'