[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-29 Thread gjr80
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.

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-29 Thread vince
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

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-29 Thread 'Alex Z99' via weewx-user
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. #

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-26 Thread gjr80
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

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-26 Thread 'Alex Z99' via weewx-user
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

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-25 Thread gjr80
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

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-25 Thread 'Alex Z99' via weewx-user
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

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-20 Thread gjr80
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

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-20 Thread 'Alex Z99' via weewx-user
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

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-20 Thread gjr80
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