05-08-2024, 09:57 AM
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):
Only when i point my daikin IR remote to the Kincony and press a key i get something different printing out for a second:
And then the pronto messages fills my console, again.
Is my esphome configuration right? Suggestions to correctly decode IR signals?
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 Pronto: data=
[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?