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
Hello,
Thansk a lot for your program.
I have an error, when i use vclient
And the vcontrold
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