-
Notifications
You must be signed in to change notification settings - Fork 36
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
bad json payload #22
Comments
I found the same... I found a little solution. Please comment....
|
I have a similar issue with a bad json payload, but on scene buttons. I have 3 scene buttons, but when I press on the last button, the last '}' is doubled. |
See #27 |
I had a similar issue and wrote my own version of the split_55 function, which checks the payload length in the data sent by the panel:
In this version, no additional payload validation tests are needed and any value received from the display is processed correctly.
|
i have found a weird bug(?) …using the original blakadder’s nspanel.be .When i change the thermostat’s setting for example from 19 to 20 i get at mqtt
{"NSPanel":{"ATCMode":0,"ATCExpect0":20}}
and everything is working ok parsing and transforming reading the number setpoint in openhab
but when i set to 21 and only then i get
{"NSPanel":{"ATCMode":0,"ATCExpect0":21}B}}
This is only happening with “21” value…
The text was updated successfully, but these errors were encountered: