Skip to content

remote_receiver: automation triggers (on_raw, on_nec, on_lg...) never fire on BK7238 (t1-3s) #398

Description

@Krazubu

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions