[weewx-user] Re: Weewx 4.1.1 + Python3: MQTT not working

2020-09-13 Thread 'joh....@googlemail.com' via weewx-user
I was able to find the issue. I am using now this MQTT driver and this is working https://github.com/weewx/weewx/wiki/mqtt joh@googlemail.com schrieb am Sonntag, 13. September 2020 um 08:34:06 UTC+2: > Hi, > > I am setting up a new Weewx Installation based on the latest release of > Pytho

Re: [weewx-user] Re: Belchertown Skin 1.2 (finally) released!

2020-09-13 Thread Didier Decoodt
Hi I have solved this problem by deleting "-alt" in belchertown.js.tmpl on lines: // Moon icon, phase and illumination percent switch ( data["almanac"]["moon"]["moon_index"] ) { case "0": jQuery(".moon-icon").html( "" ); break; case "1":

Re: [weewx-user] Re: Belchertown Skin 1.2 (finally) released!

2020-09-13 Thread Greg from Oz
That suggestion to take the -alt out doesn't work here in the Southern hemisphere. I will just use the light theme. On Sunday, 13 September 2020 18:12:13 UTC+10, Didier Decoodt wrote: > > Hi > > I have solved this problem by deleting "-alt" in belchertown.js.tmpl on > lines: > > // Moon ico

Re: [weewx-user] Re: Belchertown Skin 1.2 (finally) released!

2020-09-13 Thread Didier Decoodt
ah... it was a bad idea... Le dim. 13 sept. 2020 à 11:10, Greg from Oz a écrit : > That suggestion to take the -alt out doesn't work here in the Southern > hemisphere. > I will just use the light theme. > > > On Sunday, 13 September 2020 18:12:13 UTC+10, Didier Decoodt wrote: >> >> Hi >> >> I ha

Re: [weewx-user] HTTP Error 401: Unauthorized

2020-09-13 Thread Tom Keffer
Things to try: 1. Double check your password. Did you get it correct? 2. Does your password include the pound ('#') character? If so, ConfigObj will interpret it as a comment. Put the password in quotes. 3. Does it contain the single quote ("'") character? If so, the password will need to be put i

Re: [weewx-user] Re: Belchertown Skin 1.2 (finally) released!

2020-09-13 Thread Tom Cichowicz
Pat; GREAT job! - upgraded this morning to 1.2 -- So Far so Good. I did notice that the embedded link within each day's individual forecast has been removed. Works for me, I was just hoping it wasn't a result of me missing a configuration setting? The ONLY thing I see working differe

Re: [weewx-user] My heat index never works right

2020-09-13 Thread Tom Keffer
Fixed in commit 4a0a9c1 , to appear in V4.2. On Sat, Sep 5, 2020 at 10:39 AM Tom Keffer wrote: > LOL! The experiment is never over. > > On Sat, Sep 5, 2020 at 10:35 AM David Barto wrote: > >> And when it is fixed,

Re: [weewx-user] HTTP Error 401: Unauthorized

2020-09-13 Thread Pablo Revilla
Tom, thank you for your reply. I am using the "ID" and the "Key", do I need a special membership to upload my data to WU? [image: image.png] On Sun, Sep 13, 2020 at 6:00 AM Tom Keffer wrote: > Things to try: > > 1. Double check your password. Did you get it correct? > 2. Does your password inc

Re: [weewx-user] HTTP Error 401: Unauthorized

2020-09-13 Thread Tom Keffer
To upload, you need a station ID and your user password. To download, you need a station ID and an API key. Do, in this case, you need the former. I don't know why the WU makes it so confusing. You're not the first to get tripped up by this. -tk On Sun, Sep 13, 2020 at 3:33 PM Pablo Revilla

[weewx-user] Re: Belchertown Skin 1.2 (finally) released!

2020-09-13 Thread Pat
You guys and your upside down moon :) Interesting catch! I didn't realize it was flip-flopping on the theme switching. I'll have to take a look at that On Sunday, September 13, 2020 at 2:29:52 AM UTC-4 Greg from Oz wrote: > Hi Pat, > > I upgraded to version 1.2 and noticed that there is the co

Re: [weewx-user] Re: Belchertown Skin 1.2 (finally) released!

2020-09-13 Thread Pat
The forecast link was removed because Aeris doesn't give a reliable way to script that with the information I can get from your weewx.conf file. However there is the option *forecast_show_daily_forecast_link *and *forecast_daily_forecast_link *that could work. forecast_daily_forecast_link

[weewx-user] Re: Acurite Atlas Using sdr.py - No Output

2020-09-13 Thread wxwatching
Thanks for the links. I went through the process of completely reinstalling OS on the PI and following the instructions at https://github.com/bdwilson/acurite. Now when I run the following command, this is the output: pi@raspberrypi:~/git/rtl_433/build $ sudo rtl_433 -G 4 rtl_433 version 20.02

[weewx-user] Re: Belchertown Skin 1.2 (finally) released!

2020-09-13 Thread Greg from Oz
We are the forgotten metric hemisphere. :) I can just use the light theme and that works fine. Thanks for looking at it. It is nice to see the moon the right way around when you step outside. On Monday, 14 September 2020 11:10:05 UTC+10, Pat wrote: > > You guys and your upside down moon :) > >

Re: [weewx-user] HTTP Error 401: Unauthorized

2020-09-13 Thread Ken Waters
I'm in the same boat with the same result as Pablo. Running version 3.9.2 on Ubuntu Linux. Password is good, I double-checked it, and put it in single quotes (also tried it in double quotes). Per your post, I am using my login password. weewx.conf: [[Wunderground]] # This section is

Re: [weewx-user] HTTP Error 401: Unauthorized

2020-09-13 Thread Ken Waters
Hi Pablo, I just noticed your conf file shows station ID: KCASANJO1246 whereas your WUnderground devices shows KCASANJO1247. Could that be the issue? Ken On Sun, Sep 13, 2020 at 3:33 PM Pablo Revilla wrote: > Tom, thank you for your reply. > > I am using the "ID" and the "Key", do I need a s