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

Alarm in paradox #2

Open
jontofront opened this issue Nov 10, 2022 · 1 comment
Open

Alarm in paradox #2

jontofront opened this issue Nov 10, 2022 · 1 comment

Comments

@jontofront
Copy link

Hi,
I want to ask you? this trigger push you notifiaction in which zone (which motion sensor) was on when alarm systems is in arm state?

- id: alarm_triggered
alias: 'Alarm is triggered'
initial_state: 'true'
trigger:
- platform: state
entity_id: sensor.alarm_state_3_motion_sensors
to: 'triggered'
- platform: state
entity_id: sensor.alarm_state_2_1st_floor
to: 'triggered'
- platform: state
entity_id: sensor.alarm_state_1_laundry
to: 'triggered'
action:
service: notify.sean_alena
data:
title: "!!Alarm Triggered!!"
message: "The alarm at home has been triggered and is now alarming!"
data:
push:
thread-id: "security"

I am searching how now wwhich motion sensor has been triggered as an alarm is activated.

@scstraus
Copy link
Owner

I just have graphs for all the sensors so I can go look if needed. Theoretically you could do this with a template sensor though.

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

2 participants