From ce6eacbebb0a721b2ca771c0bdfac6cda8393783 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Thu, 19 Feb 2026 21:23:24 -0500 Subject: [PATCH] Add debug logging for I2C and update I2C configuration to disable scanning --- esphome/ha-remote-1.yaml | 4 ++++ esphome/ha-remote/ha-remote-1.base.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/esphome/ha-remote-1.yaml b/esphome/ha-remote-1.yaml index 8a6b8b6..fa06799 100644 --- a/esphome/ha-remote-1.yaml +++ b/esphome/ha-remote-1.yaml @@ -20,6 +20,10 @@ esp32: logger: level: WARN + logs: + gt911: DEBUG + i2c: DEBUG + max17043: DEBUG api: encryption: diff --git a/esphome/ha-remote/ha-remote-1.base.yaml b/esphome/ha-remote/ha-remote-1.base.yaml index 9f85cea..cbf8128 100644 --- a/esphome/ha-remote/ha-remote-1.base.yaml +++ b/esphome/ha-remote/ha-remote-1.base.yaml @@ -7,6 +7,7 @@ i2c: sda: 8 scl: 9 frequency: 400kHz + scan: false # CH422G I/O expander (Waveshare uses it for LCD reset/backlight/touch reset) ch422g: