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
125 stars 21 forks source link

accessCode question #1

Closed TCPMeta closed 3 years ago

TCPMeta commented 3 years ago

In the VistaAlarm.yaml file on line 4 it has a Secrets file for accessCode. Is the Access Code the Installer Code or the Admin User of the Panel for user slot 802? Or can it be any valid user code on the Panel?

Dilbert66 commented 3 years ago

This is any valid code that can arm the system. It is used when an arm command is sent from home assistant but no code is specified (empty string) so it will use the stored one. Basically a quick arm. For disarming though, a code must always be sent .
It can be left empty if you dont' want to use the feature.