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

Blackscreen parameter not working #291

Open
MephistoJB opened this issue Oct 13, 2024 · 2 comments
Open

Blackscreen parameter not working #291

MephistoJB opened this issue Oct 13, 2024 · 2 comments

Comments

@MephistoJB
Copy link

MephistoJB commented Oct 13, 2024

Hi everyone, I don´t know why, but I can´t get the blackscreen parameter working. as far as i understood, with my config below the screensaver should kick in after 1 minute (which is working) and the screen should be black after 10 minutes (which is not working. Am I doing something wrong or is this a bug.

I use the newest ha and haos version.

Here is my config

wallpanel:
  enabled: true
  debug: false
  black_screen_after_time: 600
  keep_screen_on_time: 20
  profiles:
    device_TabetTerrasse:
      hide_toolbar: true
      hide_sidebar: true
      fullscreen: true
      idle_time: 60
      screensaver_entity: input_boolean.screensaver_${browser_id}
      image_url: http://picsum.photos/${width}/${height}?random=${timestamp}
      image_fit: cover
      image_list_update_interval: 3600
      image_order: sorted
      image_excludes: []
      show_exif_info: false
      fetch_address_data: true
      exif_info_template: >-
        ${address.town|address.city!prefix=!suffix= //
        }${DateTimeOriginal!options=year:numeric,month:long}
      info_animation_duration_x: 30
      info_animation_duration_y: 11
      info_animation_timing_function_x: ease-in-out
      info_animation_timing_function_y: ease-in-out
      info_move_pattern: random
      info_move_interval: 0
      info_move_fade_duration: 2
      style:
        wallpanel-screensaver-overlay:
          opacity: 0.5
          background-color: '#000000'
      cards:
        - type: custom:digital-clock
          dateFormat:
            weekday: long
            day: 2-digit
            month: short
          timeFormat:
            hour: 2-digit
            minute: 2-digit
        - show_current: true
          show_forecast: true
          type: weather-forecast
          entity: weather.forecast_home
          forecast_type: hourly
          secondary_info_attribute: temperature
        - show_current: false
          show_forecast: true
          type: weather-forecast
          entity: weather.forecast_home
          forecast_type: daily
          secondary_info_attribute: temperature
  profile: device_${browser_id}
@j-a-n
Copy link
Owner

j-a-n commented Dec 14, 2024

This should be working.
Can you please try a minimal config, like:

wallpanel:
  enabled: true
  idle_time: 5
  black_screen_after_time: 10

@MephistoJB
Copy link
Author

Sorry for the late answer, but I wasn´t lazy. I tryed to narrow down the problem as the minimal config worked on my side. It seems, that this problem (also with the minimal config) appears only with my ios Devices. Could this be a problem with mobile safari?

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