Open uktricky opened 3 weeks ago
Requires the library installed - Amended the Dockerfile to include:
RUN apt-get update \
&& apt-get install wget unzip python3 python3-dev python3-pip python3-venv tzdata rsync openssh-client openssl git libffi-dev python3-setuptools libjpeg-dev **python3-six** -y \
&& addgroup weewx \
&& useradd -m -g weewx weewx \
and also
&& python3 -m pip install paho-mqtt \
**&& python3 -m pip install six \**
# If your hardware uses a serial port
&& python3 -m pip install pyserial \
(not Tom but....) it is reasonable to assume that any docker setup will sometimes require additions if you choose to add things to it, especially drivers. Not a bug re: this repo in my opinion.
Hi, using your v5 Dockerfile to build a new version of WeeWx which works OK
Everything was up and running with the simulator engine but I've now tried to add the GW1000 I've downloaded the gw1000.py and stored this in my docker directory
My run command:
My logs show:
In my weewx.conf (which is what I have in my non-docker version of weewx which is about 4 years old now):