-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I was playing a little with publishing events from the event listener to an mqtt server (very basic so far). It works quite nice for outlets, motion sensors and environment sensors (This are the devices I have)
Now, I have come to the water sensor. What I can see if I put it into some water is that the sensor changes to
water_leak_detected=True
when I query the device like:
water_sensors = dirigera_hub.get_water_sensors()
for water_sensor in water_sensors:
print('water_sensor:\n')
print(water_sensor)
But what I don't see is an event for that device. Is this because the hub does not trigger an event for the detection of water?
In the the app, you can also connect water sensors to notifications but not any actions/devices. Maybe that is the reason, there are no events?
Would be glad for some help.
Metadata
Metadata
Assignees
Labels
No labels