Replies: 1 comment 10 replies
-
@s-frei version 5.8 is from 8 months ago, lot of things have changed in the meanwhile
The value shouldn't be missing, at least I didn't change that part of code that handles it: https://github.com/zwave-js/zwavejs2mqtt/blob/master/lib/Gateway.ts#L1805 Does the value is ALWAYS missing or just sometime? Did you tried to change the payload type to see if value is present with JSON/Raw type? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
first of all I really appreaciate your good work you are doing here, and to
see the progress over the last years! 🚀 Keep up the good work.
Now to the problem I encountered just recently. I'm deserializing the Entire Z-Wave value Object messages
to corresponding Java objects. I've unit tested those deserializations with real collected messages using
v5.8.0
.The
type
field in the messages are giving me a hint what type of object I could expect, parsing thevalue
.This works well for a message like (used in unit test):
Today I got some stacktraces on deserializing messages sent with
v6.12.0
. Example of failing message:because the
value
field is missing there. Is it expectable that this field might be missing from now on?Is this related to the change made here d437d5e?
The actual used device:
Couldn't find anything more specific about this behaviour and wasn't sure if this should be an issue.
If you need more information, additional data, and so on, let me know. I'll try to response as fast as
possible 🙂
Beta Was this translation helpful? Give feedback.
All reactions