devices.esphome.io

LEDVANCE E27 DIM Light 806lm

LEDVANCE E27 DIM Light 806lm

Device Type: light
Electrical Standard: eu
Board: bk27xx

Product ID: AC33908

Can be flashed with esphome kickstart via tuya-cloudcutter!

Product Images

LEDVANCE E27 DIM Light

GPIO Pinout

FunctionGPIO-Pin
PWM_brighnessP9

Basic Configuration

esphome:
name: ledvance-e27-dim
comment: LEDVANCE E27 DIM Bulb
friendly_name: LEDVANCE E27 DIM Bulb
bk72xx:
board: generic-bk7231t-qfn32-tuya
# Make sure logging is not using the serial port
logger:
baud_rate: 0
# Enable Home Assistant API
api:
ota:
- platform: esphome
# WiFi connection
wifi:
ap:
captive_portal:
# Enable Web server
web_server:
output:
- platform: libretiny_pwm
id: output_brightness
pin: P9
light:
- platform: monochromatic
name: None
output: output_brightness
effects:
- flicker:
name: "Flicker"
- pulse:
name: "Pulse"
Edit this page on GitHub