Below is the log of what my debug looks like when I activate one water detection sensor. How do I pick the correct one to use in a binary_sensor
?
[02:30:23][D][remote.rc_switch:256]: Received RCSwitch Raw: protocol=6 data='1010101000010111'
[02:30:23][D][remote.rc_switch:256]: Received RCSwitch Raw: protocol=6 data='10101010000101110010111'
[02:30:23][D][remote.rc_switch:256]: Received RCSwitch Raw: protocol=6 data='10101010'
[02:30:23][D][remote.rc_switch:256]: Received RCSwitch Raw: protocol=6 data='101010100'
[02:30:23][D][remote.rc_switch:256]: Received RCSwitch Raw: protocol=6 data='101010100001'
[02:30:23][D][remote.rc_switch:256]: Received RCSwitch Raw: protocol=6 data='1010101000'
[02:30:24][D][remote.rc_switch:256]: Received RCSwitch Raw: protocol=6 data='10101010000101110'
[02:30:24][D][remote.rc_switch:256]: Received RCSwitch Raw: protocol=6 data='101010100001010100100110'
[02:30:24][D][remote.rc_switch:256]: Received RCSwitch Raw: protocol=8 data='111111111111111111111111111'
I have the receiver configured with:
remote_receiver:
pin:
number: D5
inverted: True
dump: # all
- rc_switch
tolerance: 50%
filter: 250us
idle: 4ms
buffer_size: 2kb