Bugfixes
- Fix: Container unhealthy on fresh installs — The
/healthendpoint returned 503 before the first data poll completed, causing Docker to mark the container as unhealthy. Now returns 200 with statuswaitinguntil data is available. - Fix: Crash on empty config values — Saving an empty integer setting (like MQTT port or booked speed) caused a
ValueErrorcrash. Empty values now fall back to defaults.
Full Changelog: v2026-02-12.9...v2026-02-13.1