Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
B24M ESPHome yaml for home assistant without tuya
#2
Is there any way to control the two power LEDs or the tuya led via esphome?

\\Greg

(07-31-2025, 06:52 AM)admin Wrote:
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");
download yaml file:
Reply


Messages In This Thread
RE: B24M ESPHome yaml for home assistant without tuya - by uslackr - 04-16-2026, 06:12 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)