Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
coordinator - Agent - OpenSmartRoute
Agentv1.0.0
coordinator
Focus: `NetlinkDataUpdateCoordinator` and runtime state flow.
Focus: NetlinkDataUpdateCoordinator and runtime state flow.
Key files
custom_components/netlink/coordinator.py
custom_components/netlink/__init__.py
Architecture constraints
Push-based integration:
_async_update_data() is for the initial REST snapshot during setup.
WebSocket events update state via async_set_updated_data(...).
update_interval must remain None (no polling).
Data model expectations
coordinator.data is a dict with:
"desk": desk state object
"displays": dict mapping bus_id (string) -> display state object
Be careful to merge existing state when handling events; do not drop keys.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/mrgreenboutiqueoffices-home-assistant-netlink-coordinato-1fec9e/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.