Problem
On a BK7238 module (board t1-3s), remote_receiver correctly decodes and logs received IR signals via dump:, but the corresponding automation triggers (on_raw, on_nec, on_lg, etc.) never fire.
Configuration
bk72xx:
board: t1-3s
remote_receiver:
id: receiver
pin:
number: GPIO26
inverted: true
mode:
input: true
pullup: true
dump: all
on_lg:
- logger.log: "TRIGGER FIRED"
Logs on button press
[I][remote.lg:053]: Received LG: data=0x20DF02FD, nbits=32
No TRIGGER FIRED line ever appears, even though the signal is clearly
decoded.
Why this doesn't look like a config issue
Tested with several different actions inside the trigger (local logger.log, homeassistant.event, mqtt.publish) and several protocols (on_raw, on_lg) — none of them ever fire, including the purely local logger.log action, which rules out a network/API-related cause. Also confirmed via esphome config that the compiled configuration is valid.
Environment
- ESPHome 2026.7.2, LibreTiny v1.13.0
- Board:
t1-3s (BK7238)
Problem
On a BK7238 module (board
t1-3s),remote_receivercorrectly decodes and logs received IR signals viadump:, but the corresponding automation triggers (on_raw,on_nec,on_lg, etc.) never fire.Configuration
Logs on button press
[I][remote.lg:053]: Received LG: data=0x20DF02FD, nbits=32
No
TRIGGER FIREDline ever appears, even though the signal is clearlydecoded.
Why this doesn't look like a config issue
Tested with several different actions inside the trigger (local
logger.log,homeassistant.event,mqtt.publish) and several protocols (on_raw,on_lg) — none of them ever fire, including the purely locallogger.logaction, which rules out a network/API-related cause. Also confirmed viaesphome configthat the compiled configuration is valid.Environment
t1-3s(BK7238)