I’m new to HA and not a coder. Nethertheless I’ve managed to get the tibber price chart working yesterday.
But the numbers didn’t update. According to your post this must be scheduled via a “flow”. Unfortunately I don’t know how to implement it. Could you please give me a short hint?
How to you get the data - via the home assistant integration or via a Node-RED node “http request”?.
I use the “http- request” node with my username/bearer and fetch the price data from the Tibber server. That “flow” is scheduled for every day at 13:15 because tibber updates the data at 13:00 about.
Do you have username/bearer for direct http / graphQL requests?
Hallo
a very good work of all in this discussion. But it is varry hard for me to find the last files “rest” and “cards”
Is it possible to have the last solution for all with a link to the last example in this discussio somewhere.
Step by step and with trial and error I have ralised the most function. But I have two question else:
The uptime-card shows the pricelevel only to now. But I want to see the price-lecel till tomorrow. Is there a chance to see price-level for the future?
Second I want to see the next cheapest-time only as sensor. The reason is, most electric devices (washingmachine etc) must be start manuel.
I saw here a solution with the calendar-card. But it is not really explained.
Platform rest does not generate unique IDs. ID tibber_price_level already exists - ignoring sensor.tibber_price_level
Platform rest does not generate unique IDs. ID tibber_price_level_german already exists - ignoring sensor.tibber_price_level_deutsch
Scraper error is normal since the format is changing every day on tibbers site.
The id errors occur, regarding a not unique config. Double check if you have those configured a second time, search for those entries in configuration.yaml and every config file you linked.
Thanks for all your code! This gives me a great starting point to make my automation. I was wondering, in constructing the message payload with price and time, you construct the time for every array record. But they all already have a time, only it’s utc + [timezone deviation]. Is there a reason for not using the provided time? Does HA not handle that notation well in converting it to local time? Does JS not have the ability to make it an absolute local time (or whatever the term is for 12:00:00 instead of 10:00:00+02:00:00)?
Hey guys,
I have a question.
I got to set up the sensor and everything work.
For some automations i want to get all values on an own sensor.
With the Templates i got to ask for my values {{ states.sensor.tibber_prices_2.attributes.today[0] }}
My Problem ist, that i got this as an answer: {‘total’: 0.2931}
@ingo.niehues Hello Ingo, first of all thank you so much for your great cards! Everything works perfect except for the multiscrape card which shows some fields with none. Could you maybe have a look ?
Oh my god you guys are awesome…
But I’m still overloaded with information. I came accross this post because I’m searching for a solution to display the next cheap price slots on my e ink open paper price tags.