Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to receive IR signals using ESPHome
#1
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
[09:26:28][I][remote.pronto:234]: Received Prontodata=
[
09:26:28][I][remote.pronto:236]: 0000 006D 0045 0000 0004 00AA 017D 0176 017D 0176 00B4 005E 000F 000D 000F 0023 000F 0023 000F 000D 000F 0023 000F 000D 000F 000D 000F 000D 000F 000D 000F 000D 000F 000D 000F 0023 000F 0023 000F 000D 000F 000D 000F 0023 000F 0023 
[09:26:28][I][remote.pronto:236]: 000F 000D 000F 000D 000F 0023 000F 000D 000F 000D 000F 000D 000F 000D 000F 000D 000F 000D 000F 0023 000F 000D 000F 0023 000F 000D 000F 000D 000F 000D 000F 000D 000F 000D 000F 000D 000F 000D 000F 0023 000F 000D 000F 000D 000F 000D 
[09:26:28][I][remote.pronto:236]: 000F 000D 000F 000D 000F 000D 000F 000D 000F 0023 000F 000D 000F 000D 000F 000D 000F 0023 000F 000D 000F 000D 000F 000D 000F 0023 000F 000D 000F 000D 000F 000D 000F 0023 000F 000D 000F 0023 000F 000D 000F 0023 000F 0023 000F 0023 
[09:26:28][I][remote.pronto:236]: 000F 0023 000F 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).
[
09:26:28][W][component:238]: Components should block for at most 30 ms

And then the pronto messages fills my console, again.

Is my esphome configuration right? Suggestions to correctly decode IR signals?
Reply
#2
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
Reply
#3
(05-08-2024, 11:59 AM)admin Wrote: 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

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!
Reply
#4
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.
Reply
#5
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.
Reply
#6
make sure your 433M garage remote whether use by PT2262 or PT2264 or EV1527 wireless code.
Reply
#7
(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
Reply
#8
Do you use home assistant by ESPHome? if no log output when you press the button, that means wireless code not supported.
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)