Commit Graph

59 Commits

Author SHA1 Message Date
bc8bec6aa9 Improve dashboard categories and loading
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
2026-06-16 23:46:33 +02:00
058c5dd015 Reduce dashboard load overhead
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
quality / test (3.11) (pull_request) Has been cancelled
quality / test (3.13) (pull_request) Has been cancelled
2026-06-16 21:51:48 +02:00
9ddb065f62 Speed up HA event processing
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
2026-06-16 13:58:58 +02:00
8222f24ebe Group configured actuator overview 2026-06-16 13:51:02 +02:00
a7a2f8c78a Make SillyHome startup resilient 2026-06-16 13:43:41 +02:00
faf4099756 Load actuator suggestions asynchronously 2026-06-16 12:14:51 +02:00
1b2b76455a Tighten context onboarding and actuator suggestions 2026-06-16 12:06:03 +02:00
18999ff68a Limit actuator picker results 2026-06-16 11:43:00 +02:00
e2826e92ec Improve SillyHome discovery and feedback learning 2026-06-16 11:38:32 +02:00
c5f42a39a9 Fix realtime HA state-change execution 2026-06-16 10:50:28 +02:00
309b33b812 Use fresh HA event state for behavior triggers 2026-06-15 19:37:45 +02:00
9db7cde179 Fix HA websocket keepalive fallback 2026-06-15 19:30:02 +02:00
3140f65527 Fix HA websocket state change handling 2026-06-15 18:15:14 +02:00
5727053951 fix: hide diagnostic context suggestions 2026-06-14 23:47:14 +02:00
658516cd96 fix: narrow manual context suggestions 2026-06-14 23:42:50 +02:00
8cd8f3e3b7 feat: improve actor-specific context selection 2026-06-14 23:35:38 +02:00
09e14689a3 feat: add manual context assignment and fix actuator discovery 2026-06-14 23:15:00 +02:00
d87d3abc00 fix: batch ha metadata and improve mobile dashboard 2026-06-14 22:52:42 +02:00
2ae5576b8f fix: complete websocket delivery for v0.7.1 2026-06-14 22:30:29 +02:00
51d23e0a9a feat: WebSocket-Healthcheck und Status-Tracking\n\n- Fügt _WsStatus-Klasse hinzu, die den aktuellen Verbindungsstatus verfolgt\n- Neuer Endpoint /health/websocket gibt Status zurück (connected/connecting/error)\n- Event-Listener aktualisiert den Status bei allen Zustandsänderungen\n- Fallback-Task wird korrekt im lifespan verwaltet\n- Bessere Fehlerbehandlung und Statusmeldungen\n\nImproves observability of the event-based architecture. 2026-06-14 17:55:44 +02:00
c8f491ba1a feat: event-basierte Vorhersage via HA-WebSocket\n\n- Entfernt periodisches Prediction-Intervall (60s)\n- Fügt WebSocket-Listener hinzu, der bei jedem State Change sofort evaluiert\n- BehaviorEngine.handle_state_change() identifiziert betroffene Aktoren und löst evaluate() aus\n- Fallback periodische Vorhersage bleibt als Backup\n- pyproject: websockets dependency\n- tests: test_main.py für Event-Listener\n\nCloses #39 2026-06-14 17:23:29 +02:00
b3cf68eade CONTROL-001: add safe HA automation handoff
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
2026-06-14 16:21:57 +02:00
7ad97320a2 BEHAVIOR-004: trust HA automation actions
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
2026-06-14 15:58:05 +02:00
1c5eab14b6 UI-003: show prediction evaluation feedback 2026-06-14 15:38:11 +02:00
fb76d89204 BEHAVIOR-003: learn causal shadow triggers
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
2026-06-14 15:35:07 +02:00
100f5af578 UI-002: align context and activation status 2026-06-14 15:28:52 +02:00
47e8c7e549 ASSIGN-001: reject unrelated actuator sensors 2026-06-14 15:19:30 +02:00
8d070fc9ca BUILD-001: invalidate addon application cache per release 2026-06-14 11:38:36 +02:00
da51ac2063 UI-001: simplify addon setup and explain ingress workflow 2026-06-14 11:02:38 +02:00
da4603be17 BEHAVIOR-002: isolate per-actuator runtime failures
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
2026-06-14 10:40:19 +02:00
fa250216be BEHAVIOR-001: learn and predict actuator actions 2026-06-14 10:37:59 +02:00
6305f52cd2 ACT-001: actuator-first sensor lifecycle 2026-06-13 22:45:07 +02:00
5764b27bac MVP: add dashboard and Home Assistant add-on
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
2026-06-13 21:12:02 +02:00
2f7f49b8a0 AUTO-001: add automation approval workflow
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
Closes #21
2026-06-13 20:21:08 +02:00
0de537572d ML-009: add explainable predictions
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
Closes #20
2026-06-13 20:16:26 +02:00
df2ddacfbf ML-008: add statistical baseline model
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
Closes #19
2026-06-13 20:13:06 +02:00
816a516106 HA-008 HA-009: add discovery and history pipeline
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
Closes #17

Closes #18
2026-06-13 20:06:05 +02:00
840c404c1c ML-007: add retraining pipeline and API
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
Closes #13
2026-06-13 19:10:17 +02:00
aaf319ff14 harden delivery pipeline and production runtime
Some checks failed
quality / test (3.11) (push) Has been cancelled
quality / test (3.13) (push) Has been cancelled
2026-06-11 21:14:07 +02:00
471146761e harden model registry persistence and evaluation 2026-06-11 21:08:14 +02:00
3bed5e790a unify production app configuration and ML routes 2026-06-11 21:08:14 +02:00
63d10a6c4f ML-006: Training- und Evaluations-Workflow vorbereiten 2026-06-11 17:08:16 +02:00
fad517e56a ML-005 vorbereiten: Registry, API-Routen und kompatibler Predictor 2026-06-11 12:04:52 +02:00
79e883f77d ML-004: Training-Feedback und Evaluation-Metriken 2026-06-11 00:39:17 +02:00
3cf9af3515 ML-003: Predictor mit Sensor-Validierung und Batch-Interface 2026-06-11 00:38:45 +02:00
24be7a4f11 ML-002: Trainingspipeline mit Tainted-Data-Check 2026-06-11 00:21:21 +02:00
627ee03230 ML-001: Feature Store und erste ML-Tests hinzufügen 2026-06-11 00:21:02 +02:00
e2bc0644ae main: HeatingRule auf heizungsrelevante Sensoren begrenzen 2026-06-11 00:12:19 +02:00
445e4bcdf4 Merge otto/ha-client-errors into main 2026-06-10 23:29:30 +02:00
d550030a1a main: HA-Integration mit Exception-Handling und Testabdeckung 2026-06-10 22:47:08 +02:00