I wonder if someone can help mig with a example about how to use Sonoff WB01 Zigbee button?
I have never use it before so not sure how to get to work.
I did try with “current state” but nothing happend and did add a debug but no output.
I can se i the logbook that it registret when I push the button.
I just want push the button and it turn off a smartplugg and push the button again and it turn it off.
In Node-RED I then add node “events: all” and in Event type I add “zha_event”
But after that I’m stuck, now it react to every zha_event so I need to filter the zha_event but not sure what value to use
Hi, I have been struggling with my sonoff button to do the same thing.
Even using custom ChatGpt for Node-Red and i am getting no where.
I have the same issue where i am getting trigger on every zha_event
I even have a switch in try ensure its only activating on the specific device with its IEEE.
But then it does nothing. Even though the IEEE is correct.
Did you figure out how to get it to do single or double press?
Even my debug spits out a different msgid on every action and does not show we anything useful. So really stuck.
Oh and yes im a noob on all of this. So forgive my ignorance
Hi
What I did do got get it to work is this
I did just add a state node and connect it to the button
After that I did add a switch node there one exit is single and other is double.