Get Value
get_valueRead a single datapoint value from a HomeMatic device channel using its address and datapoint name, with automatic interface detection.
Instructions
Read a single datapoint value from a device channel. Only address and valueKey are required — interface is auto-resolved. Use list_devices to find addresses, describe_device_type to find valid valueKeys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Channel address (e.g. '000A1BE9A71F15:1') | |
| valueKey | Yes | Datapoint name (e.g. 'STATE', 'LEVEL', 'ACTUAL_TEMPERATURE') | |
| interface | No | Interface name override (auto-resolved if omitted) |