I'm trying to get
Bresser 6in1 up and running with weewx & MQTT. I'm trying the route using interceptor driver in listening mode (device type 'wu-client').
I'm stuck at a point where I am running the interceptor driver directly, but it is showing this output:
root@8467ef519801:/# PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/interceptor.py --device=wu-client --mode=listen --port=80
identifiers: {}
identifiers: {}
identifiers: {}
(... etc, new line added about every 15-30 seconds ...)
Some information about the setup: running weewx in Docker based on
jgoerzen/weewx:latest, port 80 is being forwarded into the docker. Interceptor driver is installed and configured. In the configuration panel for the Bresser station, for 'Web Server URL' (where you're supposed to enter
rtupdate.wunderground.com) I entered the IP-address of the machine running Docker. Since then, it seems to be receiving something... but no real data it seems?
Can you guys point me in the right direction? Thanks in advance!