Unable to receive IR signals using ESPHome - 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: Unable to receive IR signals using ESPHome (/showthread.php?tid=5707) |
Unable to receive IR signals using ESPHome - pscaffardi - 05-08-2024 Hi everyone! We are playing with KC868-AG, we already tested many features (IR sending, etc...) but we still have problems using IR receiver. Is there a complete esphome configuration out there? I used this one for I: remote_receiver: - id: receiver_ir pin: number: GPIO23 inverted: True dump: all climate: - platform: daikin # adjust to match your AC unit! name: "Daikin AC" transmitter_id: transmitter_ir receiver_id: receiver_ir When i upload esphome i get the console full of "Pronto" data (but there is nothing sending IR codes here; i already tested with other IR receivers): PHP Code: [09:26:28][I][remote.pronto:236]: 0000 006D 0001 0000 0005 0181 06C3 Only when i point my daikin IR remote to the Kincony and press a key i get something different printing out for a second: PHP Code: [09:26:28][W][component:237]: Component remote_receiver took a long time for an operation (81 ms). And then the pronto messages fills my console, again. Is my esphome configuration right? Suggestions to correctly decode IR signals? RE: Unable to receive IR signals using ESPHome - admin - 05-08-2024 This is RAW code, because there are many signal on air. you should dump ALL signal. you can check ESPHome config by this link: https://esphome.io/components/remote_receiver.html here is KC868-AG work with IR device video tour, this will help you: https://www.kincony.com/forum/showthread.php?tid=1812 RE: Unable to receive IR signals using ESPHome - pscaffardi - 05-08-2024 (05-08-2024, 11:59 AM)admin Wrote: This is RAW code, because there are many signal on air. you should dump ALL signal. Thank you for the reply BUT: a) still waitinf for the ok if my esphome yaml configuration is right or not (do you confirm the IR receiver part is ok?) b) the video does not show IR receiving but IR sending. i already have my device working with IR sending to daikin or mitsubishi, but it does not receive/dump any daikin or mitsubishi remote control IR codes. that's the problem! RE: Unable to receive IR signals using ESPHome - admin - 05-08-2024 a) your ESPHome config yaml is OK, i have said: it's RAW code, there are many signal in air. b) you try to decode other IR remote, such as TV or fan's. RE: Unable to receive IR signals using ESPHome - myde@protonmail.com - 08-20-2024 same issue here, console flooded with "Pronto" messages, I already tried moving locations to avoid interference. I'm trying to learn a garage remote 433MHz, without rolling code. Nothing to complicated. The 10€ Tuya S11 IR+RF works perfectly. This much expensive gadget don't. RE: Unable to receive IR signals using ESPHome - admin - 08-20-2024 make sure your 433M garage remote whether use by PT2262 or PT2264 or EV1527 wireless code. RE: Unable to receive IR signals using ESPHome - myde@protonmail.com - 08-21-2024 (08-20-2024, 11:45 PM)admin Wrote: make sure your 433M garage remote whether use by PT2262 or PT2264 or EV1527 wireless code. The remote is an Erreka Reson 1 without rolling code and the chip inside it is a HOLTEK HT6026 RE: Unable to receive IR signals using ESPHome - admin - 08-21-2024 Do you use home assistant by ESPHome? if no log output when you press the button, that means wireless code not supported. |