Dilbert66 / esphome-vistaECP

This is an implementation of an ESPHOME custom component and ESP Library to interface directly to a Safewatch/Honeywell/Ademco Vista 15/20 alarm system using the ECP interface and very inexpensive ESP8266/ESP32 modules .
GNU Lesser General Public License v2.1
124 stars 21 forks source link

Status LED documentation #62

Closed jsbrich closed 2 years ago

jsbrich commented 2 years ago

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?

Dilbert66 commented 2 years ago

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.

jsbrich commented 2 years ago

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.