Tibber · Arazzo Workflow
Tibber Inspect Connected Device
Version 1.0.0
List a home's connected devices and branch on the device category to read full detail for a vehicle, charger, or other linked device.
View Spec
View on GitHub
EnergySmartHomeSmartMeterElectricityPricingElectricVehicleChargingHeatPumpSolarInverterHomeBatteryGraphQLOAuth2NordicArazzoWorkflows
Provider
Workflows
inspect-connected-device
Discover a home's devices and read one device in full, branching on its category.
Lists homes, lists the devices for the selected home, branches on the first device's category, and reads that device to surface its attributes, capabilities, and supported history resolutions.
1
listHomes
listHomes
List the user's accessible homes and capture the first home id.
2
listDevices
listDevicesForHome
List the linked devices for the selected home and capture the first device id and its category for branching.
3
getVehicle
getDevice
Read a connected electric vehicle in full.
4
getCharger
getDevice
Read an EV charger or EVSE device in full.
5
getOther
getDevice
Read any other linked device category (thermostat, inverter, or energy system) in full.