Dilbert66 / esphome-dsckeybus

Esphome custom configuration for interfacing to a DSC POWERSERIES alarm system
177 stars 31 forks source link

Partition 2 changes to disarmed in case of reflashing ESP #133

Closed feinadam closed 1 day ago

feinadam commented 5 days ago

Hello!

Partition 2 status is switching every time back to "disamred" when I'm reflashing the ESP8266 (due to esphome update etc.) I'm doing the update usually when the alarm system is in "armed away" status. I have discovered after the successful reflashing in the log the disarmed status but only for partition 2 (but the alarm system is still in armed mode for partition 2). Once I rearm via HA, ths status is working well. Regarding partition 1 it remains armed away in case of update.

Relevan parts of my config: `

Dilbert66 commented 4 days ago

I can't duplicate the issue you have as it's working fine here. I don't have a setup with an esp8266 right now so can't confirm if the issue is only with the esp8266. I normally only develop with the esp32 nowadays. I don't normally recommend flashing the device when a system is armed in case issues happen as you don't want errant data on the bus during the upgrade/reboot of the esp and cause the alarm to go off.

feinadam commented 1 day ago

Thank you for the hints. It was my falut, there was an incorrect automation. No issue.