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

Enhancement Keep the screen on while sensor is active #1953

Open
nijel opened this issue Mar 21, 2024 · 6 comments
Open

Enhancement Keep the screen on while sensor is active #1953

nijel opened this issue Mar 21, 2024 · 6 comments
Labels
Enhancement For suggestions that add new features or improve existing functionalities. Page: screensaver Concerns specific to the page's interface or functionality.

Comments

@nijel
Copy link

nijel commented Mar 21, 2024

Enhancement Summary

System settings - Wake-up sensors should keep the screen on as long as sensor is active.

Detailed Description

I have a motion sensor in a room where NSPanel is placed, and I want NSPanel to be on as long as there is motion going on. Currently, it only turns on when motion is detected for the first time, and then the usual dimming and sleep timeouts apply.

Additional Context

Thanks for this blueprint, it works great!

@nijel nijel added the Enhancement For suggestions that add new features or improve existing functionalities. label Mar 21, 2024
@edwardtfn edwardtfn added the Page: screensaver Concerns specific to the page's interface or functionality. label Mar 21, 2024
@sgurgul
Copy link

sgurgul commented Mar 24, 2024

@nijel May I ask how do you wake up the screen ? What action do you do on nspanel device to turn it's (sleeping) screen on ?

@nijel
Copy link
Author

nijel commented Mar 25, 2024

The motion sensor is selected in blueprint (System settings - Wake-up sensors).

@sgurgul
Copy link

sgurgul commented Mar 25, 2024

Yes, useful, indeed. And the improvement proposed in this ticket would be very welcome as well :)
Thank you for answer.

@edwardtfn edwardtfn added this to the v4.4 milestone Apr 19, 2024
@snizzleorg
Copy link

It would be great if this also could be connected to the state of the lights in the room.
lights on => no switching off display, lights off => light goes off after delay.

@arielwulkan
Copy link

Also would be great to have API command to keep screen on regardless of sensor

@edwardtfn edwardtfn removed this from the v4.4 milestone May 30, 2024
@mcsdodo
Copy link

mcsdodo commented Jun 3, 2024

+1 on this. I'm using one panel as a "dashboard" under my PC monitor. Would be nice if it could be always-on as long as I'm in the room (this I have handled by ble presence).

For anyone who comes while it's implemented here's my workaround:

  1. input_boolean.keep_nspanel_alive
  2. an automation that calls homeassistant.toggle on that helper every 30 seconds. I also check for my presence in the room as an aditional condition.
  3. binary_sensor with template something like this "{{ (utcnow().replace(tzinfo=None) - as_datetime(states.input_boolean.keep_nspanel_alive.last_changed).replace(tzinfo=None)).seconds > 5 }}"
  4. nspanel config with wake_up_sensors: - binary_sensor.keep_nspanel_alive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For suggestions that add new features or improve existing functionalities. Page: screensaver Concerns specific to the page's interface or functionality.
Projects
None yet
Development

No branches or pull requests

6 participants