I’ve got a wind speed sensor (sensor.barbate_wind_speed) - super easy to chart that over any particular historic period.
I also have a weather forecast (weather.forecast_barbate) providing hourly wind speed predictions over the coming days. This code in developer tools->actions:
I want to be able to plot those future “wind_speed” forecast/predictions in the same chart as the historic ones (perhaps using a dotted line for the forecast, etc).
However I cannot find ANY way to plot those forecasts at all… What am I missing here? Do I have to create one or more new template sensors and copy the data into them with an automation to be able to plot?
I notice one historic discussion: forecasting data and even a core architecture discussion that was eventually closed. Neither of those seem to contain any solution to this problem.
It’s a PIA but you might put the contents of each value you’re after into a helper. (It’s what I do, but I’m interested in fewer sensors than you are.) Then display those values on the dashboard.