Integration architecture
State from Home Assistant. Workflows through n8n. Truth owned by ORION.
The browser does not connect directly to private systems. ORION's local service reads state, applies rules, routes an approved action, and checks the result before presenting an outcome.
Public demonstration: the connection states and counts on this page are simulated. The architecture reflects the current private implementation.
User requestCommand, routine, or event
ORION contextState, policy, recent events
Approved routeNative action or workflow ID
Connected systemHome Assistant or n8n
VerificationObserved postcondition
HOME ASSISTANT ONLINE
Connected-state layer
Home Assistant provides entity state for devices, sensors, security checks, environmental telemetry, and native actions that can be verified after execution.
Entities84 sample entities
Devices31 sample devices
Unavailable0
Browser credentialsNone
N8N ONLINE
Defined workflow layer
n8n runs workflow-backed routines such as Goodnight, Movie Mode, and Morning Report. Each route is expected to return a structured result and postcondition evidence.
Active workflows9 sample workflows
Recent failures0
Action contractStructured JSON
Private webhooksServer-side only