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
EnergySmart HomeSmart MeterElectricityPricingElectric Vehicle ChargingHeatPumpSolarInverterHome BatteryGraphQLAuthenticationNordicArazzoWorkflows
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
Resolve the authenticated viewer and the list of homes, capturing the first home id to register the reading against.
2
sendReading
Submit the manual meter reading for the resolved home using the sendMeterReading mutation, passing the home id and reading as variables.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.