Hi,
I have a simple automation in place with a Philips Hue Dial Switch (https://www.philips-hue.com/nl-be/p/hue-tap-dial-switch/8719514440937). After setting up the device, HA lists it and I configured a simple automation for each button press using the UI.
In each action, I use a toggle command for a light. The lights are controlled via the IHC/ELKO integration, which works perfectly.
This worked flawless until a couple of weeks ago, the button did not seem to toggle the lights anymore. I looked in HA and I can see that the automation is being triggered, the toggle just isn’t executed. If I restart HA, they work again, if I remove the item from the automation and re-add it, it also works again.
I’m not sure how I can troubleshoot this. The lights still toggle fine using the UI.
Not sure if it’s useful, but here’s the yaml
alias: Hue Switch slaapkamer Fiene Verlichting
description: ""
triggers:
- device_id: 02ad24204aded525670db644e7c76ee0
domain: hue
type: initial_press
subtype: 1
unique_id: 99b5e22b-e38f-4f04-ab61-d9f156ac115d
metadata: {}
trigger: device
- device_id: 02ad24204aded525670db644e7c76ee0
domain: hue
type: initial_press
subtype: 2
unique_id: 7e8f2322-e523-4c7a-ae7d-644f7b720d4d
trigger: device
- device_id: 02ad24204aded525670db644e7c76ee0
domain: hue
type: initial_press
subtype: 3
unique_id: fde1fbe6-c363-4a78-9c74-e96a44b1d57d
trigger: device
- device_id: 02ad24204aded525670db644e7c76ee0
domain: hue
type: initial_press
subtype: 4
unique_id: 36bcdf6d-30ba-4717-844b-b11df36b7999
trigger: device
conditions: []
actions:
- action: light.toggle
metadata: {}
data: {}
target:
entity_id: light.verlichting_kamer_fiene
mode: single