mampfes / ha_epex_spot_sensor

Provides helper sensors for EPEX Spot integration.
MIT License
58 stars 4 forks source link

Use list of calculated intervals #19

Closed lask456 closed 4 months ago

lask456 commented 5 months ago

Hello, I would like to access the information from the sensor that tells me when the most favorable time period is. I want to start my washing machine at the best time and want to know immediately via text to speech when the washing program will be finished. Unfortunately, I can't find the information to read this data from the epex spot sensor anywhere. Can you give me an example of how to use the most favorable time of the current day + time?

Here is a screenshot of the information:

grafik

mampfes commented 4 months ago

Not sure if I got your point...

You can access the Data attribute like this from an automation: {{ state_attr("binary_sensor.epex_spot_sensor", "data") }}

lask456 commented 4 months ago

Ok. How can I access the hh:mm from the actual day?

mampfes commented 4 months ago

Please check the Home Assistant documentation (e.g.: https://www.home-assistant.io/docs/automation/templating/) for such kind of questions.