I need some assistance.
All our lighting in the house is Philips Hue, complemented with hue wall switch to make our normal light switches smart.
So far I had controlled everything via a Conbee II and the Deconz addon in Home Assistant. Here I could not notice any delay when running a deconz_event.
However, since my wife would like to activate the Hue scenes via the Hue app, I removed the Conbee II and installed two Hue bridges. One on the first floor and one upstairs.
Runs also everything very well and stable but in some rooms we have motion sensors and light switches in use, so far I have turned off the automation of the motion sensor when turning on the lamp via the light switch and turned on again when the light was turned off via the light switch.
This does not work in the Hue app and I would like to map my automations exclusively via Home Assistant.
If I use the same automations as under Deconz and replace the deconz_event as a trigger against hue_event everything works but I have about a second delay when pressing the light switch when turning on the light.
Is this normal?
Thanks for reading the long text and any suggestions for solutions.
Here is one of my triggers:
trigger:
- platform: event
event_type: hue_event
event_data:
id: wohnzimmer_lichtschalter_button
type: short_release
subtype: 1
Greetings
Moss