Describe the bug
I'm hosting the immich kiosk on my server, but using a Raspberry PI 3B+ to view the webpage. I tried running on the RPi itself, but the interaction with button was incredibly laggy, so it's much faster this way.
Anyway, the server is set to enter sleep mode a 11pm and wake at 7am - the screen correctly displays this, and it works great, the issue is when it leaves sleep mode. In most instances, it exits sleep mode, but then never displays an image - it just shows the immich icon, as if it's waiting to load an image.
If I interact with the screen pressing the right or left side etc (i.e changing an image), it comes back to life and then works.
I have seen sometimes that it comes back by itself, but more often than not, it will stay blank all day, correctly go back into sleep, and then the cycle repeats.
Would be good to know if anyone else has this issue, if they solved it, or what it might be.
To Reproduce
Steps to reproduce the behavior:
- Unsure - it happens most time after exiting sleep mode, but not every time. Clicking or interacting with the screen brings it back to life.
Expected behavior
The images begin playing correctly when sleep mode has exited.
Screenshots
Nil
Your Kiosk version
0.32.1
Your Kiosk installation
- Docker for server
- Kiosk access via web-url on RPi 3B+
Your Kiosk configuration (ENV / config file)
Please remove any sensitive data (e.g. Immich API key or URL) before sharing your configuration.
immich_users_api_keys: {}
user: []
immich_api_key: REDACTED
immich_url: REDACTED
immich_external_url: ""
show_time: true
time_format: "24"
show_date: true
date_format: DDDD, DD MMMM YYYY
clock_source: client
duration: 10
disable_screensaver: true
menu_position: top
optimize_images: false
use_gpu: true
burn_in_interval: 0
burn_in_duration: 30
burn_in_opacity: 70
show_archived: false
people: []
require_all_people: false
excluded_people: []
albums:
- REDACTED
album_order: random
excluded_albums: []
dates: []
tags: []
excluded_tags: []
excluded_partners: []
memories: false
past_memory_days: 0
memory_weight: 1
date_filter: ""
show_clear_cache_button: false
show_progress_bar: false
progress_bar_position: top
disable_ui: false
disable_navigation: false
frameless: false
frame_padding:
- 0
hide_cursor: false
font_size: 125
background_blur: true
background_blur_amount: 10
theme: fade
layout: single
up_arrow_action: ""
down_arrow_action: ""
sleep_start: "23"
sleep_end: "7"
sleep_icon: true
sleep_dim_screen: true
disable_sleep: false
transition: none
fade_transition_duration: 1
cross_fade_transition_duration: 1
image_fit: contain
image_effect: none
image_effect_amount: 120
use_original_image: false
show_videos: false
exclude_videos_over: 0
live_photos: false
live_photo_loop_delay: 0
show_owner: false
show_album_name: false
show_person_name: false
show_person_age: false
show_age_year_unit: false
age_switch_to_years_after: 1
show_image_time: true
image_time_format: "24"
show_image_date: true
image_date_format: DD-MM-YYYY
show_image_description: true
show_image_camera: false
show_image_exif: false
show_image_location: true
show_image_qr: false
hide_countries: []
show_image_id: false
show_user: false
show_more_info: true
show_more_info_image_link: true
show_more_info_qr_code: true
like_button_action:
- favorite
hide_button_action:
- tag
weather:
- name: REDACTED
lat: REDACTED
lon: REDACTED
api: REDACTED
unit: REDACTED
lang: REDACTED
forecast: false
round_temperature: false
default: false
iframe: []
custom_css_class: ""
custom_css: true
webhooks: []
blacklist: []
offline_mode:
max_size: "0"
number_of_assets: 100
parallel_downloads: 1
expiration_hours: 0
enabled: false
use_offline_mode: false
kiosk:
version: 0.32.1
config_validation_level: error
password: ""
redirects: []
port: 3000
fetched_assets_size: 1000
http_timeout: 20
behind_proxy: false
disable_url_queries: false
disable_config_endpoint: false
enable_url_builder: false
watch_config: true
cache: true
prefetch: true
asset_weighting: true
debug: false
debug_verbose: false
Describe the bug
I'm hosting the immich kiosk on my server, but using a Raspberry PI 3B+ to view the webpage. I tried running on the RPi itself, but the interaction with button was incredibly laggy, so it's much faster this way.
Anyway, the server is set to enter sleep mode a 11pm and wake at 7am - the screen correctly displays this, and it works great, the issue is when it leaves sleep mode. In most instances, it exits sleep mode, but then never displays an image - it just shows the immich icon, as if it's waiting to load an image.
If I interact with the screen pressing the right or left side etc (i.e changing an image), it comes back to life and then works.
I have seen sometimes that it comes back by itself, but more often than not, it will stay blank all day, correctly go back into sleep, and then the cycle repeats.
Would be good to know if anyone else has this issue, if they solved it, or what it might be.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The images begin playing correctly when sleep mode has exited.
Screenshots
Nil
Your Kiosk version
0.32.1
Your Kiosk installation
Your Kiosk configuration (ENV / config file)
Please remove any sensitive data (e.g. Immich API key or URL) before sharing your configuration.