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}
# OTA flashing
ota:
- platform: esphome
wifi: # Your Wifi network details
# Enable fallback hotspot in case wifi connection fails
ap:
# Enabling the logging component
logger:
# Enable Home Assistant API
api:
# Enable the captive portal
captive_portal:
Edit this page on GitHub