Import Weewx weather data to influx db - https://github.com/vdbg/weewx-influx
1.1K
Allows for importing weather station data from WeeWX to InfluxDB v2.
weewx.sdb file, for example by running find / -name weewx.sdbsudo docker run --name weewx-influx -v config.yaml:/app/config.yaml -v /var/lib/weewx/weewx.sdb:/var/lib/weewx/weewx.sdb vdbg/weewx-influx:latestsudo docker cp weewx-influx:/app/template.config.yaml config.yamlconfig.yaml by following the instructions in the filesudo docker start weewx-influx -iCtrl-C to stop the container, sudo docker container rm weewx-influx to delete itsudo docker run \
-d \
--name weewx \
-v /path_to_your/config.yaml:/app/config.yaml \
-v /path_to_your/weewx.sdb:/var/lib/weewx/weewx.sdb \
--memory=100m \
--pull=always \
--restart=always \
vdbg/weewx-influx:latest
Content type
Image
Digest
sha256:472923ca0…
Size
25.1 MB
Last updated
almost 4 years ago
docker pull vdbg/weewx-influx