Binary Sensor Type value 0xFF not handled correctly #6923
-
Checklist
Describe the issueAccording to the ZWave specs for the Binary Sensor CC version 2, when receiving a binary sensor type value 0xFF in a binary sensor report we should look at the first supported sensor type to determine the actual sensor type of the report, instead ZWave JS just use the "Any" type and create an "Any" value instead of the actual type value.
See for example this Ecolink Motion sensor. During interview it correctly reports that the only binary sensor type supported is Motion, but then when queried for its value, it reports a sensor type=0xFF which is then translated by ZWaveJS as Any instead of Motion.
Sorry I don't have a full debug log as I don't own this device myself, the log is coming from another user. Software versionsDriver (node-zwave-js): 12.9.1 Z-Wave JS UI: 9.13.3 Device informationManufacturer: Ecolink Checklist
Upload Logfile |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nice find! Escalated to an issue: #6924 |
Beta Was this translation helpful? Give feedback.
Nice find! Escalated to an issue: #6924