Re: [weewx-user] Belchertown on latest version of Chromium

2021-12-07 Thread Paul Eaton
Just for the record, the recent Chromium update to version 95.0.4638.78 has 
sorted the issue I had with the 7 day forecast. Everything loads correctly 
now.

Paul

On Saturday, 27 November 2021 at 17:47:06 UTC Paul Eaton wrote:

> Thanks Peter and Vince for your comments.
>
> I've looked at the dev tools console and there are indeed some errors:
> The AudioContext was not allowed to start. It must be resumed (or created) 
> after a user gesture on the page. https://goo.gl/7K7WLu
> l @ radar.js:8
> radar.js:8 The AudioContext was not allowed to start. It must be resumed 
> (or created) after a user gesture on the page. https://goo.gl/7K7WLu
> l @ radar.js:8
> radar.js:18 The deviceorientation events are blocked by permissions 
> policy. See 
> https://github.com/w3c/webappsec-permissions-policy/blob/master/features.md#sensor-features
> f @ radar.js:18
> manifest.json:1 Manifest: property 'start_url' ignored, should be same 
> origin as document.
> There are also 2 Issues relating to "Audit usage of navigator.userAgent, 
> navigator.appVersion, and navigator.platform.
> I've no idea what they all mean and I don't expect anyone to even think 
> about explaining to me what is going on!
>
> I googled stopping/restarting Chromium and got confused by the various 
> options of kill, pkill and killall and then how to restart it. From the 
> various links it soon became obvious that there can be issues with Chromium 
> accessing local files. Again I don't think this is the place to go any 
> further. I certainly don't have the knowledge to make sense of it all.
>
> One of the "solutions" I saw was to install Firefox ESR which is what I've 
> done and that displays the Belchertown skin correctly.
>
> Paul
>
> On Friday, 26 November 2021 at 20:38:41 UTC vince wrote:
>
>> I have seen this in Home Assistant on a pi.  The fix there is to 
>> stop/restart the browser completely.
>>
>> On Friday, November 26, 2021 at 8:22:46 AM UTC-8 peterq...@gmail.com 
>> wrote:
>>
>>> What does the dev tools console on Chromium show you in terms of error 
>>> messages? There are probably some clues there.
>>>
>>> On Fri, Nov 26, 2021 at 8:18 AM Paul Eaton  wrote:
>>>
>>>> Hi
>>>> Not so much a question this rather an observation, but I'd be 
>>>> interested if anyone else has seen the same anomaly.
>>>> I've been happily running WeeWX (currently 4.5.1) for 12 months now on 
>>>> a RPi4B using both the Seasons and Belchertown skins. I've just updated 
>>>> from Buster to Bullseye (fresh install) and re-installed WeeWX (4.5.1) 
>>>> together with Belchertown (1.2). Everything is running fine except for a 
>>>> specific issue when using the latest version of Chromium shipped with 
>>>> Bullseye i.e. 92.0.4515.98.
>>>> If I navigate to the Belchertown homepage on Chromium it fails to load 
>>>> the 7 Day Forecast icons and also the dates below Weather Records Snapshot 
>>>> are missing.
>>>> But if I use the Epiphany browser on the RPi using the same link 
>>>> everything shows up correctly - the full 7 Day Forecast and Snapshot dates 
>>>> are all loaded.
>>>> The two attached screenshots show what I get.
>>>> If I connect via my local intranet using my Ubuntu PC (Firefox) or 
>>>> Android tablet (Chrome) I also get the full page loading correctly.
>>>> (Note: Didn't have this problem with Buster.)
>>>> No big deal, just curious, still enjoying my WeeWx experience!
>>>> Paul
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "weewx-user" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to weewx-user+...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-user/5299591b-c93a-41c1-a884-f042bed88aeen%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/weewx-user/5299591b-c93a-41c1-a884-f042bed88aeen%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>
>>>
>>> -- 
>>> Peter Quinn
>>> (415)794-2264 <(415)%20794-2264>
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2c06c243-c26d-4312-bbcd-539fce841b29n%40googlegroups.com.


Re: [weewx-user] Belchertown on latest version of Chromium

2021-11-27 Thread Paul Eaton
Thanks Peter and Vince for your comments.

I've looked at the dev tools console and there are indeed some errors:
The AudioContext was not allowed to start. It must be resumed (or created) 
after a user gesture on the page. https://goo.gl/7K7WLu
l @ radar.js:8
radar.js:8 The AudioContext was not allowed to start. It must be resumed 
(or created) after a user gesture on the page. https://goo.gl/7K7WLu
l @ radar.js:8
radar.js:18 The deviceorientation events are blocked by permissions policy. 
See 
https://github.com/w3c/webappsec-permissions-policy/blob/master/features.md#sensor-features
f @ radar.js:18
manifest.json:1 Manifest: property 'start_url' ignored, should be same 
origin as document.
There are also 2 Issues relating to "Audit usage of navigator.userAgent, 
navigator.appVersion, and navigator.platform.
I've no idea what they all mean and I don't expect anyone to even think 
about explaining to me what is going on!

I googled stopping/restarting Chromium and got confused by the various 
options of kill, pkill and killall and then how to restart it. From the 
various links it soon became obvious that there can be issues with Chromium 
accessing local files. Again I don't think this is the place to go any 
further. I certainly don't have the knowledge to make sense of it all.

One of the "solutions" I saw was to install Firefox ESR which is what I've 
done and that displays the Belchertown skin correctly.

Paul

On Friday, 26 November 2021 at 20:38:41 UTC vince wrote:

> I have seen this in Home Assistant on a pi.  The fix there is to 
> stop/restart the browser completely.
>
> On Friday, November 26, 2021 at 8:22:46 AM UTC-8 peterq...@gmail.com 
> wrote:
>
>> What does the dev tools console on Chromium show you in terms of error 
>> messages? There are probably some clues there.
>>
>> On Fri, Nov 26, 2021 at 8:18 AM Paul Eaton  wrote:
>>
>>> Hi
>>> Not so much a question this rather an observation, but I'd be interested 
>>> if anyone else has seen the same anomaly.
>>> I've been happily running WeeWX (currently 4.5.1) for 12 months now on a 
>>> RPi4B using both the Seasons and Belchertown skins. I've just updated from 
>>> Buster to Bullseye (fresh install) and re-installed WeeWX (4.5.1) together 
>>> with Belchertown (1.2). Everything is running fine except for a specific 
>>> issue when using the latest version of Chromium shipped with Bullseye i.e. 
>>> 92.0.4515.98.
>>> If I navigate to the Belchertown homepage on Chromium it fails to load 
>>> the 7 Day Forecast icons and also the dates below Weather Records Snapshot 
>>> are missing.
>>> But if I use the Epiphany browser on the RPi using the same link 
>>> everything shows up correctly - the full 7 Day Forecast and Snapshot dates 
>>> are all loaded.
>>> The two attached screenshots show what I get.
>>> If I connect via my local intranet using my Ubuntu PC (Firefox) or 
>>> Android tablet (Chrome) I also get the full page loading correctly.
>>> (Note: Didn't have this problem with Buster.)
>>> No big deal, just curious, still enjoying my WeeWx experience!
>>> Paul
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/5299591b-c93a-41c1-a884-f042bed88aeen%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/weewx-user/5299591b-c93a-41c1-a884-f042bed88aeen%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> -- 
>> Peter Quinn
>> (415)794-2264 <(415)%20794-2264>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6f023e74-0a83-4cc9-a9e2-afd8aed69525n%40googlegroups.com.


[weewx-user] Re: Year view in Seasons Skin localisation

2021-09-04 Thread Paul Eaton
So, if you go into the skin.conf file in your Seasons skin folder, scroll 
down to the [ImageGenerator] section. In there you will find a sub-section 
[[year_images]]. Change the first line x_label_format from %m/%d to %d/%m 
(or any other permutation as per the link above - I went for %m/%y). Note 
the change won't take effect until the next reporting cycle for the Year 
graphs (midnight I think).
Regards, Paul

On Saturday, 4 September 2021 at 17:48:52 UTC+1 vince wrote:

> If you want to change that everywhere, I'd look under [[[TimeFormats]]] in 
> weewx.conf which points you to the Customization Guide (link) 
>  for more 
> details and examples
>
> On Saturday, September 4, 2021 at 1:32:41 AM UTC-7 mfr...@gmail.com wrote:
>
>> I've just noticed that the year view in the Seasons skin the months are 
>> showing as 01/01 03/01 etc. Is there any way of changing these from M/D to 
>> D/M?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0303fc0f-fd30-47a8-9810-b642e8b97522n%40googlegroups.com.


[weewx-user] Rogue dew point value

2021-06-08 Thread Paul Eaton
Hi

Yesterday my Seasons skin High/Low data list showed a low Dew Point value 
of -80.5degC.
 There was no obvious corresponding spike on the Dew Point graph and no 
obvious anomalies in the Temperature (24.1/10.9) or Humidity (91/35%) 
high/low values.

On my WU site it is recording a high Dew Point of 13.8degC and a low Dew 
Point of 7.4degC.

Just wondered if anyone could shed any light on what might have happened.

Station: Bresser PC 5in 1 using WS6in1 driver
WeeWX 4.5.1 on Raspberry Pi 4B

Regards, Paul Eaton

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b623bde2-8dbc-4efa-a48d-83f589f2ed89n%40googlegroups.com.


[weewx-user] WeeWX stations map

2021-05-26 Thread Paul Eaton
Is it just me or is the weeWX station map (www.weewx.com/stations.html) not 
loading properly?

On all my devices there's a bit of wording under where the map should be 
but no map. It's connecting to something as the "last update" time and date 
appears to be running but as I say no map just blank.

Paul

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e4719201-bba0-495f-a725-342869f8afc4n%40googlegroups.com.


[weewx-user] Re: WS6in1 PWS rain totals

2021-05-09 Thread Paul Eaton
Thanks Arend, I might try emailing Bresser for comment.
Paul

On Sunday, 9 May 2021 at 14:52:19 UTC+1 Arend wrote:

> If your console shows an increase in raintotal by 0,4 mm after each bucket 
> tip then I am afraid the manufacturer has sold you a dysfunctional PWS or 
> the manual specs are wrong.
> Op zondag 9 mei 2021 om 13:25:45 UTC+2 schreef Paul Eaton:
>
>> Hi Arend
>>
>> Thanks for your suggestions but everything seems OK with the units on the 
>> console - all rain totals are given as mm - and group_rain in weewx.conf is 
>> set to mm.
>>
>> Interesting about the 0.254mm resolution. I've been looking at the 
>> Monthly Reports given by two of the WS6in1 stations on the weewx.com map 
>> (Little Sandhurst, UK and Millau Les Aumieres France) and all their RAIN 
>> values are multiples of 0.254 (subject to rounding to 1 decimal place) 
>> which makes complete sense.
>>
>> All the RAIN values in my Seasons skin Monthly Reports are multiples of 
>> 0.4. I don't have a website to link you to my Seasons skin but from the 
>> weewx.com map the link is to my Weathercloud page where you can see what 
>> I mean (I'm the station in the north of England, near Manchester - 
>> Timperley No.1).
>>
>> So, it's a bit of a mystery. Don't concern yourself too much about it 
>> though, maybe the resolution on my station is only 0.4mm!
>>
>> Regards, Paul
>>
>> On Saturday, 8 May 2021 at 22:26:08 UTC+1 Arend wrote:
>>
>>> Hi Paul
>>>
>>> It has been a while since I did some configuration on a WS6in1, but will 
>>> give it a try.
>>>
>>> According to this manual your rain gauge should have a resolution of 
>>> 0,254 mm (0,1 inch):
>>>
>>> https://www.bresser.de/out/media/4ee6aeed2a360e23fae7b37bbd3f1de7.pdf
>>>
>>> You followed these instructions in the manual to set the rainfall unit 
>>> to mm on the console?
>>>
>>> To set the rainfall unit 1. Press and hold [ RAIN ] key for 2 seconds to 
>>> enter unit setting mode. 2. Press [ GRAPH / Ʌ ] or [ HISTORY / V ] key to 
>>> toggle the rainfall unit between mm and in. 3. Press [ RAIN ] key to 
>>> confirm and exit the setting.
>>>
>>>
>>> In weewx.conf your configuration should show this:
>>>
>>> [[Defaults]]
>>> 
>>> [[[Units]]]
>>> 
>>> # The following section sets what unit to use for each unit 
>>> group.
>>> # NB: The unit is always in the singular. I.e., 
>>> 'mile_per_hour',
>>> # NOT 'miles_per_hour'
>>> Groups
>>> 
>>> group_rain = mm# Options are 'inch', 'cm', or 'mm'
>>>
>>> Regards, Arend
>>> Op zaterdag 8 mei 2021 om 18:14:22 UTC+2 schreef Paul Eaton:
>>>
>>>> Since November last year I've been happily running a Bresser PC 5in1 
>>>> station using WeeWX (now using version 4.5.1) with the WS6in1 driver but I 
>>>> have a question about the Rain (total) values I'm recording. They are 
>>>> always a multiple of 0.4mm, so 0.4, 1.6, 3.2 etc, never anything in 
>>>> between.
>>>>
>>>> I have tried both "software" and "prefer hardware" for rainRate in 
>>>> [StdWXCalculate] [[Calculations]] but it doesn't appear to make any 
>>>> difference. So I think it's governed by the Bresser console but I've 
>>>> noticed (via the weewx.com map) that other WS6in1 stations don't seem 
>>>> to have this limitation.
>>>>
>>>> It's no big deal (the odd 0.1mm here or there in Manchester, England is 
>>>> nothing to be concerned about!) but if anyone has any thoughts on this I'd 
>>>> be happy to hear them.
>>>>
>>>> Regards, Paul
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/66e390bb-a03a-49e0-9b03-8bbf822af895n%40googlegroups.com.


[weewx-user] Re: WS6in1 PWS rain totals

2021-05-09 Thread Paul Eaton
Hi Arend

Thanks for your suggestions but everything seems OK with the units on the 
console - all rain totals are given as mm - and group_rain in weewx.conf is 
set to mm.

Interesting about the 0.254mm resolution. I've been looking at the Monthly 
Reports given by two of the WS6in1 stations on the weewx.com map (Little 
Sandhurst, UK and Millau Les Aumieres France) and all their RAIN values are 
multiples of 0.254 (subject to rounding to 1 decimal place) which makes 
complete sense.

All the RAIN values in my Seasons skin Monthly Reports are multiples of 
0.4. I don't have a website to link you to my Seasons skin but from the 
weewx.com map the link is to my Weathercloud page where you can see what I 
mean (I'm the station in the north of England, near Manchester - Timperley 
No.1).

So, it's a bit of a mystery. Don't concern yourself too much about it 
though, maybe the resolution on my station is only 0.4mm!

Regards, Paul

On Saturday, 8 May 2021 at 22:26:08 UTC+1 Arend wrote:

> Hi Paul
>
> It has been a while since I did some configuration on a WS6in1, but will 
> give it a try.
>
> According to this manual your rain gauge should have a resolution of 0,254 
> mm (0,1 inch):
>
> https://www.bresser.de/out/media/4ee6aeed2a360e23fae7b37bbd3f1de7.pdf
>
> You followed these instructions in the manual to set the rainfall unit to 
> mm on the console?
>
> To set the rainfall unit 1. Press and hold [ RAIN ] key for 2 seconds to 
> enter unit setting mode. 2. Press [ GRAPH / Ʌ ] or [ HISTORY / V ] key to 
> toggle the rainfall unit between mm and in. 3. Press [ RAIN ] key to 
> confirm and exit the setting.
>
>
> In weewx.conf your configuration should show this:
>
> [[Defaults]]
> 
> [[[Units]]]
> 
> # The following section sets what unit to use for each unit 
> group.
> # NB: The unit is always in the singular. I.e., 
> 'mile_per_hour',
> # NOT 'miles_per_hour'
> Groups
> 
>     group_rain = mm# Options are 'inch', 'cm', or 'mm'
>
> Regards, Arend
> Op zaterdag 8 mei 2021 om 18:14:22 UTC+2 schreef Paul Eaton:
>
>> Since November last year I've been happily running a Bresser PC 5in1 
>> station using WeeWX (now using version 4.5.1) with the WS6in1 driver but I 
>> have a question about the Rain (total) values I'm recording. They are 
>> always a multiple of 0.4mm, so 0.4, 1.6, 3.2 etc, never anything in between.
>>
>> I have tried both "software" and "prefer hardware" for rainRate in 
>> [StdWXCalculate] [[Calculations]] but it doesn't appear to make any 
>> difference. So I think it's governed by the Bresser console but I've 
>> noticed (via the weewx.com map) that other WS6in1 stations don't seem to 
>> have this limitation.
>>
>> It's no big deal (the odd 0.1mm here or there in Manchester, England is 
>> nothing to be concerned about!) but if anyone has any thoughts on this I'd 
>> be happy to hear them.
>>
>> Regards, Paul
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e769e8ea-86f7-4332-a328-8ff9ed0cce6an%40googlegroups.com.


