devices.esphome.io
LEDVANCE E27 DIM Light 806lm
LEDVANCE E27 DIM Light 806lm
Device Type: lightElectrical Standard: euBoard: bk27xx
Product ID: AC33908
Can be flashed with esphome kickstart via tuya-cloudcutter!
Product Images
GPIO Pinout
Function | GPIO-Pin |
---|---|
PWM_brighness | P9 |
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 portlogger: baud_rate: 0
# Enable Home Assistant APIapi:
ota: - platform: esphome
# WiFi connectionwifi: ap:
captive_portal:
# Enable Web serverweb_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"