Hi, I’m new to HASS
Trying to toggle a light when a Zigbee switch is pressed.
How can I find out what info to fill into the automation UI fields for a specific event ?
This is how the event looks in the log
Having the below filled in doesn’t work, how can I figure out the correct things to fill in ?
That isn’t the event.
You need to look at developer tools and listen for the correct event.
From my notes: go to developer tools → events, ‘deconz_event’ as type, enter * under listen to events, hit start listening, and start pressing your button
OK Guys, that worked. Thank a lot !