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

Error Vclient set value #136

Open tocks53 opened 7 months ago

tocks53 commented 7 months ago

Hello,

Thansk a lot for your program.

I have an error, when i use vclient

pi@raspberrypi:~ $ vclient -h 127.0.0.1:3002 -c getTempRaumSollParty
getTempRaumSollParty:
22.000000 Grad Celsius
pi@raspberrypi:~ $ vclient -h 127.0.0.1:3002 -c setTempRaumSollParty 21
SRV ERR: Error in unit conversion: , terminating
Error executing setTempRaumSollParty
SRV ERR: command unknown
setTempRaumSollParty:
server error
21:
server error
pi@raspberrypi:~ $

And the vcontrold

[18689] Sun Dec  3 11:02:36 2023 : Client connected 127.0.0.1:36136 (FD:5)
Erreur de segmentation

But when, i use the command setTempRaumSollParty in telnet, it's ok

root@raspberrypi:/home/pi/mqttvito# telnet 127.0.0.1 3002 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. vctrld>setTempRaumSollParty 21 OK vctrld>getTempRaumSollParty 21.000000 Grad Celsius vctrld>setTempRaumSollParty 22 OK vctrld>getTempRaumSollParty 22.000000 Grad Celsius