08-30-2023, 11:46 AM
The short version - RF works fine, but IR does not work.
Here is my configuration:
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:
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?
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?