Hi
I have an SRX882 connected to an ESP32-WROOM-32 and I receive a lot of raw chatter but I haven’t been able til catch any rc_switch traffic. I’m specifically trying to catch the signal from a DIGOO DG-SD10 doorbell button. It should be supported[1].
My remote_receiver code:
remote_receiver:
pin: GPIO33
dump:
- rc_switch
tolerance: 50%
idle: 4ms
buffer_size: 2kb
Any suggestions on how to proceed?
Thanks,
Torkil
[1] https://github.com/1technophile/rc-switch/blob/11402652c6b92379e3fd66f62f635f4ea82f1ccc/src/RCSwitch.cpp#L129