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

2024-02-03 Thread bell...@gmail.com
That’s great! Thanks for letting us know. rich On Friday 2 February 2024 at 18:29:13 UTC-5 Frank Gruhlke wrote: > Tried option #2 and weewx is now reporting the barometer in inHg! Truely > appreciate your willingness to help! > > Thank you, thank you, thank you! > > On Friday, February 2, 2024

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

2024-02-02 Thread Frank Gruhlke
Tried option #2 and weewx is now reporting the barometer in inHg! Truely appreciate your willingness to help! Thank you, thank you, thank you! On Friday, February 2, 2024 at 3:20:05 PM UTC-6 bell...@gmail.com wrote: > So it looks like your pressure is off by a factor of 100. I would think >

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

2024-02-02 Thread bell...@gmail.com
So it looks like your pressure is off by a factor of 100. I would think either of these would work (untested). http://www.weewx.com/docs/5.0/reference/weewx-options/stdcalibrate/?h=stdco [StdCalibrate] [[Corrections]] barometer = barometer / 100

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

2024-02-02 Thread Frank Gruhlke
On a weewx re-boot this morning I spotted this warning: *WARNING weewx.qc: 2024-02-01 19:29:32 CST (1706837372) LOOP value 'barometer' 2924.9393558775 outside limits (26.0, 32.5)* Seems the driver is now converting the BME280 T reading of 98790.06 to 2924.9393558775. Point of reference

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
S... somthing like this? tempf ignore = true name = inTemp conversion_func = tempf * 1.8 +32 On Wednesday, January 31, 2024 at 11:20:22 AM UTC-6 bell...@gmail.com wrote: > You have a couple of options. If all (or the majority) of your data coming > in is metric,

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

2024-01-31 Thread bell...@gmail.com
You have a couple of options. If all (or the majority) of your data coming in is 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,

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

2024-01-31 Thread Frank Gruhlke Gg
Quick question, I use a ESP32 with an attached BME280 programed to gather my data and then use "weewxMQTTSubcribe" to feed Weewx. The outdoor station sends the temp in "C" and the BME280 sends the pressure in "Pa" Where and how in my chain does it makes the most sense to convert the temperature

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: > >> I am still trying to get

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

2024-01-29 Thread vince
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: > I am still trying to get everything installed correctly... > > I can install weewx 5, no problem(sudo apt install weewx) > I can

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

2024-01-29 Thread Frank Gruhlke Gg
I am still trying to get everything installed correctly... I can install weewx 5, no problem(sudo apt install weewx) I can install Paho-Mqtt, no problem (pip install paho-mqtt) I am using this to install WeewxMQTTSubcribe (sudo weectl extension install

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, January

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 install v2.3.1.tar.gz >

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

2024-01-27 Thread Frank Gruhlke Gg
That got me much closer...but (PermissionError: [Errno 13] Permission denied: '/etc/weewx/bin/user/MQTTSubscribe.py') frank@pi4:/tmp $ weectl extension install v2.3.1.tar.gz Using configuration file /etc/weewx/weewx.conf Install extension 'v2.3.1.tar.gz' (y/n)? y Extracting from tar archive

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

2024-01-27 Thread vince
You didn't say which version of weewx but you probably installed v5. See if 'weectl extension install' works (v5 syntax) rather than 'wee_extension --install' (v4 syntax). On Saturday, January 27, 2024 at 2:34:15 PM UTC-8 Frank Gruhlke Gg wrote: > Thanks for helping me out... here is what

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

2024-01-27 Thread Rich Bell
Just double checking, you installed WeeWX 4.x? What method, package or setup? It’s a bit of a matrix of what to do depending on WeeWX version and install method. I am hoping to simplify my instructions, but the docs are partially done. Sorry about that. We’ll get you up and running. On Sat, Jan

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

2024-01-27 Thread Frank Gruhlke Gg
Thanks for helping me out... here is what got.. frank@pi4:/tmp $ wee_extension --install=v2.3.1.tar.gz bash: wee_extension: command not found On Saturday, January 27, 2024 at 4:20:12 PM UTC-6 Rich Bell wrote: > Drop the BIN_DIR > wee_extension --install=v2.3.1.tar.gz > Assuming you are /tmp >

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

2024-01-27 Thread Rich Bell
Drop the BIN_DIR wee_extension --install=v2.3.1.tar.gz Assuming you are /tmp On Sat, Jan 27, 2024 at 4:56 PM bell...@gmail.com wrote: > You caught me in the middle of a major documentation update. > > For weewx v5 use, > http://www.weewx.com/docs/5.0/utilities/weectl-extension/ and >

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

2024-01-27 Thread bell...@gmail.com
You caught me in the middle of a major documentation update. For weewx v5 use, http://www.weewx.com/docs/5.0/utilities/weectl-extension/ and http://www.weewx.com/docs/5.0/utilities/weectl-station/ And v4, http://www.weewx.com/docs/4.10/utilities.htm#wee_extension_utility and