[weewx-user] WS6in1 PWS rain totals

2021-05-08 Thread Paul Eaton

Since November last year I've been happily running a Bresser PC 5in1 
station using WeeWX (now using version 4.5.1) with the WS6in1 driver but I 
have a question about the Rain (total) values I'm recording. They are 
always a multiple of 0.4mm, so 0.4, 1.6, 3.2 etc, never anything in between.

I have tried both "software" and "prefer hardware" for rainRate in 
[StdWXCalculate] [[Calculations]] but it doesn't appear to make any 
difference. So I think it's governed by the Bresser console but I've 
noticed (via the weewx.com map) that other WS6in1 stations don't seem to 
have this limitation.

It's no big deal (the odd 0.1mm here or there in Manchester, England is 
nothing to be concerned about!) but if anyone has any thoughts on this I'd 
be happy to hear them.

Regards, Paul

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/374da495-c9e8-4aa6-95fe-3a2f7f13d2a8n%40googlegroups.com.


[weewx-user] Re: I am trying to install wewx on Raspberry PI and fail at (almost) the first hurdle. Following the instructions I get as far as the " wget - qo - http://weewx.com/keys.html | sudo apt-k

2021-02-06 Thread Paul Eaton
Hi
I think you need an upper case letter O not a lower case o after the q
And it should be -qO no space after the dash and you need a dash at the end.
Best bet is to copy and paste the entry directly from the WeeWX 
installation instructions.
wget -qO - https://weewx.com/keys.html | sudo apt-key add -

