Dilbert66 / esphome-dsckeybus

Esphome custom configuration for interfacing to a DSC POWERSERIES alarm system
195 stars 37 forks source link

Partition Status Unavailable #99

Closed meneerfrikkie closed 1 year ago

meneerfrikkie commented 1 year ago

Hi everyone, thank you to the Dilbert66 for the amazing work, has anyone come across the partition status where it is unavailable, could they please assisting, Many Thanks!

Screenshot 2023-08-11 at 21 53 36
tiaanv commented 1 year ago

I get the same. Did you manage to figure it out?

Dilbert66 commented 1 year ago

It means that the partition is not ready. You can change it to be "Not Ready" in line 98 of dscalarm.h

const char STATUS_NOT_READY[] PROGMEM = "unavailable"; //ha alarm panel likes to see "unavailable" instead of not_ready when the system can't be armed
Dilbert66 commented 1 year ago

I've modified the code to show "not_ready" instead.