Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-02-02 Thread Frank Gruhlke
conversion_func > > > [[[pa > ignore = false # opt back in for this field > name = barometer > units = hPa > > conversion_func = lambda x : x / 100 > > I can see pros and cons of either. > > On Friday 2 February 2024 at 08:32:34 UTC-5 Frank Gruhlke wrote: > >>

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-02-02 Thread Frank Gruhlke
(30.00 in) is about right for my location at this time. Is there a way for the driver to also reformat the 2924.9393558775 to something more like 29.24 ? On Thursday, February 1, 2024 at 4:49:30 PM UTC-6 Frank Gruhlke wrote: > Hey Rich, thanks again... I managed to get my out-door temp to rea

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-02-01 Thread Frank Gruhlke
Hey Rich, thanks again... I managed to get my out-door temp to read F with this in my weewx.conf: temperature_C ignore = false name = outTemp units = degree_C I have tried every "units" option for Weewx Barometer unit ( inHg, mbar, hPa and kpa) for

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-01-31 Thread Frank Gruhlke
metric, you can use; > https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Common-Options#unit_system > Or you can set it at the field level via, > https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Additional-Options#units > rich > On Wednesday 31 January 2024 at 10:17:27 UTC-5 F

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-01-31 Thread Frank Gruhlke Gg
se to convert the temperature to "F" and the pressure to "inHg" ? On Monday, January 29, 2024 at 1:33:14 PM UTC-6 Frank Gruhlke Gg wrote: > That worked, thank you vince! > > On Monday, January 29, 2024 at 1:23:41 PM UTC-6 vince wrote: > >> Use the pac

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-01-29 Thread Frank Gruhlke Gg
That worked, thank you vince! On Monday, January 29, 2024 at 1:23:41 PM UTC-6 vince wrote: > Use the packaged version of paho-mqtt. > > $ sudo apt-get install python3-paho-mqtt > > > On Monday, January 29, 2024 at 11:01:14 AM UTC-8 Frank Gruhlke Gg wrote: > >&g

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-01-29 Thread Frank Gruhlke Gg
00) 9) WMR300 (weewx.drivers.wmr300) 10) WMR9x8 (weewx.drivers.wmr9x8) 11) WS1 (weewx.drivers.ws1) 12) WS23xx (weewx.drivers.ws23xx) 13) WS28xx (weewx.drivers.ws28xx) choose a driver [4]: On Saturday, January 27, 2024 at 5:44:59 PM UTC-6 Frank G

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-01-27 Thread Frank Gruhlke Gg
This worked! Vince and Rich, thank you so much!! sudo weectl extension install https://github.com/bellrichm/WeeWX-MQTTSubscribe/archive/refs/tags/v2.3.1.tar.gz On Saturday, January 27, 2024 at 5:20:52 PM UTC-6 Frank Gruhlke Gg wrote: > And sorry, yes using WeeWx 5 > > On Saturday, J

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-01-27 Thread Frank Gruhlke Gg
And sorry, yes using WeeWx 5 On Saturday, January 27, 2024 at 5:20:14 PM UTC-6 Frank Gruhlke Gg wrote: > That got me much closer...but (PermissionError: [Errno 13] Permission > denied: '/etc/weewx/bin/user/MQTTSubscribe.py') > > > frank@pi4:/tmp $ weectl extension instal

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-01-27 Thread Frank Gruhlke Gg
Errno 13] Permission denied: '/etc/weewx/bin/user/MQTTSubscribe.py' On Saturday, January 27, 2024 at 4:54:23 PM UTC-6 vince wrote: > You didn't say which version of weewx but you probably installed v5. > > See if 'weectl extension install' works (v5 syntax) rather than > 'we

Re: [weewx-user] Re: Trouble installing WeeWX-MQTTSubscribe

2024-01-27 Thread Frank Gruhlke Gg
WeeWX-MQTTSubscribe/wiki/Common-Options as >> a reference >> >> rich >> >> On Saturday 27 January 2024 at 16:38:36 UTC-5 Frank Gruhlke Gg wrote: >> >>> Hello all.. hopefully someone can help me! >>> I have a fresh raspbean install on a pi-

[weewx-user] Trouble installing WeeWX-MQTTSubscribe

2024-01-27 Thread Frank Gruhlke Gg
Hello all.. hopefully someone can help me! I have a fresh raspbean install on a pi-4 and want to install the MQTT driver found here: https://github.com/bellrichm/WeeWX-MQTTSubscribe So far managed to install the Paho MQTT Python Client but then started to run into issues. First,