How would one go about adding the time series data from the Open-Meteo API (https://open-meteo.com/en/docs) to the influxdb database? Similar to the Openweather input but so much more data that can be relevant to agriculture with forecasting included.
I would love to learn how to but don’t know where to start to intergrate with Mycodo.
I believe you would need to code a custom Mycodo Input Module specifically for the Open-Metro API… maybe using the existing Openweather Input Module as a code example. Input Modules are written in Python.