[weewx-user] Re: WeeWx MQTT publishing, but no data received on topic

2024-11-05 Thread bmb...@gmail.com
right, but I dont understand why. weeewx seems to be publsihing one: Nov 05 07:07:59 raspberrypi python3[1316464]: weewx[1316464] DEBUG user.mqtt: New loop packet: {'outTemp': 46.4, 'outHumidity': 95.0, 'windDir': None, 'windSpeed': 0.0, 'UV': 0.0, 'dateTime': 1730808476, 'usUnits': 1, 'pressu

Re: [weewx-user] WeeWx MQTT publishing, but no data received on topic

2024-11-05 Thread Jacques Terrettaz
Which MQTT weewx extension are you using ? If you are using this one : https://github.com/michael-slx/weewx-mqtt. , this extension will not generate a weather/loop topic. You have to use this one : https://github.com/matthewwall/weewx-mqtt > Le 5 nov. 2024 à 13:11, bmb...@gmail.com a écr

Re: [weewx-user] WeeWx MQTT publishing, but no data received on topic

2024-11-05 Thread bmb...@gmail.com
Thanks, I am using the 1st one. The Matthewwall version generates errors once installed about the fact that user.mqtt.MQTT is not available? Ive tried (I think) to use just weather as a topic, but that doesn't seem to work? or at least I dont know the correct verbiage for it to work. On Tuesd

Re: [weewx-user] WeeWx MQTT publishing, but no data received on topic

2024-11-05 Thread bmb...@gmail.com
OK! Deleted the old michael six, reinstalled MattWall MQTT, worked out of a couple of issues, and Boom! LIVE DATA! :D Man, i dont know what topic i would have needed to use (or if i could for the belchertown skin) for the michael6 MQTT, but its working now, finally! now a million other little t

[weewx-user] Re: WeeWx MQTT publishing, but no data received on topic

2024-11-05 Thread jterr...@gmail.com
There is no weather/loop topic shown after your "mosquitto_sub -v -h imagingphototech.com -p 1883 -t '#' " command. Belchertown skin is looking for this "weather/loop" topic, and will display "waiting for data" as long as this topic is not published. Le mardi 5 novembre 2024 à 03:01:04 UTC+1,

Re: [weewx-user] WeeWx MQTT publishing, but no data received on topic

2024-11-05 Thread bmb...@gmail.com
I tried to install the 2nd one again, and I get these errors. *weewx[1382503] CRITICAL __main__: ^^^* Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: File "/usr/share/weewx/weewx/engine.py", li

Re: [weewx-user] WeeWx MQTT publishing, but no data received on topic

2024-11-05 Thread Jacques Terrettaz
You have to delete (or rename) the folder /bin/user/mqtt. , which contains the « Michael-six » extension . It is in conflict with the /bin/user/mqtt.py of the Matthewwall version. > Le 5 nov. 2024 à 14:12, bmb...@gmail.com a écrit : > > Thanks, I am using the 1st one. The Matthewwall version

Re: [weewx-user] WeeWx MQTT publishing, but no data received on topic

2024-11-05 Thread bmb...@gmail.com
Ah, getting somewhere. OK, under /etc/weewx/bin/user/ i have no mqtt folder or files. i did find it under /usr/share/weewx/user/ and copied it to /etc/weewx/bin/user, but it still errors "Module 'user.mqtt' has no attribute 'MQTT' when searching for 'user.mqtt.MQTT'" On Tuesday, November 5, 20

Re: [weewx-user] Using sftp with weewx 5.1.0

2024-11-05 Thread Tom Keffer
Sorry, but I don't know how sftp works. My only thought is that a target directory on the server of "/WWW" looks odd. Oh, one other thought: see if you can transfer files using Filezilla . I think it supports sftp. You'll have to point it to your private keys. On

Re: [weewx-user] Using sftp with weewx 5.1.0

2024-11-05 Thread vince
Agree with Tom. It looks like you're logging in ok but you're trying to 'create' a directory /WWW at the toplevel of the os. Try logging in via sftp interactively and type "pwd" to see what your real pathname is and 'ls' to see what's in there already from your provider. On Tuesday, November

Re: [weewx-user] Using sftp with weewx 5.1.0

2024-11-05 Thread Alan Salmon
Hi again, Tom. No response yet from server admin... Below is the extract from weewx.conf for configuration of ftp (now disabled) and sftp: [[SFTP]] skin = sftp user = USERNAME password = ** server = pcug.org.au/~USERNAME # The ftp server name

[weewx-user] Need help locating URL info for weeWX Weather App

2024-11-05 Thread Bruce Balthaser
Need help figuring out where to find my "example.com" information in weewx for "https://example.com/weewx/inigo-settings.txt"; in weeWX weather App. I have all the files loaded in weeWX and the weeWX weather App loaded on my phone. Where do I find this info in weewx and how do I send the data to

[weewx-user] Re: Need help locating URL info for weeWX Weather App

2024-11-05 Thread vince
See if https://github.com/evilbunny2008/weeWXWeatherApp/wiki/InigoSettings.txt helps you any. On Tuesday, November 5, 2024 at 2:52:45 PM UTC-8 Bruce Balthaser wrote: > Need help figuring out where to find my "example.com" information in > weewx for "https://example.com/weewx/inigo-settings

Re: [weewx-user] Using sftp with weewx 5.1.0

2024-11-05 Thread Graham Eddy
i know nothing of sftp, but these lines look inconsistent: if the url of the server is host:homedirectory (which is what pcusg.org.au/~USERNAME implies) then surely the path is meant to be be relative to homedirectory (ie WWW not /WWW) ⊣GE⊢ > On 6 Nov 2024, at 4:

[weewx-user] weewx epaper dashboard

2024-11-05 Thread vince
fyi - I've been working on cooking up an ePaper dashboard for weewx data and NWS alerts/forecasts for a 7.5" Waveshare ePaper HAT, so I thought I'd announce it here in case anybody has interest. Sample display looks like [image: screen_output.png] This comes with a small weewx skin to gene

Re: [weewx-user] Re: Need help locating URL info for weeWX Weather App

2024-11-05 Thread Bruce Balthaser
That is the support document that i used, but doesn't help me find what i need to do to find my url. Thank for the suggestion though. On Tue, Nov 5, 2024, 6:01 PM vince wrote: > See if > https://github.com/evilbunny2008/weeWXWeatherApp/wiki/InigoSettings.txt > helps you any. > > On Tuesday,

Re: [weewx-user] Re: Need help locating URL info for weeWX Weather App

2024-11-05 Thread Greg from Oz
Do you have this in your weewx.conf file? [[Inigo]] HTML_ROOT = /var/www/html/weather/ <

Re: [weewx-user] Re: Need help locating URL info for weeWX Weather App

2024-11-05 Thread Steven Sheeley
Hi Bruce. What is the current URL of your weewx station? From the Wiki: Data URL Once you download and save to your website you need to customise the inigo-settings.txt file, and using the default settings as a