Codes containing 0000 from remote_receiver

Hello all,

So I have Sonoff RFBridge V2 2.2 that I have done the Direct Hack. Now when I install ESPHome and in settings I have

remote_receiver:
  pin: 4
  dump: rc_switch
  filter: 200us
  tolerance: 50%
  idle: 4ms
  buffer_size: 2kb

And now in cosole I get

[13:06:28][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='0000000000000000000000000000000000000'
[13:06:28][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:06:28][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='00000000000000000000000000000'
[13:06:28][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:06:28][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:07:25][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000100000000000000000000000000000'
[13:07:25][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:07:25][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:07:25][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:07:25][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='0000000000000000000'
[13:07:25][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:07:25][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:07:25][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000'
[13:07:26][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000'
[13:08:22][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:08:22][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:08:22][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000'
[13:08:22][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:08:22][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'
[13:08:22][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='0000000000000000000000000000000000000'
[13:08:22][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='000000000000000000000000000000000000'

Different amount of zeros. Is this some “carbage” or something? and this is happening constantly without me doing anything.

There is 57 seconds interval for those “signals”. Does it ring something to you?

No Idea what could be causing this. :frowning:

Try:
dump: raw

to see how the pulses look like, maybe you can just filter them out

filter: xxx us