Portisch / RF-Bridge-EFM8BB1

Alternative Firmware for the Sonoff RF Bridge EFM8BB1 chip
290 stars 122 forks source link

button sends multiple redraw commands #186

Open aleksandryants opened 3 years ago

aleksandryants commented 3 years ago

Hi I have a wireless doorbell and chime. I want to sniff doorbell button rfcodes, so I can add chime to hassio and send commands to it using mqtt. The problem is that when I press doorbell button in sends multiple rfraw codes and they are different each time. (tired rfraw 166 dint work)

If I send one rfraw code chime makes nose on 3-7 try.

16:55:33 MQT: tele/tasmota_C286E1/RESULT = {"Time":"2021-01-12T16:55:33","RfRaw":{"Data":"AA B1 03 014A 041A 191E 280918180909181809090909091809090909 55"}} 16:55:34 MQT: tele/tasmota_C286E1/RESULT = {"Time":"2021-01-12T16:55:34","RfRaw":{"Data":"AA B1 03 0168 042E 18D8 280918180909181809090909091809090909 55"}} 16:55:35 MQT: tele/tasmota_C286E1/RESULT = {"Time":"2021-01-12T16:55:35","RfRaw":{"Data":"AA B1 03 0168 0438 18C4 280918180909181809090909091809090909 55"}}

Hope some one will help. Thank