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

Battery, Alarm, Fire showing as unknown #69

Closed AlexandreUSA closed 2 years ago

AlexandreUSA commented 2 years ago

Did something change in the messaging for the status of the Battery, Alarm, or Fire states? I have the "unknown" status now and I can't find a way to get back to the regular message. Everything else seems fine. Thanks.

Dilbert66 commented 2 years ago

Ah, yes. You must have been using the binary sensors yaml. I looked and realized I had removed the extended statuses section. I will re-add and update the branch.

Edit: dev branch updated

AlexandreUSA commented 2 years ago

Hi, I am not using the binary sensor.yaml. I am still on the stable branch with the normal vistaalarm.yaml file. I do not think there is an extended statuses section there.

Dilbert66 commented 2 years ago

Only thing that changed in master is that the system will only display system status data for the partition assigned to the script. Any other partition system statuses will be ignored (except for zone data which will always show)

AlexandreUSA commented 2 years ago

Updated to the 4/18/2022 version and all is working now. I also updated my vistaalam.yaml as this file had not been changed for a while on my side. Thank you.