832 B
832 B
SillyHome Future v2 Architecture
Core Principle
v2 is event-first. Home Assistant state changes enter the Event Core, which updates runtime state, routes affected actuators, computes a decision, applies safety and handoff gates, then writes an audit event.
Store Split
runtime.json: current states, audit trail and connection healthlearning.json: patterns, room profiles and scene profilescontrol.json: safety stage, handoff mode and paused automations
Control Path
LLMs are not part of the control path. Local deterministic insights may explain state, but switching decisions must remain inspectable and testable.
v2 Milestones
- Event Core and routing index
- Store migration and backup/restore
- Decision Engine v2
- Handoff Matrix
- Rooms and scenes
- Dashboard v2
- Add-on hardening