I just added a new z wave water sensor device.
I paired it successfully, It shows up in the entity_registry, It shows up with all of the entities in the states page.
it shows up in the ozw config xml file.
i added the entities to the front end to display values but none of the values change when the water sensor is activated/deactivated.
pulling the OZW log shows that it is being seen by the controller correctly and it says it is sending the event notification.
there seems to be a disconnect between the OZW system and the events in HA that arenât getting updated correctly. But itâs only for this new device, all of the other existing stuff works perfectly.
the new device is an Aeotec DSB45 water sensor connected using an Aeotec gen 5 Z-stick.
I have renamed the node in the OZW UI in HA, updated the entity_registry with the same values (just in case).
Everything seems to be working the way it is supposed to but Iâm just not seeing the values update in HA
OZW Log:
2018-05-06 11:49:36.267 Detail, Node020, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x14, 0x03, 0x20, 0x01, 0xff, 0x3b
2018-05-06 11:49:36.267 Detail,
2018-05-06 11:49:36.267 Info, Node020, Received Basic set from node 20: level=255. Sending event notification.
2018-05-06 11:49:36.268 Detail, Node020, Notification: NodeEvent
2018-05-06 11:49:36.516 Detail, Node020, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x14, 0x03, 0x20, 0x01, 0x00, 0xc4
2018-05-06 11:49:37.044 Detail,
2018-05-06 11:49:37.044 Info, Node020, Received Basic set from node 20: level=0. Sending event notification.
2018-05-06 11:49:37.044 Detail, Node020, Notification: NodeEvent
from entity_registry:
binary_sensor.water_sensor_main_basement_sensor:
name:
platform: zwave
unique_id: 20-72057594378452992
sensor.water_sensor_main_basement_alarm_type:
name:
platform: zwave
unique_id: 20-72057594379517953
sensor.water_sensor_main_basement_alarm_level:
name:
platform: zwave
unique_id: 20-72057594379517969
sensor.water_sensor_main_basement_sourcenodeid:
name:
platform: zwave
unique_id: 20-72057594379517985
sensor.water_sensor_main_basement_flood:
name:
platform: zwave
unique_id: 20-72057594379518081
from groups.yaml:
default_view:
view: yes
name: Main
entities:
- binary_sensor.water_sensor_main_basement_sensor
- sensor.water_sensor_main_basement_alarm_type
- sensor.water_sensor_main_basement_alarm_level
- sensor.water_sensor_main_basement_sourcenodeid
- sensor.water_sensor_main_basement_flood
the display always stays like this:
and never changes either here or in the states page.
iâve restarted and rebooted and itâs still the same.
any ideas?