mampfes / ha_epex_spot

Adds EPEX Spot data to Home Assistant.
MIT License
141 stars 21 forks source link

Future price values? #103

Closed ar-ml closed 8 months ago

ar-ml commented 8 months ago

Just a question: Does your integration also provide future market price values for the next day?

https://www.smartenergy.at/ wrote on their website: " Wir verraten dir bereits heute die stündlichen Preise für den nächsten Tag. Somit kannst du einschalten, wann immer der Strom am günstigsten für dich ist." ("We will already reveal to you the hourly prices for the next day today. This way, you can turn on whenever the electricity is cheapest for you.")

So I assume it would be helpful to get those future values also?

Without future values, how could your addon https://github.com/mampfes/ha_epex_spot_sensor predict the best time window for switching the device on?

mampfes commented 8 months ago

Yes, that is the idea of this integration.

Prices for the next day will be published by EPEX Spot at around 2pm and will be fetched by this integration from one of the supported service providers.

ar-ml commented 8 months ago

Thx for your answer.

What I don't understand is, why the chart for sensor.epex_spot_data_price does not display any values for the future:

grafik

mampfes commented 8 months ago

This is the HA history which can only show historical data. The future values are available as attributes of the price sensor. If you want to have a chart you can use ApexCharts as described in the documentation.