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
|
RE: ESPHome: RF433 functions? - nrnr - 09-03-2022 I've find a way to stop log scrolling when pressing the remote button. the code isn't identical for each press (different length and different string) how can I choose the correct one? RE: ESPHome: RF433 functions? - admin - 09-04-2022 now you don't know the code of your remote, at first, you need to confirm this remote whether support by ESPHome. RE: ESPHome: RF433 functions? - NewONE - 04-22-2024 Good day sir, can you give an esphome yaml code for using kc868-ag? i am trying to connect my AG board to esphome. can you please indicate a sample for ir and rf pin config for sending and transmitting rf and ir sir. thank you. RE: ESPHome: RF433 functions? - admin - 04-22-2024 you can see this : https://www.kincony.com/forum/showthread.php?tid=1221 just change GPIO pin define for your KC868-AG. RE: ESPHome: RF433 functions? - NewONE - 04-22-2024 sir what are the gpio pins for the ir trasmitter gpio, ir receiver gpio, rf transmitter gpio and rf receiver gpio pins for the kc868-AG? i dont know how to find it. RE: ESPHome: RF433 functions? - admin - 04-22-2024 IR and RF receiver config by ESPHome, see this guide: https://esphome.io/components/remote_receiver.html IR and RF transmitter config by ESPHome, see this guide: https://esphome.io/components/remote_transmitter.html |