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

Trigger events #2

Closed
nitrocs opened this issue May 15, 2020 · 2 comments
Closed

Trigger events #2

nitrocs opened this issue May 15, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@nitrocs
Copy link

nitrocs commented May 15, 2020

I currently have a RM app that lights my LED notifications solid red normally when doors are opened. When doors open while HSM is armed, the LEDs flash red -- any way to add this logic for trigger events?

@jrfarrar
Copy link

x2 for adding the ability to set "flashing" for the homeseer

@MFornander
Copy link
Owner

There are two requests here. One is a HSM rule and the other is a blink request.

I've specifically stayed away from going down the path of recreating full RuleMachine logic since it's beyond my resources. I would need to add AND/OR/NOT etc etc. You could create a small virtual switch that is set by RM4 that is on when HSM is armed and the door is open, and then link to that switch in a condition in Switch Dashboard as a high priority condition that wins over just "door open". I know it's not ideal but keeping the UI simple is and not going too complex is one of my missions with this app.

I did add Blink support for both HomeSeer and Inovelli in v1.2 just committed, so closing this issue as done :)

@MFornander MFornander self-assigned this May 16, 2020
@MFornander MFornander added the enhancement New feature or request label May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants