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

Ability to "wake up" display from users home automation system #17

Closed
cablesandcoffee opened this issue Mar 28, 2023 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@cablesandcoffee
Copy link
Collaborator

User should be able to wake the display up from HA/OH.

For example if a user has movement sensors they might want the display for that room to wake when someone enters the room.
I guess this should be done by having a "Wake Up" topic for each display that user can send a command to from HA/OH.

@cablesandcoffee cablesandcoffee added the enhancement New feature or request label Mar 28, 2023
@tpanajott
Copy link
Collaborator

That would be the simplest solution, yes. Simply a topic that if you send "1" it will turn on and "0" it will turn off. This would also make it simple to implement as a "switch" in a users home automation software and the panel could back feed information and update the topic based in state as well. If the panel goes to sleep, send a "0", if it wakes up, send a "1".

tpanajott added a commit that referenced this issue Apr 5, 2023
…tate will send "1" for screen on, otherwise "0". By sending "1" or "0" to the /screen_cmd topic the screen can be controlled. This completes issue #18 and issue #17
@tpanajott
Copy link
Collaborator

Use the topics nspanel//screen_state or /screen_cmd to recieve/send "1" or "0"

@cablesandcoffee
Copy link
Collaborator Author

Cool! Works like a charm!

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

2 participants