Live power draw
homey_energy_liveRead current home power draw in watts, broken down by room and device, plus whole-home meter and unassigned load. Provides instantaneous data only; for history, use homey_insights_query.
Instructions
Reads what the home is drawing right now, in watts, broken down by room and by device, together with the whole-home meter reading and the load Homey cannot attribute to anything. Instantaneous only: for history use homey_insights_query on a meter_power log (a cumulative kWh counter, where consumption is the difference between its endpoints) or a measure_power log (instantaneous watts, where energy is the area under it). Homey Pro (Early 2019) has no historical energy report endpoints at all, so Insights is the only history there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rooms and devices to list, biggest draw first. Defaults to 20. | |
| includeItems | No | Include the per-room and per-device breakdown. On by default; turn it off for just the totals. |