[weewx-user] Re: weewx shows pressure value on index.html that looks like the barometer value at sealevel

2025-04-24 Thread 'Alex Z99' via weewx-user
Thanks a lot for the information. Few days ago I made the changes in the skin.conf as Gary suggested, but first there was no change in the displayed value of weewx visible, although I restarted the weewx process. After a while the pressure is displayed correct now. In addition I adjusted the ab

[weewx-user] weewx shows pressure value on index.html that looks like the barometer value at sealevel

2025-04-10 Thread 'Alex Z99' via weewx-user
I deploy the weewx version 5.1.0 an station ist WS2816 (Technoline). Altitude is 360 m above sealevel. It is defined in the section [Station] in weewx.conf, but the difference between station value and displayed value at index.html of weewx is about 45 mBar. For example: The pressure value from s

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

2024-09-02 Thread 'Alex Z99' via weewx-user
Hi Gary, thanks a lot for your help. Everything works now as it should. I adopted the weewx.conf and the mqtt uploader formats the values as desired. br. Alex gjr80 schrieb am Freitag, 30. August 2024 um 01:32:25 UTC+2: > Alex, you have the correct uploader installed. Compare your current > in

[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 '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 '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 '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] Mqtt values formated to 2 digits won't work

2024-08-19 Thread 'Alex Z99' via weewx-user
With this config, the weather values are puplished, but (i guess) due to convert from US (within db) to Metricwx with up to 16 decimal places. ### [[MQTT]]# Enable/disable this service enable = true unit_system = METRICWX # Hostname/IP of MQTT broker