Paul

On Saturday, 6 February 2021 at 15:43:40 UTC allanro...@gmail.com wrote:

>
> Any suggestions?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5fb12bb0-d893-42d4-ae05-788e5af03d91n%40googlegroups.com.


[weewx-user] Re: Windy Map in Belchertown Skin

2021-01-11 Thread Paul Eaton
Hi kk44 try this

By accident I found I could get the Windy weather forecast on the Windy 
radar map by adding my station position marker. This is one of the options 
listed in the General Options table on the README.md page for Belchertown 
on GitHub.

To do this you need to modify the Belchertown skin.conf file  by adding
radar_marker = 1
to the # General Site Defaults list of the [Extras] section.

This puts a big flag on the Windy radar map corresponding to your location 
with an orange down arrow at the right hand edge. If you click on the 
orange down arrow it opens up a panel in the bottom half of the Windy map 
with a 5 day forecast (which can be extended to 10 days). The flag 
disappears and you get a pulsing circle at your location.

Regards, Paul

On Saturday, 2 January 2021 at 19:29:09 UTC kk44...@gmail.com wrote:

> Does someone know, if there is any way to activate the Windy weather 
> forecast within the Windy map window?
>
> In general, they offer that, as there configuration window shows. The 
> Belchertown skin uses that iframe to embed the map. There ist one option 
> within the Windy URL named "calendar" which is empty for the normal layout 
> and "now" for including the forecast. Within the options, the window itself 
> offers, I found no item to switch it on or off. 
>
> It would be nice, if the user could switch it on and off within the skin.
> [image: windy-Vorschau.png]
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2395131c-6308-40b4-8b4c-3d0632448e67n%40googlegroups.com.


