Alex, you have the correct uploader installed. Compare your current
installed extension list:
pi@RPi-Weewx:/etc/weewx $ sudo weectl extension list
Using configuration file /etc/weewx/weewx.conf
Extension NameVersion Description
mqtt 0.24 Upload weather data to MQTT server.
Alex - it is unfortunate you're unfulfilled and still unhappy.
I did a test here on a pip installation and it 'does' work for me with mqtt
0.24 in setting both more and fewer numbers to the right of the decimal
point.
I added an input setting things to 5 digits and restarted weewx
[[MQ
Hi Gary,
I repeated the mqtt precedure and
##
pi@RPi-Weewx:/etc/weewx $ sudo weectl extension list
Using configuration file /etc/weewx/weewx.conf
Extension NameVersion Description
mqtt 0.24 Upload weather data to MQTT server.
#
A bit of googling suggests that this:
Extension NameVersion Description
MQTT 0.2.0 Extension for uploading LOOP data to an MQTT
broker
refers to the extension in this repo:
https://github.com/michael-slx/weewx-mqtt. Looking through the code for
this extension it does not
Hi Gary,
I checked your hint regarding MQTT version:
First time, I installed step by step the instruction of the mentioned link
a list in weewx control tells me:
weectl extension list
Using configuration file /etc/weewx/weewx.conf
Extension NameVersion Description
MQTT 0.2.0
So exactly what MQTT service are you using? Your initial post includes the
link https://github.com/weewx/weewx/wiki/mqtt (which in turn links to
Matthew's RESTful MQTT uploader) and the instructions on that page are
specific to Matthew's uploader. The log extract just provided shows
user.mqtt.M
Hi Gary,
I took an exploit from syslog with debug-level 2, see attachment.
As I mentioned, the observation data for wind, gust and outtemp are still
transmitted unformated, I also realiezed that rain values (
"weather/rain_mm": 0.0 (mm)" ) have always zero values although the website
tells me t
I suggest you edit weewx.conf, set debug = 2, save weewx.conf and restart
WeeWX. Let WeeWX run for at least two archive periods then take a log
extract showing the full WeeWX startup through until the two archive
periods have elapsed. Post the unaltered log extract here. Also worthwhile
posting
Hi Gary,
thanks for your advice. After the modification of weewx.conf mqtt data is
still delivered (so tha's positive), but no change in the number of decimal
places.
My config:
#
[[MQTT]]
enable = true
unit_system = METRICWX
# Hostname/IP of MQTT b
Your config stanza format is incorrect; you cannot just insert sub-stanzas
in the middle of an existing stanza, the sub-stanzas need to be added to
the end. In the case of a WeeWX config file indents don't matter but order
does. Try something like:
[[MQTT]]# Enable/disable this service
10 matches
Mail list logo