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.