core: Unable to set Instant Stay Arming with TotalConnect Integration
The problem
I use the TotalConnect Integration with HA and it works very well. However, I am not able to perform instant arming (stay arming with no delay). Normally via the panel, this is accomplished using #7 as the code. It is a variation of “Stay Arming” with Instant alarm sound when doors, etc… are opened with no entry delay.
I have tried the following configs with and without the optional #7 code (with and without the #) and it always results in regular “Stay” arming. For the night arming I see the panel says “Night” in addition to “stay” but still does not display “Instant” mode. This has never worked as long as I have been using the integration, so it is not necessarily related to 2021.11.x. Everything else works great.
Please let me know if I am doing something wrong. What is a configuration that would make “Instant” stay arming work? Or is the code perhaps not sending the optional code on the total connect call?
Thanks for very much.
service: alarm_control_panel.alarm_arm_night target: entity_id: alarm_control_panel.home data: code: ‘#7’
service: alarm_control_panel.alarm_arm_home target: entity_id: alarm_control_panel.home data: code: ‘#7’
service: alarm_control_panel.alarm_arm_custom_bypass target: entity_id: alarm_control_panel.home data: code: ‘#7’
What version of Home Assistant Core has the issue?
core-2021.11.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
TotalConnect
Link to integration documentation on our website
https://www.home-assistant.io/integrations/totalconnect/
Example YAML snippet
The following never worked, I also tried without the optional code.
service: alarm_control_panel.alarm_arm_night
target:
entity_id: alarm_control_panel.home
data:
code: '#7'
service: alarm_control_panel.alarm_arm_home
target:
entity_id: alarm_control_panel.home
data:
code: '#7'
service: alarm_control_panel.alarm_arm_custom_bypass
target:
entity_id: alarm_control_panel.home
data:
code: '#7'
Anything in the logs that might be useful for us?
No response
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 22 (10 by maintainers)
I’m going to start on this soon from https://github.com/austinmroczek/home-assistant/tree/instant_arm