Tibber · Arazzo Workflow
Tibber Price Alert Push
Version 1.0.0
Read the current price level over GraphQL, branch on whether power is cheap, and push a Tibber app notification when it is.
View Spec
View on GitHub
EnergySmartHomeSmartMeterElectricityPricingElectricVehicleChargingHeatPumpSolarInverterHomeBatteryGraphQLOAuth2NordicArazzoWorkflows
Provider
Workflows
price-alert-push
Push a Tibber app notification when the current price level is cheap.
Reads the current price level for the viewer's home, branches on whether the level is CHEAP or VERY_CHEAP, and on the cheap path sends a push notification to the Tibber mobile app via the sendPushNotification mutation.
1
readPriceLevel
executeGraphQL
Read the current hourly price and its level classification for the viewer's home, capturing the level for branching.
2
sendPush
executeGraphQL
Send a push notification to the Tibber mobile app announcing the cheap price window using the sendPushNotification mutation.