diff --git a/Dockerfile b/Dockerfile index 020bf49..54c106a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.10-buster LABEL org.opencontainers.image.authors="David Baetge " ARG WEEWX_VERSION="5.0.2" -ARG WDC_VERSION="v3.5.0-beta1" +ARG WDC_VERSION="v3.5.0" ARG WEEWX_UID=2749 ENV WEEWX_HOME="/home/weewx-data" diff --git a/readme.md b/readme.md index 6b5d288..9892617 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ WeeWX is installed via the [`pip` installation method](https://www.weewx.com/doc * Build `docker build . -t "weewx"` * Default build args: * **ARG** WEEWX_VERSION="5.0.2" - * **ARG** WDC_VERSION="v3.5.0-alpha2" + * **ARG** WDC_VERSION="v3.5.0" * Run `docker run -d --restart unless-stopped -p 9877:9877 --name weewx weewx` * Step into with `docker exec -it weewx /bin/bash` diff --git a/src/install-input.txt b/src/install-input.txt deleted file mode 100644 index 8f41a08..0000000 --- a/src/install-input.txt +++ /dev/null @@ -1,8 +0,0 @@ -Haselbachtal, Saxony, Germany -250, meter -51.209 -14.085 -y -https://www.weewx-hbt.de/ -metric -3 \ No newline at end of file diff --git a/src/skin.conf b/src/skin.conf index 706a99f..6c11d28 100644 --- a/src/skin.conf +++ b/src/skin.conf @@ -1,6 +1,6 @@ # configuration file for the weewx-wdc skin SKIN_NAME = Weather Data Center -SKIN_VERSION = 3.5.0-beta1 +SKIN_VERSION = 3.5.0 # For instructions, see https://github.com/Daveiano/weewx-wdc/wiki/Custom-data-bindings [ObservationBindings] @@ -752,7 +752,7 @@ SKIN_VERSION = 3.5.0-beta1 [[[[observations]]]] [[[[[temp_min_max_avg]]]]] [[[[[tempdew]]]]] - [[[[[vegetation]]]]] + #[[[[[vegetation]]]]] [[[[[outHumidity]]]]] [[[[[barometer]]]]] [[[[[windchill_heatindex]]]]] @@ -785,7 +785,7 @@ SKIN_VERSION = 3.5.0-beta1 [[[[observations]]]] [[[[[temp_min_max_avg]]]]] [[[[[tempdew]]]]] - [[[[[vegetation]]]]] + #[[[[[vegetation]]]]] [[[[[outHumidity]]]]] [[[[[barometer]]]]] [[[[[windchill_heatindex]]]]] @@ -815,7 +815,7 @@ SKIN_VERSION = 3.5.0-beta1 [[[[observations]]]] [[[[[temp_min_max_avg]]]]] [[[[[tempdew]]]]] - [[[[[vegetation]]]]] + #[[[[[vegetation]]]]] [[[[[outHumidity]]]]] [[[[[barometer]]]]] [[[[[windchill_heatindex]]]]]