Tibber - Schedul prices upcoming 24 hours prices!

Hello Ingo,
i am following your entries the last month because your work is excelent and gladly you share it with us!
One question. Right now i am useing a NodeRed logic that is quite well working. Has some issues not loading my battery fully, but it is ok. It’s for sonnenbatteries.

This logic calculates the battery charged energy price and prevents from discharging when tibber is cheaper.
Is this possible with your logic too?

Also very prommissig looks this plugin but i couldn’t bring it to work.

Hello
I like this card. But now I have a problem. Since this month my Tibber is active. But in “Verbrauch & Kosten” I have Problems. It is the first month with tibber, an I did not know the real “Gebühren” . So I set them to 100 and 90.

But the footer shows 0 Eur. And I think the coöour is not correct.

Also the “Preis” is 0.
grafik

What do you must see to help?

I reloaded all sensors from this post

But my problem goes on.
Than I reloaded 1 sensor with an action and after that I see in the logs

Template variable error: list object has no element 0 when rendering '{{ value_json.data.viewer.homes[0].consumption.nodes[0].consumption | float (default=0) }}'
Template variable error: list object has no element 0 when rendering '{{ value_json.data.viewer.homes[0].consumption.nodes[0].cost | float (default=0) }}'

This the template-sensor

  # Tibber Monthly Consumption Sensor
  - platform: rest
    unique_id: tibber_monthly_consumption
    name: Tibber Monthly Consumption
    resource: https://api.tibber.com/v1-beta/gql
    method: POST
    payload: '{ "query": "{ viewer { homes { consumption(resolution: MONTHLY, last: 12) { nodes { consumption cost unitPrice unitPriceVAT from to } } } } }" }'
    json_attributes_path: "$.data.viewer.homes[0].consumption"
    json_attributes:
      - nodes
    value_template: "{{ value_json.data.viewer.homes[0].consumption.nodes[0].consumption | float (default=0) }}"
    scan_interval: 300
    headers:
      Authorization: !secret tibber_token
      Content-Type: application/json
    unit_of_measurement: kWh
    state_class: total

Can somebody help?

You add your Tibber Token in /homeassistant/secrets.yaml ?

My solution
I changed my former card to the card from thecem

Than I found from Ingo [quote=“ingo.niehues, post:202, topic:391565”]
Tibber Actual Month Cost-Sensor[/quote]
and deleted the Rest-Sensor.

Than I changed for “Gesamt” opacity and stroke_width to 0.1 and 1.

At least I have in 24-Stunden a Problem. This values are zero. In 30 Tage they are o.k.
grafik

So I hope for a last help by the zero-values.