-
Notifications
You must be signed in to change notification settings - Fork 0
System Flow Overview
Tom Grounds - Personal edited this page Jun 20, 2026
·
5 revisions
This page shows how Asset Intelligence works end-to-end.
It connects sensing, evaluation, state management, and automation into a single continuous flow.
Home Assistant sensors provide real-world data:
- Temperature
- Humidity
- CO₂
- Lux / UV
- Air quality
- Leak detection
- Noise and pressure
The system builds a structured room model:
- Combines sensor inputs
- Adds external context (sun, weather)
- Assigns confidence
👉 Key Question:
“What is happening in the room?”
The system compares:
- Room conditions
vs - Asset requirements
It produces:
- Candidate risk state
- Risk reasons
- Signals used
👉 Key Question:
“What should the risk be?”
The coordinator:
- Applies debounce
- Confirms state transitions
- Generates events
- Produces advisory insights
👉 Key Question:
“What actually changed?”
- Stable, confirmed state
- Used for automation
- Human-readable explanation
- Suggestions and context
Recorded history of:
- Audit
- Environment
- Risk
- Documents
- Custody
- Measurements
Entities:
- Reflect current system state
- Feed UI and automations
- Do not perform logic
The UI shows:
- Environment conditions
- Risk and advisory
- Asset details
- Activity timeline
Home Assistant automations can:
- Trigger on risk state
- Use advisory context
- Control devices
Examples:
- Close shades
- Turn on ventilation
- Send alerts
Actions affect the environment:
- Temperature adjusts
- Light reduces
- Air quality improves
🔁 The cycle repeats continuously
Rising CO₂
- CO₂ increases
- Environment updates
- Evaluation detects violation
- Candidate state becomes RED
- Coordinator applies debounce
- Risk transitions to RED
- Event recorded
- Advisory generated
- Automation triggers ventilation
- CO₂ decreases
- Risk returns to GREEN
| Layer | Responsibility |
|---|---|
| Sensors | Provide raw data |
| Environment | Describe conditions |
| Evaluation | Determine risk |
| Coordinator | Handle state and events |
| Entities | Display results |
| Automations | Execute actions |
Asset Intelligence separates:
- Awareness → what is happening
- Decision → what it means
- Action → what to do
Asset Intelligence continuously:
- Observes the environment
- Evaluates impact on assets
- Generates insight
- Records history
- Enables action
- Observes results
The system answers:
- What is happening?
- Does it matter?
- What should I understand?
- What should I do?
This is what turns a smart home into a system that behaves intelligently.