Re: [weewx-user] Re: Belchertown Graphs, Reports, Records only show Index with parent directory in text.

2020-12-13 Thread Paul Eaton
Hi lecoqacr...

I had the same problem as you, no charts, trying to run the Belchertown 
skin "locally" on my Raspberry Pi 4B. It seems the issue is that the chart 
generator used by Belchertown (called Highcharts) is really intended for 
making plots on a webpage rather than plotting local data.

So, what you can do is put a web server application onto your Raspberry Pi. 
There are full details on the web, just google raspberry pi web server, but 
I installed Apache as per the instructions at 
www.raspberrypi.org/documentation/remote-access/web-server/apache.md  

All I had to do then was type into my browser 
http://localhost/weewx/belchertown/ and everything was working properly.

(Note: The above link worked based on my Belchertown index.html file being 
in the folder /var/www/html/weewx/belchertown - you need to adjust 
accordingly if it is somewhere else.)

Hope this is of some use.

Regards, Paul


On Monday, 7 December 2020 at 05:25:13 UTC Greg from Oz wrote:

> You are running it as file://
> It should be http:// or https://
> The invalid URL is because those sites are NOT locally on your computer.
> You only use file:// if the resources are found locally on your computer.
>
>
>
> On Monday, 7 December 2020 at 13:42:30 UTC+11 lecoqacr...@gmail.com wrote:
>
>> Still haven't been able to get the Belchertown skin to show graphs page 
>> or the reports page. I can be sure that the error is due to something I 
>> have done or not done correctly.
>> The following shows up with the developer console (ctrl shift j ) when 
>> opening a graphs page from the home Belchertown screen. Maybe this can show 
>> something to someone of more understanding than myself.
>> Maybe I should stick with the seasons skin. It seems to work just as it 
>> should. thanks
>>
>> GET file://
>> fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C700&ver=1.0 
>> net::ERR_INVALID_URL
>> index.html:28 GET file://
>> stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css 
>> net::ERR_INVALID_URL
>> index.html:29 GET file://
>> cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.min.css?ver=4.7.4
>>  
>> net::ERR_INVALID_URL
>> index.html:30 GET file://
>> ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css
>>  
>> net::ERR_INVALID_URL
>> index.html:31 GET file://
>> stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css 
>> net::ERR_INVALID_URL
>> index.html:47 GET file://
>> ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js 
>> net::ERR_INVALID_URL
>> index.html:48 GET file://
>> ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js 
>> net::ERR_INVALID_URL
>> index.html:49 GET file://
>> cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment-with-locales.min.js 
>> net::ERR_INVALID_URL
>> index.html:50 GET file://code.highcharts.com/stock/highstock.js 
>> net::ERR_INVALID_URL
>> index.html:51 GET file://code.highcharts.com/highcharts-more.js 
>> net::ERR_INVALID_URL
>> index.html:52 GET file://code.highcharts.com/modules/exporting.js 
>> net::ERR_INVALID_URL
>> index.html:53 GET file://
>> stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js 
>> net::ERR_INVALID_URL
>> belchertown.js?1607307639:37 Debug: skin.conf belchertown_debug enabled
>> belchertown.js?1607307639:29 Uncaught ReferenceError: moment is not 
>> defined
>> at belchertown.js?1607307639:29
>> (anonymous) @ belchertown.js?1607307639:29
>> index.html:108 Uncaught ReferenceError: moment is not defined
>> at index.html:108
>> (anonymous) @ index.html:108
>> responsive-menu.js:1 Uncaught ReferenceError: jQuery is not defined
>> at responsive-menu.js:1
>> (anonymous) @ responsive-menu.js:1
>> radar.js:8 The AudioContext was not allowed to start. It must be resumed 
>> (or created) after a user gesture on the page. https://goo.gl/7K7WLu
>> l @ radar.js:8
>>
>>
>> On Thursday, December 3, 2020 at 9:26:21 AM UTC-6 lecoqacr...@gmail.com 
>> wrote:
>>
>>> Thank you for your replies, Ian and Vince. Was out of town for the 
>>> holiday and will investigate according to your answers. I appreciate  your 
>>> help.
>>>
>>> On Fri, Nov 27, 2020, 8:42 AM ian...@kinnon.org  
>>> wrote:
>>>
 I am no expert, but sounds like it might be a web server issue rather 
 than weewx/belchertown

 Are you see anything in your web server logs?
 I am running weewx with belchertown on a raspberry pi Debian 10.6 and 
 my apache logs are in
 /var/log/apache2 
 check for access.log and error.log

 Ian

 On Tuesday, 24 November 2020 at 15:06:36 UTC lecoqacr...@gmail.com 
 wrote:

