Dilbert66/esphome-vistaECP

Status LED documentation

Closed this issue · 2 comments

In the ESPHome yaml file, there is a section commented out for the Status LED. Is there anything written down for what that led does?

Here you go:
https://esphome.io/components/status_led.html

I believe I was using D4 as a pin name and that is not defined on the ESP32. Change it to GPIO2 and it will work for all.

Ah, so it's a general ESPHome thing, not specifc to this project. I had it at GPIO2, and ESPHome gave me the warning about GPIO2 being a strapping pin, so I moved it to GPIO16. It seems to work fine, it was blinking rapidly for me, but that's likely cuz I don't have this hooked up to my alarm system yet.