fix: server crash on prediction update failure (#1222)

Catch exceptions from prediction update and log as error message. Keep
executing the energy management run.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2026-08-08 11:37:50 +02:00
committed by GitHub
parent 74d31e2fac
commit 269d2162a9
5 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ DOCKER_COMPOSE_DATA_DIR=${HOME}/.local/share/net.akkudoktor.eos
# -----------------------------------------------------------------------------
# Image / build
# -----------------------------------------------------------------------------
VERSION=0.3.0.dev2608010961051894
VERSION=0.3.0.dev2608080910933529
PYTHON_VERSION=3.13.9
# -----------------------------------------------------------------------------