damongolding / immich-kiosk

Immich Kiosk is a lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source.
GNU Affero General Public License v3.0
494 stars 18 forks source link

Homeassistant screensaver? #38

Closed brayStorm closed 2 months ago

brayStorm commented 2 months ago

I have this all set up and working perfect. Does anyone have any examples on how to make this pop up as a screensaver? Wallpanel doesn't allow me to have a pop-up webpage, and I'm struggling getting it to work right.

damongolding commented 2 months ago

Do you have a screensaver already set up in HA? On 16 Aug 2024 at 3:26 PM +0100, brayStorm @.***>, wrote:

I have this all set up and working perfect. Does anyone have any examples on how to make this pop up as a screensaver? Wallpanel doesn't allow me to have a pop-up webpage, and I'm struggling getting it to work right. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

brayStorm commented 2 months ago

I figured it out with wallpanel.

  wallpanel:
    enabled: true
    image_fit: cover
    idle_time: 10
    screensaver_entity: input_boolean.kiosk
    screensaver_stop_navigation_path: /dashboard-kiosk
    fullscreen: true
    display_time: 86400
    image_url: >-
      http://{immich-kiosk-url}?image_fit=cover&transition=fade&person=PERSON_1_ID&person=PERSON_2_ID
    cards:
      - type: vertical-stack
        cards:
          - type: custom:weather-card
            details: true
            forecast: true
            hourly_forecast: false
            name: Weather
            entity: weather.pirateweather
            current: true
            number_of_forecasts: '6'
          - type: custom:horizon-card
            darkMode: true
            showAzimuth: true
            showElevation: true
damongolding commented 2 months ago

If you have the time I would really appreciate this example being added to the examples in the README or possibly a FAQ? No worries if you don't though 😊

brayStorm commented 2 months ago

Done!