Created At
Dec 29, 2021
Created By SmartHomeEddy
Get energy prices from Tibber Platform to controle appliances and save on energy cost and help the climate
Created At
Dec 29, 2021
Last Update
Jul 13, 2022
Platforms
HC 3 Lite, Z-box Hub, Yubii Home, Venture WISE, HC 3
Views
2876
Download
529
This QuickApp gets todays and tomorrows energy prices and energy consumption from the Tibber platform.
Next to the current prices the lowest, highest and average price for the next hours is calculated.
Tax and extra cost (cable owner) are included in the hourly, daily, monthly, yearly and total cost.
All values are displayed in the labels.
Child devices are available for:
These devices can be used to control appliances according to the lowest and forecast prices during the day.
For easy use in for example blockscenes, Global Variables are available for:
To communicate with the API you need to acquire a OAuth access token and pass this along with every request passed to the server.
A Personal Access Token give you access to your data and your data only.
This is ideal for DIY people that want to leverage the Tibber platform to extend the smartness of their home.
Such a token can be acquired here: https://developer.tibber.com
When creating your access token or OAuth client you’ll be asked which scopes you want the access token to be associated with.
These scopes tells the API which data and operations the client is allowed to perfom on the user’s behalf.
The scopes your app requires depend on the type of data it is trying to request.
If you for example need access to user information you add the USER scope.
If information about the users homes is needed you add the appropiate HOME scopes.
Tomorrow values are available from 13:00 hour
If you have more than one home in your subscription, you need to fill in your home number the change between your homes.
Use this QuickApp at your own risk. You are responsible for ensuring that the information provided via this QuickApp do not contain errors.
Tibber is a registered trademark being the property of TIBBER. TIBBER reserves all rights to the registered trademarks.
Information which is published on TIBBER’s websites belongs to TIBBER or is used with the permission of the rights holder.
Making of copies, presentations, distribution, display or any other transfer of the information on the website to the public is, except for strictly private use, prohibited unless done with the consent of TIBBER.
Published material on dedicated TIBBER press websites, intended for public use, is exempt from the consent requirement.
Also see: https://tibber.com/en/legal-notice
The QuickApp show price levels from Tibber with these indications:
Tibber API documentation: https://developer.tibber.com/docs/guides/calling-api
Tibber API explorer: https://developer.tibber.com/explorer
Changes version 2.1 (25th June 2022)
Variables (mandatory and created automatically):
Hi, anyone eles got trouble with this app after tibber changed from grapl-ws to graphql-transport-ws?
It would be very useful to read all the values of a specific day. For example Greenly had that function and rated the price in rating 1 to 24 where 1 was the cheapest hour and 24 was the most expensive hour. Very easy to create scenes where you stop things when prices > certain level. They used the Enumerated variable type so it was easy do use the dropdown list instead of writing the exact phrase "Expensive" etc.
No, has nothing to do with the way Tibber Live works. Do you mean you got the global variables, but today you don't?
Yes, sorry for late reply. I have tested and it worked until today, i Guess it needs the same adjustment as the one you are working on in Tibber Live?
Hi Alexander, this QuickApp (Tibber Monitor) has nothing to do with the webSocket change from Tibber. The other Tibber Live QuickApp however, has all to do with the webSocket change and has been changed to keep on working. This Tibber Monitor QuickApp uses a simple API from Tibber.