Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[KC868-AG] IR not working
#1
The short version - RF works fine, but IR does not work.

Here is my configuration:
Code:
esphome:
  name: "${name_id}"
  friendly_name: "${name}"
  comment: "${comment}"

esp32:
  board: esp32dev
  framework:
    type: arduino

logger:
  level: DEBUG

<<: !include sections/common.yaml

remote_receiver:
  - id: receiver_ir
    pin:
      number: GPIO23
      inverted: True
    dump: all

It is producing this log (config_default_log.txt) when I am pressing the same button multiple times.
The following log entry correlates with each button press:
Quote:Component remote_receiver took a long time for an operation (0.05 s).

Logged code values are always somehow random.

Trying to send, one of the received random codes is not possible. Always because of: "Inconsistent data, not sending"
The log is attached as "config_default_log_error.txt"

Am I doing something incorrectly and causing this issue?


Attached Files
.txt   config_default_log.txt (Size: 6.56 KB / Downloads: 168)
.txt   config_default_log_error.txt (Size: 6.08 KB / Downloads: 219)
Reply


Messages In This Thread
[KC868-AG] IR not working - by NEOhidra - 08-30-2023, 11:46 AM
RE: [KC868-AG] IR not working - by admin - 08-30-2023, 09:38 PM
RE: [KC868-AG] IR not working - by NEOhidra - 08-30-2023, 10:03 PM
RE: [KC868-AG] IR not working - by admin - 08-30-2023, 11:28 PM
RE: [KC868-AG] IR not working - by NEOhidra - 08-31-2023, 08:23 AM
RE: [KC868-AG] IR not working - by admin - 08-31-2023, 10:21 AM
RE: [KC868-AG] IR not working - by NEOhidra - 08-31-2023, 10:26 AM
RE: [KC868-AG] IR not working - by admin - 08-31-2023, 01:04 PM
RE: [KC868-AG] IR not working - by NEOhidra - 08-31-2023, 03:41 PM
RE: [KC868-AG] IR not working - by admin - 08-31-2023, 10:17 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)