If you have a Meteobridge-powered weather software device, such as the Ambient Weather WEATHERBRIDGE, then this Telegraf Docker plugin will allow you to connect your weather station data to an InfluxDB time-series database. By default, the Meteobridge displays raw sensor data as an XML file, and using this plugin will allow you to pull those data.
In the ENVIRONMENT section of the docker-compose.yml
file, adjust the values for your Meteobridge and InfluxDB settings accordingly. Make sure to change:
After the values have been configured to your environment, then start the environment.
This is pre-configured to get data from the Meteobridge every 30 seconds.
The Meteobridge returns data in standard SI units. If you need to convert them to a different unit system, you'll need to write the appropriate InfluxDB query in your database.
Some weather stations will extrapolate a rainfall rate based on current preciptiation. If you are using this for weather spotting, most weather bureaus want actual rainfall, not a mathematically projected rainfall rate. Make sure you know what your weather station does with rainfall before using this for official purposes.
Additionally, because the plugin author lives in Phoenix, the rainfall function has not been tested yet to see what it does because it rarely rains here.