Hi All,
I’m trying to get data from a zwave sensor, HA picks up the sensor and it is showing just fine in HA however, the state is not changing when the item changes. The logs are showing an “event” that changes, but no state change. Does anyone happen to have any ideas how to get that info?
Here’s the OZW log entry:
Device OPEN
2017-10-08 12:26:45.905 Detail, Node036, Received: 0x01, 0x13, 0x00, 0x04, 0x00, 0x24, 0x0d, 0x60, 0x0d, 0x02, 0x00, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x16, 0x00, 0x35
2017-10-08 12:26:45.905 Info, Node036, Received a MultiChannelEncap from node 36, endpoint 2 for Command Class COMMAND_CLASS_ALARM
2017-10-08 12:26:45.905 Info, Node036, Received Alarm report: type=0, level=0, sensorSrcID=0, type:Access Control event:22, status=255
2017-10-08 12:26:45.905 Detail, Node036, Refreshed Value: old value=0, new value=0, type=byte
2017-10-08 12:26:45.905 Detail, Node036, Changes to this value are not verified
2017-10-08 12:26:45.905 Detail, Node036, Refreshed Value: old value=0, new value=0, type=byte
2017-10-08 12:26:45.905 Detail, Node036, Changes to this value are not verified
2017-10-08 12:26:45.906 Detail, Node036, Notification: ValueChanged
2017-10-08 12:26:45.911 Detail, Node036, Notification: ValueChanged
Device CLOSE:
2017-10-08 12:26:48.954 Detail, Node036, Received: 0x01, 0x13, 0x00, 0x04, 0x00, 0x24, 0x0d, 0x60, 0x0d, 0x02, 0x00, 0x71, 0x05, 0x00, 0x00, 0x00, 0xff, 0x06, 0x17, 0x00, 0x34
2017-10-08 12:26:48.954 Info, Node036, Received a MultiChannelEncap from node 36, endpoint 2 for Command Class COMMAND_CLASS_ALARM
2017-10-08 12:26:48.954 Info, Node036, Received Alarm report: type=0, level=0, sensorSrcID=0, type:Access Control event:23, status=255
2017-10-08 12:26:48.954 Detail, Node036, Refreshed Value: old value=0, new value=0, type=byte
2017-10-08 12:26:48.955 Detail, Node036, Changes to this value are not verified
2017-10-08 12:26:48.955 Detail, Node036, Refreshed Value: old value=0, new value=0, type=byte
2017-10-08 12:26:48.955 Detail, Node036, Changes to this value are not verified
2017-10-08 12:26:48.955 Detail, Node036, Notification: ValueChanged
2017-10-08 12:26:48.962 Detail, Node036, Notification: ValueChanged
As you can see the “event” changes 22 vs. 23 however there doesn’t seem to be any way I can get that data into HA.
2017-10-08 12:26:45.905 Info, Node036, Received Alarm report: type=0, level=0, sensorSrcID=0, type:Access Control event:22, status=255
Any tips or help would be appreciated!
Chris