Tibber · Arazzo Workflow
Tibber Pull Device History
Version 1.0.0
Discover a home, find one of its connected devices, confirm the resolution it supports, then pull a page of historical telemetry.
View Spec
View on GitHub
EnergySmartHomeSmartMeterElectricityPricingElectricVehicleChargingHeatPumpSolarInverterHomeBatteryGraphQLOAuth2NordicArazzoWorkflows
Provider
Workflows
pull-device-history
Resolve a home and device, then retrieve a page of device history at a supported resolution.
Lists homes, lists devices for the selected home, reads the chosen device to confirm it supports the requested resolution, and returns a page of its historical telemetry bounded by the supplied since/until window.
1
listHomes
listHomes
List the homes the authenticated user has granted this client access to, and capture the first home id to operate on.
2
listDevices
listDevicesForHome
List every linked device in the selected home and capture the first device id to inspect.
3
getDevice
getDevice
Read the device to confirm its identity, capabilities, and which history resolutions it supports before requesting telemetry.
4
getHistory
getDeviceHistory
Pull a page of historical telemetry for the device at the requested resolution, bounded by the optional since/until window.