> Is there no answer to this issue? Pretty sure that it should be a 
> simple fix if someone can point me in the right direction.
> the seasons skin shows all graphs but the belchertown only has the 
> output above of the " Parent directory etc." for graphs, records, reports.
> Tried on weewx 3.9 with same results using debian install.
> On S

Re: [weewx-user] Re: Bresser 6in1

2020-11-28 Thread Paul Eaton
Hi Bob

All sorted. Downloaded and installed the new driver, added wsType = WS5in1, 
deleted the UV = None from StdCalibrate/Corrections and restarted weewx. 
All running as hoped for, no UV output.

Have also done the change to "software" for heatindex, rainRate and 
windchill.

Many thanks to all concerned.

Regards, Paul

On Saturday, 28 November 2020 at 20:15:29 UTC Bob Atchley wrote:

> Hi Paul
> In your case you need to 
> 1) Either follow steps 2 and 3 of the installation in the readme.txt or if 
> you know where the ws6in1.py is located simply replace it with the updated 
> one from github (location is dependent on how you did the original weewx 
> installation)
> 2) Update your weewx.conf file to add the line:
> wsType = WS5in1
>
> (add it immediately after or before the 'model = ...'  line you have 
> already added)
> 3) Restart weewx
>
> Regards
>
> Bob
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d2b21a14-4c9d-48a2-a6fa-4121dbc778cen%40googlegroups.com.


