04-16-2026, 06:12 PM
Is there any way to control the two power LEDs or the tuya led via esphome?
\\Greg
\\Greg
(07-31-2025, 06:52 AM)admin Wrote:download yaml file:Code:esphome:
name: b24
friendly_name: b24
esp32:
board: esp32-s3-devkitc-1
framework:
type: arduino
# Enable logging
logger:
# Enable Home Assistant API
api:
ethernet:
type: W5500
clk_pin: GPIO1
mosi_pin: GPIO2
miso_pin: GPIO41
cs_pin: GPIO42
interrupt_pin: GPIO43
reset_pin: GPIO44
.
.
.
display:
- platform: ssd1306_i2c
i2c_id: bus_a
model: "SSD1306 128x64"
address: 0x3C
lambda: |-
it.printf(0, 0, id(roboto), "KinCony B24");

