Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Vclient set value #136

Open
tocks53 opened this issue Dec 3, 2023 · 0 comments
Open

Error Vclient set value #136

tocks53 opened this issue Dec 3, 2023 · 0 comments

Comments

@tocks53
Copy link

tocks53 commented Dec 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant