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

Pending Status in HA #47

Open
thanasisloi7 opened this issue Mar 13, 2019 · 2 comments
Open

Pending Status in HA #47

thanasisloi7 opened this issue Mar 13, 2019 · 2 comments

Comments

@thanasisloi7
Copy link

Hello,
how can i get the pending status for this component https://www.home-assistant.io/lovelace/alarm-panel/
Now i am using the https://github.com/alfredopironti/Paradox_IP150 so when i arm the panel in standby time until the alarm is armed i get the status pending.
Here is a picture https://www.home-assistant.io/images/lovelace/lovelace_alarm_panel_title_card.gif

@maragelis
Copy link
Owner

maragelis commented Mar 13, 2019

https://www.home-assistant.io/lovelace/alarm-panel/
The above is a combination with this
https://www.home-assistant.io/components/alarm_control_panel.manual_mqtt/

what I understand without knowing much about HA:

alarm_control_panel:
platform: manual_mqtt
state_topic: "paradoxdCTL/hassio/Arm"
command_topic:"paradoxCTL/in"
code:1234
pending_time: 30
delay_time: 20
trigger_time: 4
payload_disarm: '{"password":"0000","Command":"disarm","Subcommand":"0"}'
payload_arm_night: '{"password":"0000","Command":"sleep","Subcommand":"0"}'
payload_arm_home: '{"password":"0000","Command":"stay","Subcommand":"0"}'
payload_arm_away: '{"password":"0000","Command":"arm","Subcommand":"0"}'

after adding this the component https://www.home-assistant.io/lovelace/alarm-panel/ should work

@SiderisT
Copy link

SiderisT commented Mar 13, 2019

Hallo to everyone, after the change to manual_mqtt pending status is working normally, but after restarting the system (ΗΑ), the alarm always disarmed, maybe it's bug.

https://community.home-assistant.io/t/alarm-is-disarmed-after-restart/10879
home-assistant/core#10793

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

No branches or pull requests

3 participants