Hello,
I am new to the world of HA.
My current problem is the following with which I would be very happy about your support:
I am using HA OS on a Rpi. My Zigbee devices are connected using Conbee II and ZHA.
I would like to integrate my Hue dimmer so that I can use it in Node-Red. For this I have installed Hacs and the eventsensor.
However, my configuration does not work. Using the wizard, I have made the following settings:
Name of the sensor: Dimmer
Event name to listen to: zha_event
Event field to use as sensor for ‘state’: event
Optional event filter with ‘key value’ paris inside the event data: unique-id: 00:17:88:01:08:09:d9:f9
Optional custom state mapping: 1000: 1_click, 2000: 2_click, 3000: 3_click, 4000: 4_click, 1001: 1_hold, 2001: 2_hold, 3001: 3_hold, 4001: 4_hold, 1002: 1_click_up, 2002: 2_click_up, 3002: 3_click_up, 4002: 4_click_up, 1003: 1_hold_up, 2003: 2_hold_up, 3003: 3_hold_up, 4003: 4_hold_up
In Node-Red I have set the following settings:
Events state
Name: Dimmer
Server: Home Assistant
Entity-ID: sensor.dimmer_binary_input
(there are also: binary_sensor.dimmer_binary_input and sensor.dimmer_power)
I don’t receive a message when I want to debug the dimmer but under the events state there is written running.
Can someone of you please help me with my issue? Thanks.