Binary Power Switch that responds to Binary Switch CC version query with 0 #1653
-
Hey @hanskroner, I have another weird device behavior I'd like to discuss (from #1615). The device identifies as a Binary Power Switch
and lists the Binary Switch CC as supported:
but then responds to the version query with 0:
I'm not sure what to make of that. When zwave-js receives a Is this something we need to take into account or is this just another incorrect report from the device? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sounds like that TKB Home device is doing something "not right." From the specification for the Version Command Class Report:
Since the Command Class is listed in the NIF, the returned value should be between 1 and 255. The device is contradicting itself by returning '0' on the If you want to be able to support this device, it looks like it'll need some "device specific" handling to inject the supported version into the library 😞 |
Beta Was this translation helpful? Give feedback.
Sounds like that TKB Home device is doing something "not right." From the specification for the Version Command Class Report:
Since the Command Class is listed in the NIF, the returned value should be between 1 and 255. The device is contradicting itself by returning '0' on the
REPORT
.If you want to be able to support this de…