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

Parsing WHO=5 messages and trigger automation #103

Open
martin0176 opened this issue Dec 25, 2023 · 1 comment
Open

Parsing WHO=5 messages and trigger automation #103

martin0176 opened this issue Dec 25, 2023 · 1 comment

Comments

@martin0176
Copy link

Thank you for your huge effort! I ask you for help in understanding how to read the messages of the burglar alarm system while in transit on the bus. it would be sufficient to read the activation/deactivation messages (58##" and 59##") in order to recognize the burglar alarm system status and activate a trigger for an automation.
Thanks,
Martin.

@nachogarcia
Copy link

nachogarcia commented Apr 16, 2024

TLDR: The automation looks like this
image

And to handle the multiple messages you might need something like this

image

An example of an intrusion would be
image

You can listen the events by having that option marked in the configuration of the integration
image

Example of how to listen to them in the developer tools (Ignore the upper "myhome" for firing events)

Home assistant developer tools screen

Example of an alarm event
An alarm event

You would

An example of how my alarm works (arming and disarming it right away)
image
image
image

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