Athom 15W bulbs keep dying
Have the 15W RGBCCT bulks had any improvements? I've bought a number over the years, but they end up keep dying randomly and needing to be replaced. I'm NOT running them normally at full brightness either, and usually just with a warmer/neutral white, rarely color.
For esp i used the following code:
substitutions:
name: athom-rgb-light-8af425
friendly_name: ESPRGB001
ota:
- platform: esphome
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
api:
encryption:
key: *********************************************
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
#my stuffs
esp8266:
board: esp8285
restore_from_flash: true
web_server:
port: 80
output:
- platform: esp8266_pwm
id: red_output
pin: GPIO12
- platform: esp8266_pwm
id: green_output
pin: GPIO4
- platform: esp8266_pwm
id: blue_output
pin: GPIO14
light:
- platform: monochromatic
name: "Light 01"
output: green_output
- platform: monochromatic
name: "Light 02"
output: red_output
- platform: monochromatic
name: "Light 03"
output: blue_output