Skip to content

Commit

Permalink
Merge branch 'main' into dwd-mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed Feb 24, 2024
2 parents a9f3184 + 9a51409 commit f227076
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.10-buster
LABEL org.opencontainers.image.authors="David Baetge <[email protected]>"

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"

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
8 changes: 0 additions & 8 deletions src/install-input.txt

This file was deleted.

8 changes: 4 additions & 4 deletions src/skin.conf
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -800,7 +800,7 @@ SKIN_VERSION = 3.5.0-beta1
[[[[observations]]]]
[[[[[temp_min_max_avg]]]]]
[[[[[tempdew]]]]]
[[[[[vegetation]]]]]
#[[[[[vegetation]]]]]
[[[[[outHumidity]]]]]
[[[[[barometer]]]]]
[[[[[windchill_heatindex]]]]]
Expand Down Expand Up @@ -833,7 +833,7 @@ SKIN_VERSION = 3.5.0-beta1
[[[[observations]]]]
[[[[[temp_min_max_avg]]]]]
[[[[[tempdew]]]]]
[[[[[vegetation]]]]]
#[[[[[vegetation]]]]]
[[[[[outHumidity]]]]]
[[[[[barometer]]]]]
[[[[[windchill_heatindex]]]]]
Expand Down Expand Up @@ -863,7 +863,7 @@ SKIN_VERSION = 3.5.0-beta1
[[[[observations]]]]
[[[[[temp_min_max_avg]]]]]
[[[[[tempdew]]]]]
[[[[[vegetation]]]]]
#[[[[[vegetation]]]]]
[[[[[outHumidity]]]]]
[[[[[barometer]]]]]
[[[[[windchill_heatindex]]]]]
Expand Down

0 comments on commit f227076

Please sign in to comment.