Re: [weewx-user] Re: Bresser 6in1

2020-11-28 Thread Paul Eaton
Sorry Bob, could you just walk me through updating the driver to 1.02

Thanks, Paul

On Saturday, 28 November 2020 at 14:59:29 UTC Bob Atchley wrote:

> Hi Paul,
>
> I agree with Tom.  Using the 'Correction' field is a good work around, but 
> not really the best long term solution.
> So I have released 1.02 of the WS6in1 driver.  Apart from updating the 
> readme.txt giving updated details of the additional supported weather 
> stations the only other change is introducing an optional wsType driver 
> parameter.  If this is set to "WS5in1" the UV packet is suppressed from 
> being sent to the weewx engine.
>
> Regards
> Bob
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/41cfbb7b-7111-427b-ba1d-4f6e94a5df6fn%40googlegroups.com.


Re: [weewx-user] Re: Bresser 6in1

2020-11-27 Thread Paul Eaton
Hi Tom and Graham

Good of you to contribute to the discussion but for my part I'll have to 
stand on the sidelines. My programming skills don't get much further than 
"Hello, World!"

It's by good fortune I stumbled on Bob's WS6in1 driver *after* I bought my 
weather station. Without it I wouldn't have been able to enjoy its full 
potential. I've really enjoyed getting to grips with WeeWX but I've still 
got a lot to learn.

Regards, Paul

On Friday, 27 November 2020 at 04:48:40 UTC graha...@gmail.com wrote:

> maybe introduce a [[Filter]] section to complement [[Corrections]] 
> section? would be good to clean the packet from ‘noisy’ drivers and services
>
> On 27 Nov 2020, at 12:00 pm, Tom Keffer  wrote:
>
> As Bob suggested, setting UV to None is the simplest solution. But, 
> normally, None means a bad value.
>
> Really, the driver should not emit anything at all if the sensor does not 
> exist.
>
> -tk
>
> On Thu, Nov 26, 2020 at 12:52 PM Paul Eaton  
> wrote:
>
>> Many thanks again Bob, UV = None worked a treat.
>>
>> In a bit more detail, after adding UV = None the "UV Index" entry in 
>> WeeWX "Current Conditions" changed to read N/A although in the "High/Low" 
>> section it still read 0/0.
>>
>> The blank UV Index graphs were still there as there were still data 
>> (albeit zeroes) associated with them, so I deleted the weewx.sdb database 
>> file. Now, after the database reset, there is no mention at all of UV Index 
>> in Current Conditions or High/Low and no UV Index graphs.
>>
>> On Weathercloud the UV Index sensor is now dimmed. The UV Index graph is 
>> still there as I guess it retains some data but that's not a problem (it 
>> might disappear after the current month is up!).
>>
>> So I'm happy!
>>
>> Regards, Paul
>>
>> On Thursday, 26 November 2020 at 17:54:18 UTC Bob Atchley wrote:
>>
>>> Hi Paul,
>>>
>>> I'm not sure if this will work, but in another thread Gary let us know 
>>> that if you are using weewx 4.2 it is possible to add corrections:
>>> [StdCalibrate]
>>> [[Corrections]]
>>> UV = None
>>>
>>> It might not work, but a simple solution if it does (may be it should be 
>>> UV = Null, not sure)
>>>
>>> Regards
>>>
>>> Bob
>>>
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/653410bc-5bda-46a9-834e-badf8b40c638n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/653410bc-5bda-46a9-834e-badf8b40c638n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to weewx-user+...@googlegroups.com.
>
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/CAPq0zEDQsBBH%3DcP-2fNrzVG85ndiLOMyOgnKiOscY6XpGiwLGQ%40mail.gmail.com
>  
> <https://groups.google.com/d/msgid/weewx-user/CAPq0zEDQsBBH%3DcP-2fNrzVG85ndiLOMyOgnKiOscY6XpGiwLGQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5cd2147d-5cec-42c1-abcd-43cc7dd5b270n%40googlegroups.com.


