Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-AG RF not working
#1
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
Reply


Messages In This Thread
KC868-AG RF not working - by Ghost - 11-22-2023, 07:00 AM
RE: KC868-AG RF not working - by admin - 11-22-2023, 10:00 AM
RE: KC868-AG RF not working - by Ghost - 11-22-2023, 07:17 PM
RE: KC868-AG RF not working - by Ghost - 11-22-2023, 08:41 PM
RE: KC868-AG RF not working - by admin - 11-23-2023, 12:12 AM
RE: KC868-AG RF not working - by Ghost - 11-23-2023, 06:51 AM
RE: KC868-AG RF not working - by admin - 11-23-2023, 08:07 AM
RE: KC868-AG RF not working - by Ghost - 11-23-2023, 01:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)