KC868-AG RF not working - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-A series and Uair Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=6) +--- Thread: KC868-AG RF not working (/showthread.php?tid=3553) |
KC868-AG RF not working - Ghost - 11-22-2023 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_transmitter.html#setting-up-infrared-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_transmitter.html#setting-up-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 RE: KC868-AG RF not working - admin - 11-22-2023 you can see this topic: https://www.kincony.com/forum/showthread.php?tid=1899&highlight=433M it's use by KC868-Uair, almost as same as KC868-AG, just change the RF reciever pin define. Because there are many noise signal in air. if your RF remote code is PT2262 or EV1527, that can use by "RC-SWITCH" type. RE: KC868-AG RF not working - Ghost - 11-22-2023 (11-22-2023, 10:00 AM)admin Wrote: if your RF remote code is PT2262 or EV1527, that can use by "RC-SWITCH" type. what do you mean by this? is that code on rf receiver chip? i see WL101-341/331 on board where i suspect rf receiver RE: KC868-AG RF not working - Ghost - 11-22-2023 seems that is receiving some remote codes when clicking somfy remote as Drayton. Tried to send back but it is rolling code, so not so easy. RE: KC868-AG RF not working - admin - 11-23-2023 your remote's code is not commonly used on market, it's private protocol. suggest use RF remote, (433MHz with EV1527 code, it widely used in market, such as ues for remoter and sensor.) RE: KC868-AG RF not working - Ghost - 11-23-2023 (11-23-2023, 12:12 AM)admin Wrote: your remote's code is not commonly used on market, it's private protocol. suggest use RF remote, (433MHz with EV1527 code, it widely used in market, such as ues for remoter and sensor.) understand. Basically i wanted to use this hub for somfy blinds and 433 mzh temperature sensors (which seems to be received as pronto now) RE: KC868-AG RF not working - admin - 11-23-2023 433MHz just a frequency, make sure home assistant esphome support your remote's wireless code, so that can be decoded. RE: KC868-AG RF not working - Ghost - 11-23-2023 (11-23-2023, 08:07 AM)admin Wrote: 433MHz just a frequency, make sure home assistant esphome support your remote's wireless code, so that can be decoded. feel pretty noob here but moving forward |