Issue with Zwave device #6510
Closed
jameswardzala
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
This issue is releated to the underlying Z-Wave JS Driver, please report it here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2023-11-20 10:15:59.625 INFO Z-WAVE: Removing user callbacks
2023-11-20 10:16:29.658 INFO APP: GET /health/zwave 301 0.490 ms - 191
2023-11-20T10:16:39.801Z CNTRLR [Node 003] failed to decode the message, retrying with SPAN extension...
2023-11-20 10:16:39.834 INFO Z-WAVE: [Node 003] Value updated: 38-0-targetValue null => 99
2023-11-20 10:16:39.839 INFO Z-WAVE: [Node 003] Value updated: 38-0-currentValue null => 99
2023-11-20T10:16:39.851Z DRIVER Dropping message because it could not be deserialized: The command class Appli
cation Status is not implemented (ZW0303)
2023-11-20 10:16:44.878 INFO Z-WAVE: [Node 003] Value updated: 38-0-targetValue 99 => null
2023-11-20 10:16:44.880 INFO Z-WAVE: [Node 003] Value updated: 38-0-duration unknown => unknown
2023-11-20 10:16:44.882 INFO Z-WAVE: [Node 003] Value updated: 38-0-currentValue 99 => null
My Nice IBT4ZWAVE device has been detected correctly but when i try to open or close the gate i receive two errors in the log, and the device doesnt function.
specifically : [Node 003] failed to decode the message, retrying with SPAN extension...
and Dropping message because it could not be deserialized: The command class Appli
cation Status is not implemented (ZW0303)
any ideas how i can resolve this
Beta Was this translation helpful? Give feedback.
All reactions