Get Paramset
get_paramsetRead runtime state, configuration, or link parameters of a HomeMatic channel by specifying its address and paramset key (VALUES, MASTER, or partner address).
Instructions
Read all parameters for a channel: VALUES (runtime state), MASTER (config), or a link paramset — for the latter pass the LINK PARTNER's channel address as paramsetKey (find partners with list_links). Interface is auto-resolved from the address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | CCU target to read from (default: active). See list_ccu_targets. | |
| address | Yes | Channel address (e.g. '000A1BE9A71F15:1') | |
| interface | No | Interface name override (auto-resolved if omitted) | |
| paramsetKey | Yes | 'VALUES', 'MASTER', or a link partner's channel address (reads that direct link's parameters) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Map of parameter name → value | |
| address | Yes | ||
| paramsetKey | Yes |