Run HomeMatic Script
run_scriptExecute custom HomeMatic scripts on your CCU for actions not covered by other tools. Requires explicit confirmation on protected targets.
Instructions
Execute arbitrary HomeMatic Script on the CCU. NOT idempotent — will not be auto-retried. Use for anything the other tools don't cover. On a protected target, EVERY call needs confirm:true — the session unlock from other write tools does not apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | HomeMatic Script to execute | |
| confirm | No | Required true on EVERY call against a protected CCU target (e.g. prod) — scripts never ride on the session unlock. |