Feit BR30-RGBW-CA-AG
Device Type:
Electrical Standard:
Board:
Difficulty:Plug-n-flash (2/5)
This is a standard openbeken compatible bulb. It works with Tuya-Cloudcutter. Just flash with ESPHome, and it should work.
substitutions: devicename: feit-bulb
esphome: name: $devicenamebk72xx: board: generic-bk7231n-qfn32-tuya framework: version: latest
# Enable logginglogger:
# Enable Home Assistant APIapi:
web_server: port: 80
ota: platform: esphomewifi: networks: ap: password: !secret captive_portal_ap_password
# Output pinsoutput: - platform: libretiny_pwm id: red_color pin: GPIO26 inverted: False - platform: libretiny_pwm id: green_color pin: GPIO24 inverted: False - platform: libretiny_pwm id: blue_color pin: GPIO06 inverted: False - platform: libretiny_pwm id: cold_white pin: GPIO08 inverted: False # max_power: 50% - platform: libretiny_pwm id: warm_white pin: GPIO07 inverted: False # max_power: 50%
light: - platform: rgbww name: "$devicename 65W" id: "light_feitbulb_65W" red: red_color green: green_color blue: blue_color cold_white: cold_white warm_white: warm_white cold_white_color_temperature: 6536 K warm_white_color_temperature: 2000 K color_interlock: true restore_mode: ALWAYS_ON effects: - random: - pulse: - strobe: - flicker: