11-22-2023, 07:00 AM
Expected this item will handle all my RF temperature sensors. Installed esphome put sample code but only thing i get is some noise
[I][remote.pronto:237]: Received Pronto: data=0000 006D 00C1 0000 0002 0005 0006 lots of this. Basically there are 2 ids which spamming data as Pronto time to time. If i put dump rc_switch then logs are empty even i tried to click some RF remotes. Tested IR and RF separately but that returning same output (what is actually strange because different pins suppose to read different things).
I believe that item is broken, or you can point me what i do wrong?
config:
remote_receiver:
# see https://esphome.io/components/remote_tra...ed-devices
# for details on discovering the correct codes for your devices
- id: receiver_ir
pin:
number: GPIO23
inverted: True
dump: all
# see https://esphome.io/components/remote_tra...rf-devices
# for details on discovering the correct codes for your devices
- id: receiver_rf
pin:
number: GPIO13
dump:
# Settings to optimize recognition of RF devices
tolerance: 50%
filter: 250us
idle: 4ms
buffer_size: 2kb
[I][remote.pronto:237]: Received Pronto: data=0000 006D 00C1 0000 0002 0005 0006 lots of this. Basically there are 2 ids which spamming data as Pronto time to time. If i put dump rc_switch then logs are empty even i tried to click some RF remotes. Tested IR and RF separately but that returning same output (what is actually strange because different pins suppose to read different things).
I believe that item is broken, or you can point me what i do wrong?
config:
remote_receiver:
# see https://esphome.io/components/remote_tra...ed-devices
# for details on discovering the correct codes for your devices
- id: receiver_ir
pin:
number: GPIO23
inverted: True
dump: all
# see https://esphome.io/components/remote_tra...rf-devices
# for details on discovering the correct codes for your devices
- id: receiver_rf
pin:
number: GPIO13
dump:
# Settings to optimize recognition of RF devices
tolerance: 50%
filter: 250us
idle: 4ms
buffer_size: 2kb