Manage the Worker
In Hub → Cluster you can:
- See the worker's status (online/offline), its last contact time, and the camera it's reading.
- Approve a newly enrolled worker so it can start running inference.
- Revoke the worker. It will be disconnected and blocked until it re-enrolls with a new PIN.
Settings propagate from the master
You configure everything (camera URL, timing, sensitivity, and so on) in the Configuration tab of the Superhome app in Home Assistant. When you save there, the settings are also sent to the connected worker. To be sure the changes take full effect on the worker, restart the worker container afterwards:
docker compose restart
Pointing the worker at a different master
Changing SUPERHOME_MASTER_HOST alone does not switch the master: the cached pairing with the previous master takes precedence. First reset the worker's pairing by recreating the worker container with a fresh data volume, then enroll it against the new master with a new PIN.