Update kiosk Grafana URL to enable kiosk mode

The kiosk setup mechanism seems to have changed in the past and now this parameter is needed in the Grafana URL.
This commit is contained in:
Stefan Haun 2025-02-27 12:29:23 +01:00
parent 17855e8849
commit d065738f92

View file

@ -6,7 +6,7 @@ pwr_meter_api_token: "{{ vault_pwr_meter_api_token }}"
brotherql_printer_host: "brotherql-720nw.n39.eu"
# URL for the grafana kiosk in our Bastelbereich
kiosk_grafana_url: "https://grafana.n39.eu/d/xpLj6UD4z/hobbes-space-monitor?orgId=1"
kiosk_grafana_url: "https://grafana.n39.eu/d/xpLj6UD4z/hobbes-space-monitor?orgId=1&kiosk"
kiosk_grafana_user: "{{ vault_kiosk_grafana_user }}"
kiosk_grafana_pass: "{{ vault_kiosk_grafana_pass }}"
kiosk_mqtt_host: "mqtt.n39.eu"