Is it possible to manually recall zones status from DSC ? #219
Unanswered
jjcuen
asked this question in
dscKeybusInterface Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the latest HomeAssistantMQTT sketch (ESP8266) and everything runs fine except for one particular scenario where after an ESP8266 reboot a zone is incorrectly reported as closed when is open. Let me explain the scenario: system is working normally, everything is correctly being reported between DSC-Arduino-Home Assistant. If I disconnect the Arduino (simulating a power failure ) and then I open one of the doors. When I restore the power back to the Arduino and calls for dsc.resetStatus(), all zones are flagged as closed (door is styill open). After that it will not update to real status until after 15-17 min approx. when (I'm assuming) a status report is triggered by the DSC panel .
After this long explanation here is the question: is it possible to force a call to DSC for status so the system does not have to wait almost 20min for an update?
Equipment: DSC Panel 1616, Arduino ESP8266
Beta Was this translation helpful? Give feedback.
All reactions