Add Controller
add_controllerRegisters a new controller to connect to a nomos smart home system. Automatically selects it as active if no other controller exists.
Instructions
Registers a new nomos controller. If this is the first controller, it is automatically selected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A friendly name for the controller (e.g. "Wohnhaus", "Büro") | |
| url | Yes | The base URL of the controller (e.g. "https://192.168.1.100"). The /mcp path is appended automatically. | |
| token | Yes | The MCP Bearer token from the nomos controller settings. |