[weewx-user] Re: Bresser 6in1

2020-11-26 Thread Paul Eaton
Many thanks again Bob, UV = None worked a treat.

In a bit more detail, after adding UV = None the "UV Index" entry in WeeWX 
"Current Conditions" changed to read N/A although in the "High/Low" section 
it still read 0/0.

The blank UV Index graphs were still there as there were still data (albeit 
zeroes) associated with them, so I deleted the weewx.sdb database file. 
Now, after the database reset, there is no mention at all of UV Index in 
Current Conditions or High/Low and no UV Index graphs.

On Weathercloud the UV Index sensor is now dimmed. The UV Index graph is 
still there as I guess it retains some data but that's not a problem (it 
might disappear after the current month is up!).

So I'm happy!

Regards, Paul

On Thursday, 26 November 2020 at 17:54:18 UTC Bob Atchley wrote:

> Hi Paul,
>
> I'm not sure if this will work, but in another thread Gary let us know 
> that if you are using weewx 4.2 it is possible to add corrections:
> [StdCalibrate]
> [[Corrections]]
> UV = None
>
> It might not work, but a simple solution if it does (may be it should be 
> UV = Null, not sure)
>
> Regards
>
> Bob
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/653410bc-5bda-46a9-834e-badf8b40c638n%40googlegroups.com.


[weewx-user] Re: Bresser 6in1

2020-11-26 Thread Paul Eaton
Not sure if I should ask this here or start a new conversation but I've got 
a question about how WeeWX deals with reporting UV Index.

The console that comes with these 5in1 and 6in1 stations has the capability 
of reporting UV Index as required by the 6in1 station with a UV sensor. 
With the 5in1 station, which doesn't have a UV sensor, it is outputting a 
value of zero. This gets picked up by WeeWX and is reported as 0.0.

My question is can I "turn off" WeeWX reporting this erroneous UV Index?

Paul

On Tuesday, 24 November 2020 at 20:11:35 UTC Paul Eaton wrote:

> Many thanks Bob, that did the trick.
>
> Just set up on Weathercloud. ID = d0878973678 if you're interested.
>
> Have a nice evening.
>
> Regards, Paul
>
> On Tuesday, 24 November 2020 at 17:23:59 UTC Bob Atchley wrote:
>
>> Hi Paul,
>>
>> Within the weewx.conf file In the WS6in1 driver section simply add "model 
>> = abc" as an additional parameter, replacing abc with whatever you want to 
>> call it.
>> So mine reads:
>> [WS6in1]
>> # This section is for the 6in1 series of weather stations.
>> # model - this is optional
>> model = Youshiko YC9388 (WS6in1)
>> 
>> # The driver to use:
>> driver = user.ws6in1
>>
>> Hope this helps
>>
>> Regards
>>
>> Bob
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/343b74f0-888e-4197-8ec8-ba8d8c154a5en%40googlegroups.com.


[weewx-user] Re: Bresser 6in1

2020-11-24 Thread Paul Eaton
Many thanks Bob, that did the trick.

Just set up on Weathercloud. ID = d0878973678 if you're interested.

Have a nice evening.

Regards, Paul

On Tuesday, 24 November 2020 at 17:23:59 UTC Bob Atchley wrote:

> Hi Paul,
>
> Within the weewx.conf file In the WS6in1 driver section simply add "model 
> = abc" as an additional parameter, replacing abc with whatever you want to 
> call it.
> So mine reads:
> [WS6in1]
> # This section is for the 6in1 series of weather stations.
> # model - this is optional
> model = Youshiko YC9388 (WS6in1)
> 
> # The driver to use:
> driver = user.ws6in1
>
> Hope this helps
>
> Regards
>
> Bob
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/46a4dc7e-e676-4bd0-a404-33a196db8e56n%40googlegroups.com.


[weewx-user] Re: Bresser 6in1

2020-11-24 Thread Paul Eaton
Hi Bob,

Thanks for the reply regarding the "model" parameter but it's got me a bit 
confused (easily done!) I've been trying to edit the weewx.conf file where 
there is a line "station_type = WS6in1" but as I said that doesn't seem to 
work. You have referred to "model = " as the line to edit to but I can't 
see that in weewx.conf so I'm assuming it's in a different file but I'm not 
sure where to look.

Regards, Paul

On Monday, 23 November 2020 at 17:37:45 UTC Bob Atchley wrote:

> Hi Paul,
>
> Yes, I wish I had known about CCL Electronics before, almost definitely 
> the manufacturer.  I'll stick with the current name but update the Readme.
>
> As for 'About this weather station', the 'model' parameter is optionally 
> supported, I have mine set to "model = Youshiko YC9388 (WS6in1)"
>
> Regards
>
> Bob
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/07a51e51-9eb0-4121-bc23-d2eba13bcd3dn%40googlegroups.com.


[weewx-user] Re: Bresser 6in1

2020-11-23 Thread Paul Eaton
Hi Bob,

