Switching from stay armed to night armed #126
Replies: 5 comments 2 replies
-
@bourgeois Did you figure this out? I have a similar problem except I need to enter *1. There does appear to be a function in the library for night arming, but when I use it my alarm does not behave the same as "Stay" -> "*1" |
Beta Was this translation helpful? Give feedback.
-
No, I never managed to make this work 😞 Let me know if you ever find something! |
Beta Was this translation helpful? Give feedback.
-
You might need to disarm first then go to night mode. Also, on my system you also need to send the access code after the *9 to go to night mode as an additional dsc.write (code) |
Beta Was this translation helpful? Give feedback.
-
I see in version 2.0 there is now support for *1 to switch between bypass modes. However I'm not sure how to use it. I setup my sketch to arm Stay (write 's') then wrote '*1' after a dsc.loop(). The keypad suddenly changes to say "Unavailable" but then seems to recover. Is there a specific way to use this new feature? @taligentx |
Beta Was this translation helpful? Give feedback.
-
I've updated the Homebridge sketch and the library code in the Instead of using |
Beta Was this translation helpful? Give feedback.
-
I'm trying to write a piece of code that would allow me to change between stay armed and night armed (I want an automation that runs when we are going to bed). I tried this but I'm getting a "System is unavailable" on my other keypads for few seconds and then it doesn't seem to work.... Am I missing something (any global boolean flag I need to change) ?
I added this code right after the
// Checks if a partition number 1-8 has been sent
bloc.Am I doing this right ? Would it better to handle this change at the library code level and not the sketch ?
Beta Was this translation helpful? Give feedback.
All reactions