Tibber · Arazzo Workflow
Tibber Submit Meter Reading
Version 1.0.0
Discover the viewer's home over GraphQL, then submit a manual meter reading for that home with the sendMeterReading mutation.
View Spec
View on GitHub
EnergySmartHomeSmartMeterElectricityPricingElectricVehicleChargingHeatPumpSolarInverterHomeBatteryGraphQLOAuth2NordicArazzoWorkflows
Provider
Workflows
submit-meter-reading
Resolve a home and submit a manual meter reading for it.
Runs a viewer/homes discovery query to capture a home id, then runs the sendMeterReading mutation to register a manual reading value against that home.
1
discoverHomes
executeGraphQL
Resolve the authenticated viewer and the list of homes, capturing the first home id to register the reading against.
2
sendReading
executeGraphQL
Submit the manual meter reading for the resolved home using the sendMeterReading mutation, passing the home id and reading as variables.