kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
2.89k stars 233 forks source link

Forecasted weather data in a chart? #963

Closed quadcom closed 1 year ago

quadcom commented 1 year ago

Still wrapping my head around HA, I found your plugin from a YT vid.

I am pulling weather data from Openweather. The entity is 'sensor.openweathermap_forecast_temperature'. That entity has 7 days of data in it. I'd like to get the graph to show the forecasted 7 days.

I saw another post/request for array data. Could this be the same thing?

Is there any way to graph this forecasted data?

akloeckner commented 1 year ago

Possible duplicate: #929 Possibly related: #942 (I guess, that's the other post you saw.)

Yes, I believe it is the same thing.

But no, I cannot think of a way to do this in mini-graph-card, because using historic data is hardcoded.

ildar170975 commented 1 year ago

@quadcom Your possible way could be:

  1. Create a template sensor for each day, each parameter (humidity, pressure, ...)
  2. Use custom bar-card (vertical orientation) to show your forecast.

Go to community bar-card thread for details. изображение

Closing as a duplicate https://github.com/kalkih/mini-graph-card/issues/929