thanks for offering your help! Maybe it’s not even possible, but the aim was to get a sensor like this:
value: 3 → See note below
state_class: measurement
unit_of_measurement: °C
device_class: temperature
friendly_name: Daily Forecast
And for values, I don’t only want to store past values, but directly the forecast data for the next 7 days. And here I am stuck, since I’m not sure if that’s even possible.
Is it clearer now? Sorry I struggle a bit to explain the thing
thanks you very much - This could work, I haven’t thought of creating different sensors, each for one future day!
The data get’s stored in InfluxDB and then accessed by Grafana. So the only piece missing is giving each sensor a forced time-stamp so that the value of each sensor get’s shown as a different future day in Grafana (that’s what I mean with “with the respective dates”.
Goal is to show a temperature forecast in Grafana like below. I’m now exploring if an automation could manually write future values in the InfluxDB Temperature sensor - But seems there is no InfluxDB write service