Hi,
I have the Aqara Opple 6 button. I have a Conbee II on a raspberry pi with phoscon deConz. So my zigbee and Home Assistant are seperated. HA immediately discovered deConz and added all my devices
In my first automation I wanted to switch a light with the Opple switch. @francisp helped me with the basics adressing the light itself. That worked great with another switch but when I try the Opple I strange triggers. I tried some but they did not work. Does anyone know if this is normal?
Hi @adijk74,
Thanks. I tried it but it does not work. I tried the automation manually and that triggered the light. So, the automation does work.
This is what I have:
Just for my information, where does the deconz_event come from? How do you know what to type into that field? And do 1002, 2002, 3002 mean button 1, 2, 3? what about 4,5,6 and double and hold?
greetings
you can get the event information from the developers tools:
go to “Developer Tools” -> Events, and listen to the deconz_event [press start listenning]
If you press the buttons on your Opple you should see the relevant event for this button. The event should change for the different buttons pressed (single, double, tripple)
hope that it helps? It did!!
Did not know that I could do that. It worked now.
I quess that when the opple switch is longer on the marked it will be easier so we can just point and click but for now this is great. Thanks.