devices.esphome.io

LocalBytes Smart Bulb (RGB+CT)

LocalBytes Smart Bulb (RGB+CT)

Device Type: bulb
Electrical Standard: euuk
Board: esp8266
Difficulty: Plug-n-flash, 2/5

alt text Maker: https://mylocalbytes.com/

Preflashed with Tasmota, OTA flash to ESPHome

GPIO Pinout

PinFunction
GPIO4LED Red
GPIO5LED White
GPIO12LED Green
GPIO13LED Warm White
GPIO14LED Blue

Basic Configuration

substitutions:
name: localbytes-bulb-<NAME>
friendly_name: Localbytes Bulb <NAME>
packages:
jamesswift.localbytes-bulb-9w-rgbct: github://JamesSwift/localbytes-bulb-9w-rgbct/localbytes-bulb-9w-rgbct.yaml
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
Edit this page on GitHub