From a6517aa3d5151f5c5873f9d5dd999740ecbe3673 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 13 Sep 2022 15:54:17 +0200 Subject: [PATCH] Add weewx-purpleair --- Dockerfile | 2 ++ requirements.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3fd78d4..6ce59cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN wget -O "${ARCHIVE}" "http://www.weewx.com/downloads/released_versions/${ARC wget -O weewx-MQTTSubscribe.zip https://github.com/bellrichm/WeeWX-MQTTSubscribe/archive/master.zip &&\ wget -O weewx-forecast.zip https://github.com/chaunceygardiner/weewx-forecast/archive/master.zip &&\ wget -O weewx-GTS.zip https://github.com/roe-dl/weewx-GTS/archive/master.zip &&\ + wget -O weewx-purpleair.zip https://github.com/xslima00/weewx-purpleair/archive/refs/heads/patch-1.zip &&\ wget -O weewx-aqi.zip https://github.com/jonathankoren/weewx-aqi/archive/refs/tags/v1.4.zip &&\ wget -O weewx-wdc.zip https://github.com/Daveiano/weewx-wdc/releases/download/${WEEWX_WDC_VERSION}/weewx-wdc-${WEEWX_WDC_VERSION}.zip @@ -46,6 +47,7 @@ WORKDIR ${WEEWX_HOME} RUN bin/wee_extension --install /tmp/weewx-MQTTSubscribe.zip &&\ bin/wee_extension --install /tmp/weewx-forecast.zip &&\ bin/wee_extension --install /tmp/weewx-GTS.zip &&\ + bin/wee_extension --install /tmp/weewx-purpleair.zip &&\ bin/wee_extension --install /tmp/weewx-aqi.zip &&\ bin/wee_extension --install /tmp/weewx-wdc diff --git a/requirements.txt b/requirements.txt index 5440ced..b6fe571 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,6 @@ Pillow pyephem pyserial pyusb +requests setuptools wheel