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

Security Alarms and Descriptive Zone Statuses #17

Open
cdecker22 opened this issue Aug 4, 2018 · 1 comment
Open

Security Alarms and Descriptive Zone Statuses #17

cdecker22 opened this issue Aug 4, 2018 · 1 comment

Comments

@cdecker22
Copy link

I have the following security configuration:

{ "platform": "AutomationSwitches", "switches": [ { "type": "security", "name": "Security System", "default": "unarmed", "stored": true, "zones": [ "Outside", "Walkout", "Downstairs", "Upstairs", "Bedrooms" ], "armAwayButtonLabel": "Nobody Home (Away)", "armNightButtonLabel": "Sleeping (Night)", "armStayButtonLabel": "Someone Home (Stay)" } ] },

When the system alarms I'd like for the Home app's status to indicate exactly which zone alarmed. Currently it'll say something like

Home switch on

…because I have the switches for each zone in a room called Home.

Ideally it'd be more descriptive. Is there anything you can suggest (I realize this could just be a limitation of HomeKit)?

One idea I had was to move the switches for each zone into a more appropriate HomeKit room, but the switches are tied-together such that moving one switch moves them all.

@cdecker22 cdecker22 changed the title Security Alarms Security Alarms and Descriptive Zone Statuses Aug 4, 2018
@paolotremadio
Copy link
Contributor

One idea I had was to move the switches for each zone into a more appropriate HomeKit room, but the switches are tied-together such that moving one switch moves them all.

That's default behaviour of HomeKit: moving a service (e.g. a Switch) of an accessory (e.g. the alarm) would move all the other settings together.

I would suggest you create a set of automation like "when the switch Outside turns on, send a notification X".

To send the notifications, you could use https://github.com/grover/homebridge-telegram or https://github.com/homespun/homebridge-accessory-slack :)

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