0

Im trying to make some predictions for temperature data in InfluxDB and visualizing it with Grafana. I already tried to make some predictions in python with holt winters for this data and was successfull. The seasonality repeats every hour plus minus some minutes so when my data has a frequency of 10 minutes my seasonal component should be 6 or 7. When I tried those parameters for holt winters in pyhton everything works fine. But now I tried to implement it in influxdb so I can also see predictions for live data and it does not work at all.

Query B is holt winters. I group the data by 10 minutes which is why the seasonal component should be 7 or 6. You can even count the datapoints between the peaks and its always 6 oder 7. So why is the prediction so far off? Am I getting something wrong?

enter image description here

RoteZora
  • 35
  • 1
  • 5

0 Answers0