Hi all, I want to use Home Assissant for my home domotica instead of domoticz. I have a several COCO (433mhz dimable light switches), which are working great with RFXcom and Home Assistant.
Beside these I have some PIR sensor and remote control switch to open the gate via Aliexpress. Which are not very cooperative at the moment
Home Assisant reconised the remote switch and displayed it. The problem is that it isnβt an on/ off signal, it is just a pulse. So I can press on/ off as many as I want, but the gate will not open. How to fix this e.g. let it work within HA?
code in configuration.yaml
switch: platform: rfxtrx automatic_add: True devices: 091300038984a1015e80: name: Gate fire_event: True
Side note: the aliexpress stuff starts all with 091300 and COCO with 0b110001014.
Your help is much appreciated.