Get one Homey device
homey_device_getRetrieve complete details for a single smart home device, including live capability values, settable ranges, units, and available data logs. Use a device ID or name to access current state and locate log IDs for querying device history.
Instructions
Full detail for a single device: every capability with its live value, whether it can be set, its unit, decimals and allowed range, the energy block, and which Insights logs exist for it. Each of those logs carries a logId that homey_insights_query takes as is, so this is the route from a device to its own history. Accepts a device id or a device name. Read the min and max here before calling homey_device_set_capability: several capabilities are a 0..1 fraction despite reading as a percentage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device id or device name. | |
| deviceId | No | The same thing as "device", under the name homey_devices_search reports it as. Send either one. |