IDEA: using onboard LED for status display #125
Replies: 1 comment
-
|
I’ve put together an implementation here: #558 It follows the same general idea of using an LED for status indication, but takes a simpler approach with a basic on/off LED rather than RGB. The main reason is availability. A single-color LED—either onboard or external—is something most setups can support without additional requirements, while RGB LEDs aren’t as consistently present. This keeps the feature broadly usable out of the box. This is also aligned with how ESPHome approaches its “status LED”, focusing on simple, low-level feedback. In this implementation, the LED is solid during normal operation, blinks slowly on warnings (e.g. Wi-Fi or MQTT connectivity issues), and blinks rapidly on errors. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The S3 mini has a onboard LED. According to the schematic its a WS2812B-0807, controlled via IO47.
It would be handy to use this resource for status display. Especially during first setup this may help a lot.
Suggestion:
Beta Was this translation helpful? Give feedback.
All reactions