I think I agree with Arend about CCL Electronics. My Bresser 5 in 1 looks 
identical to their Pro Weather C8488B / C3113A. So, best of luck choosing 
another name for the driver to cover all options - I think I'd stick with 
WS6in1 ! A better bet might be to add to the list of models in your GitHub 
readme.txt

As a follow on though, is it possible to change the name WeeWX shows for 
"Hardware" in "About this weather station" - at the moment it shows WS6in1. 
I've tried editing the station_type and [WS6in1] just above driver = 
user.ws6in1 and restarting WeeWX but no joy, WeeWX fails to run.

Regards, Paul

On Sunday, 22 November 2020 at 20:33:27 UTC Arend wrote:

> Hi Bob,
>
> I found another brand that sells a 5-in-1 clone. But I think CCL 
> Electronics is the original developer/manufacturer. They had the 6-in-1 on 
> their website in the past, but can't find it anymore. I guess end of life 
> production for our 6-in-1 model.
>
> Logia 
> 
>
> CCL Electronics 
>
> Regards, Arend
>
> Op zondag 22 november 2020 om 19:29:05 UTC+1 schreef Bob Atchley:
>
>> Thats a new one !  Thanks Paul.  Maybe I need to rename the driver, 
>> WS6in1 doesn't quite fit any more.  Garni, Ventus and Youshiko (and 
>> probably others) will probably be selling similar 5 in 1 weather stations
>>
>> Regards
>>
>> Bob
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6ce3b7a6-b151-4447-8c8f-9970af0b14f8n%40googlegroups.com.


[weewx-user] Re: Bresser 6in1

2020-11-22 Thread Paul Eaton
Hi Bob,
Just thought you might like to know your ws6in1 driver works just as well 
for the Bresser PC 5 in 1 station (Model No. 7002571). It uses the same 
console as the PC 6 in 1 station but a simpler sensor rig (no UV). I've had 
it running successfully on Lubuntu 18.04 and now on a Raspberry Pi 4b.
Regards, Paul
On Sunday, 8 November 2020 at 14:26:19 UTC pete...@gmail.com wrote:

> Thanks Bob, that worked.
>
> On Wednesday, 4 November 2020 at 18:38:30 UTC Bob Atchley wrote:
>
>> Hi Peter,
>>
>> I recently reinstalled weewx and the WS6in1 driver on a RaspberryPi 4 
>> (previously on a rPi 2) and hit the same problem
>> I solved it by installing the crcmod library via the apt command:
>>
>> $ sudo apt install python3-crcmod
>>
>> Not sure why the pip3 command didn't provide the needed files, this 
>> wasn't needed originally.
>>
>> I am in the process of updating the readme.txt to add this and focus on 
>> python3 installation.
>> As the driver seems stable I'm also going to up it to version 1.0 (but no 
>> code changes from 0.9 other than changing the version number)
>>
>> Hope this helps
>>
>> Bob
>>
>> On Wednesday, 4 November 2020 at 11:07:38 UTC pete...@gmail.com wrote:
>>
>>> Hi Bob, 
>>>
>>> Really appreciate your help building this driver.
>>>
>>> I have the Bresser 7002570 and have  just reinstalled my Pi but have run 
>>> into an issue.
>>>
>>> I followed the instruction using Python 3 and pip3, so "pip3 install 
>>> crcmod"
>>>
>>> After I enter "sudo wee_config --reconfigure" I complete the station 
>>> information then see the station options as follows:
>>>
>>> Installed drivers include:
>>> 0) ? (user.ws6in1) No module named 'crcmod'
>>>
>>>1. AcuRite (weewx.drivers.acurite)
>>>
>>> 
>>>
>>> After selecting 0 and entering the station information I receive the 
>>> following:
>>>
>>> Traceback (most recent call last):
>>>
>>> File "/usr/share/weewx/wee_config", line 123, in
>>> main()
>>> File "/usr/share/weewx/wee_config", line 117, in main
>>> config_mgr.run(args, options)
>>> File "/usr/share/weewx/weecfg/config.py", line 114, in run
>>> stn_info = self.get_stn_info(config_dict, options)
>>> File "/usr/share/weewx/weecfg/config.py", line 155, in get_stn_info
>>> stn_info.update(weecfg.prompt_for_driver_settings(driver, config_dict))
>>> File "/usr/share/weewx/weecfg/*init*.py", line 1685, in 
>>> prompt_for_driver_settings
>>> *import*(driver)
>>> File "/usr/share/weewx/user/ws6in1.py", line 369, in
>>> import crcmod
>>> ModuleNotFoundError: No module named 'crcmod'
>>>
>>> Any help gratefully received.
>>>
>>> Peter.
>>>
>>> On Thursday, 24 September 2020 at 07:45:31 UTC+1 Bob Atchley wrote:
>>>
 Hi Stéphane

 The following are identical:
 Youshiko YC9388
 Bresser PC 6 in 1
 Garni 935PC
 Ventus W835

 I think the Bresser model is the Bresser 7002570 - it should 
 specifically mention the PC data connection.  The WiFi version is not 
 compatible as the USB connection provides power only (no data).

 Hope this helps

 Bob



-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f97323b1-e875-4576-8cca-99d60e29db83n%40googlegroups.com.