Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend manual alarm control panel missing 'armed_night' state button #15034

Closed
metbril opened this issue Jun 18, 2018 · 21 comments
Closed

Frontend manual alarm control panel missing 'armed_night' state button #15034

metbril opened this issue Jun 18, 2018 · 21 comments

Comments

@metbril
Copy link

metbril commented Jun 18, 2018

Home Assistant release with the issue:

0.71.0

Last working Home Assistant release (if known):
n/a

Operating environment (Hass.io/Docker/Windows/etc.):

Hassio

Component/platform:

https://www.home-assistant.io/components/alarm_control_panel.manual/

Description of problem:
When enabling the alarm from the front end, there are only 2 buttons: arm away and arm home. The component supports an 'armed_night' state, but there is no button for that. You can however use an automation or HomeKit to set the missing state, so it clearly is a (minor) front end thing that probably has been forgotten with regression testing.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

Traceback (if applicable):


Additional information:
6d1e429b-5da3-4e77-b6fa-66177626f103

@metbril metbril changed the title Front end manual alarm control panel missing 'armed_night' option Frontend manual alarm control panel missing 'armed_night' state button Jun 18, 2018
@MartinHjelmare
Copy link
Member

I'd call this a feature request.

home-assistant/frontend#760

@metbril
Copy link
Author

metbril commented Jun 18, 2018

Fine with me, as long as someone is trying to have that PR merged. ;-)

@balloobbot
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍

@PaulPrime
Copy link

I'm running the latest version 0.78.3 and it's still missing armed_night button in the frontend.

@rsw686
Copy link

rsw686 commented Oct 10, 2018

I can confirm the armed_night button is missing. I have a modified mqtt alarm_control_panel component that I added night mode to. I'm not familiar with the hassio UI, but it appears this same dialog is used for the mqtt alarm. I'm planning to put a pull request in for that component in the near future so this could benefit that as well.

@ajayjohn
Copy link

ajayjohn commented Feb 2, 2019

I can confirm that in addition to the issue on the UI, using a scene to activate armed_night does not work either.

  - name: "Sleep"
    entities:
      alarm_control_panel.home_security_alarm:
        state: armed_night
        code: !secret home_security_code

It ends up throwing the following error in the log,
reproduce_state: Unable to reproduce state <state alarm_control_panel.home_security_alarm=armed_night; code=<code-redacted> @ <timestamp-redacted> (2)

However, I can very well trigger the armed_night mode alarm_arm_night service available on the alarm_control_panel domain.

@ASKendrew
Copy link

Any further updates on this?

@stale
Copy link

stale bot commented Jul 7, 2019

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 7, 2019
@metbril
Copy link
Author

metbril commented Jul 7, 2019

The issue has not been resolved yet. Please keep it open.

@stale stale bot removed the stale label Jul 7, 2019
@stale
Copy link

stale bot commented Oct 5, 2019

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 5, 2019
@ajayjohn
Copy link

ajayjohn commented Oct 5, 2019

I can confirm that in addition to the issue on the UI, using a scene to activate armed_night does not work either.

  - name: "Sleep"
    entities:
      alarm_control_panel.home_security_alarm:
        state: armed_night
        code: !secret home_security_code

It ends up throwing the following error in the log,
reproduce_state: Unable to reproduce state <state alarm_control_panel.home_security_alarm=armed_night; code=<code-redacted> @ <timestamp-redacted> (2)

However, I can very well trigger the armed_night mode alarm_arm_night service available on the alarm_control_panel domain.

I just shared whatever details I could gather about this issue. Could someone please suggest what further information would be needed to fix this?

@stale stale bot removed the stale label Oct 5, 2019
@gieljnssns
Copy link
Contributor

@ajayjohn
you can use a script

  alarm_night:
    sequence:
      - service: alarm_control_panel.alarm_arm_night
        entity_id: alarm_control_panel.ha_alarm
        data:
          code: !secret alarm_code

@ajayjohn
Copy link

ajayjohn commented Nov 1, 2019

Thanks @gieljnssns!
I hadn't tried that. It'll serve as a good workaround until this bug with scenes is fixed. 👍🏼

@colemamd
Copy link

colemamd commented Dec 7, 2019

Is this still valid? It works on my dev environment.

@teocannata
Copy link

Button still missing with latest HA installed

@CommodoreWhite
Copy link

I can confirm that the UI button is still missing. I'm not clear what armed_night state is supposed to achieve. It's obviously supposed to be different from ARMED_HOME but how will my use of this state affect my implementation.

@stale
Copy link

stale bot commented May 23, 2020

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 23, 2020
@stale stale bot closed this as completed May 31, 2020
@ispysoftware
Copy link
Contributor

this issue is still relevant

@kan84
Copy link

kan84 commented Mar 3, 2021

If you add alarm panel as badge view arm night is still missing

@teocannata
Copy link

Button still missing, problem still relevant

@GeeGee-be
Copy link

This still seems to be an issue. So I guess it has no chance that this will be resolved??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests