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

Bug Report: Zone Names Interpreted as Status #87

Closed rcmurphy closed 1 year ago

rcmurphy commented 1 year ago

I have a zone named Alarm Cabinet Door. When bypassing this zone, the ESPHome sees BYPAS 004 ALARM CABINET DOOR and assumes the system is alarming.

Dilbert66 commented 1 year ago

Ahhh. Yes I'll correct that . Regex tweak.

On Mon, Dec 26, 2022, 10:11 AM Rebecca Claire Murphy < @.***> wrote:

I have a zone named Alarm Cabinet Door. When bypassing this zone, the ESPHome sees BYPAS 004 ALARM CABINET DOOR and assumes the system is alarming.

— Reply to this email directly, view it on GitHub https://github.com/Dilbert66/esphome-vistaECP/issues/87, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABW4E7IIJMIODDOFAADHQZ3WPGYT3ANCNFSM6AAAAAATJW42EM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Dilbert66 commented 1 year ago

Fix applied and pushed to dev.

rcmurphy commented 1 year ago

❤️ Thank you so much!

Dilbert66 commented 1 year ago

I've pushed a new update that replaces the regex prompt search for a custom for/loop function to speed things. The regex added way too many cycles in the loop.

Dilbert66 commented 1 year ago

I'll close this as this should be good now.