Latest Fixes
All checks were successful
CI/CD / test (push) Successful in 58s
CI/CD / build-push (push) Successful in 33s
CI/CD / deploy (push) Successful in 20s

This commit is contained in:
2026-04-17 19:44:55 +02:00
parent f7d9b49555
commit b8878c403c

View File

@@ -36,7 +36,7 @@ shelly:
# Viessmann API (write access for WW temperature)
viessmann:
token_file: "/etc/ems/viessmann-token.json" # OAuth2 refresh token
token_file: "/var/lib/ems/viessmann-token.json" # OAuth2 refresh token
client_id: "5d1235548dfaa01ce37db8f865d2df4d"
installation_id: "1253124"
gateway_serial: "7637415006796210"
@@ -122,8 +122,8 @@ ems:
recovery_timeout: "1h" # ignore Shelly state if EMS was down longer
override_timeout: "1h" # default lockout when EMS detects external Shelly change
override_max_import_w: 800 # cancel override immediately if importing more than this (0 = disabled)
monitor_only_file: "/etc/ems/monitor-only" # presence of this file = monitor-only mode active
ww_boost_disable_file: "/etc/ems/ww-boost-off" # presence of this file = WW boost disabled
monitor_only_file: "/var/lib/ems/monitor-only" # presence of this file = monitor-only mode active
ww_boost_disable_file: "/var/lib/ems/ww-boost-off" # presence of this file = WW boost disabled
trip_goal_file: "/var/lib/ems/trip-goal.json" # persisted active trip goal
session_log_file: "/var/lib/ems/sessions.jsonl" # JSONL log of completed charge sessions