Tibber - Schedul prices upcoming 24 hours prices!

Could you post this even for monthly?

So you startet with tibber in April and should have today the April values in.

Yes, it works

1 Like

@ingo.niehues thx again for this evolution of the first card!

It is better as the Tibber app!

2 Likes

@ingo.niehues Yes, thank you Ingo, you make really nice cards

1 Like

@ingo.niehues I determined a problem with the yaxis scaling and the stacked graph´s:


same with je Tag und je Monat:

I cound´t get the point why you use 2 yaxis id´s “Kosten” and “Gesamtkosten” since Gebühren and Stromkosten are stacked, we only need one scale for yaxis.

So i changed the config to:

                            yaxis:
                              - min: 0
                                id: Gesamtkosten
                                opposite: false
                                apex_config:
                                  tickAmount: 5
                                  forceNiceScale: true
                                  decimalsInFloat: 2
                                  offsetX: -20
                                  title:
                                    text: €
                                    rotate: 0
                            apex_config:

without yaxis “kosten” and replaced the Kosten yaxis-id with Gesamtkosten. The result is:



Let Me Know Your Thoughts

1 Like

This ist great. Thank you!

@ thecem
Can you please post your hole vertical-Stac Code?

@ ingo.niehues
Do you think it is really necessary to query the data from Tibber every 300 seconds?

    scan_interval: 300

Or am I misunderstanding something?

Tibber Card

Thanks for the code :smiley:

Could you please list which dashboard add-ons are required for the function?

Pls follow Ingos guide:

Thanks for the tip :smiley:

I still had to install the following:

  • card-mod3 and activate in configuration.yaml
  • helpers

    Important here:
    All prices are net and the VAT rate after the decimal point, i.e. for 19% you have to enter 0.19 as the value for the helper

open points:
image
sensor.ak3_strompreis

No values in history

Comes from tibber integration (HA core), then you will have the graph. Based on how long you are customer, you will see even the monthly values, out of the rest sensors.

I use the Tibber integration since December 2023 but i don´t find a sensor.ak3_strompreis entity :frowning:

The name varies on your configuration of tibber. Will be different to my and should be the main entity of tibber integration.

Hello @Ingo.nieheus, first of all thank you very much for your work and make your work available to others. THX! Unfortunately, I have an understanding problem when creating the required sensors.

How did you create the utility meters for daily, monthly and yearly costs? Which entitie(s) did you use and with wich settings? (Ich möchte es verstehen…bitte)

This is what the entitie(s) of my Tibber integration look like:

sensor.My_Street_Name_time_of_max_hour_consumption

sensor.tibber_pulse_My_Street_Name_power_production

sensor.tibber_pulse_My_Street_Name_power

sensor.My_Street_Name_monthly_peak_hour_consumption

sensor.My_Street_Name_monthly_net_consumption

sensor.My_Street_Name_monthly_cost

sensor.tibber_pulse_My_Street_Name_min_power

sensor.tibber_pulse_My_Street_Name_max_power

sensor.tibber_pulse_My_Street_Name_last_meter_production

sensor.tibber_pulse_My_Street_Name_last_meter_consumption

sensor.tibber_pulse_My_Street_Name_estimated_consumption_current_hour

sensor.My_Street_Name_electricity_price

sensor.tibber_pulse_My_Street_Name_average_power

sensor.tibber_pulse_My_Street_Name_accumulated_production_current_hour

sensor.tibber_pulse_My_Street_Name_accumulated_production

sensor.tibber_pulse_My_Street_Name_accumulated_cost

sensor.tibber_pulse_My_Street_Name_accumulated_consumption_current_hour

sensor.tibber_pulse_My_Street_Name_accumulated_consumption

Ok, I’ve managed everything so far, but I still need help creating an automation for the battery charge and a switch. I don’t have a “Senec” system but the “Luna2000 from Huawei”. And as can be seen from my screenshot, I don’t yet know how to create the “sensor.solar_restproduktion_heute”. Or is it an entity of the “Senec” system?

The “Restproduktion_heute” (remaining_solar_energy_today) comes from the Solar Forecast Integration.

Ahhh okay, thank you. :sweat_smile: