ESPHome: RF433 functions? - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-AG / AG Pro / AG8 (https://www.kincony.com/forum/forumdisplay.php?fid=30) +--- Thread: ESPHome: RF433 functions? (/showthread.php?tid=2120) Pages:
1
2
|
ESPHome: RF433 functions? - voltagex - 08-05-2022 With the following ESPHome settings: remote_receiver: - id: receiver_ir pin: number: GPIO23 inverted: True dump: nec - id: receiver_rf pin: number: GPIO25 inverted: True dump: all # Settings to optimize recognition of RF devices tolerance: 50% filter: 250us idle: 4ms buffer_size: 2kb How is the RF receiver supposed to work? I'm getting no log output from ESPHome version 2022.6.2 with a blind remote (https://fccid.io/2AGGZMT0201014) RE: ESPHome: RF433 functions? - admin - 08-07-2022 about IR, i suggest you use these config firstly to test: remote_receiver: pin: 23 dump: all because maybe your remoter is not "nec" code. ------------------------------------------------------------------------ if you are using KC868-AG, 433MHz receiver: IO13, but you have config for GPIO25 about RF433M receiver, you can use: remote_receiver: pin: 13 dump: all # Settings to optimize recognition of RF devices tolerance: 50% filter: 250us idle: 4ms buffer_size: 2kb RE: ESPHome: RF433 functions? - voltagex - 08-07-2022 IR is working fine, I switched to NEC because I was getting incorrect Pronto detection. I see https://www.kincony.com/download/KC868-AG-schematic.pdf is correct, but https://www.kincony.com/images/kc868-ag/KC868-AG-1_05.png is incorrect. Thanks for the pointer. RE: ESPHome: RF433 functions? - admin - 08-07-2022 ok, because pcb is updated. here is ESP32 pin define of KC868-AG https://www.kincony.com/forum/showthread.php?tid=1667 RE: ESPHome: RF433 functions? - nrnr - 09-02-2022 (08-07-2022, 07:24 AM)admin Wrote: ok, because pcb is updated. Hi, I've defined pin 013 but it always keep getting RF codes when no button of remote control is pressed. hoe come? RE: ESPHome: RF433 functions? - admin - 09-02-2022 yes, because always have signal in air. you can add some code setting to filter signal. RE: ESPHome: RF433 functions? - nrnr - 09-02-2022 (09-02-2022, 10:00 PM)admin Wrote: yes, because always have signal in air. you can add some code setting to filter signal. Yes I see. but I'm trying to recognize my remote control code with no success. please advise RE: ESPHome: RF433 functions? - admin - 09-02-2022 do you know what your remoter's wireless code? or can you take a photo of your remote PCB, i want to see the chip on the PCB. RE: ESPHome: RF433 functions? - nrnr - 09-03-2022 (09-02-2022, 11:26 PM)admin Wrote: do you know what your remoter's wireless code? or can you take a photo of your remote PCB, i want to see the chip on the PCB. Hi, you can find all the details here: https://fccid.io/2ABUP-FT1211R RE: ESPHome: RF433 functions? - admin - 09-03-2022 that not useful. open it , take photo is directly. |