Re: [weewx-user] Question on heat index

2021-03-13 Thread Pat O'Brien
You don't have to modify any code, just change the calculation formula by 
setting this option in weewx.conf

Look for the [StdWXCalculate] section, then beneath add

[[WXXTypes]]
[[[heatindex]]]
algorithm = old

That put it back to the "old" method for me where heat index is calculated 
above 80F.



On Saturday, March 13, 2021 at 6:11:21 PM UTC-5 ln77 wrote:

> First, I misspoke — the change is in heatindexF(), not dewpointF() (duh!)
> In the weewx software directory (/usr/share/weewx when installed as a 
> Debian package), there is a file weewx/wxformulas.py.  Look for the line 
> "if T is None or R is None:” — it’s line 164 in the 4.4.0 version.  Add “ 
> or T < 68”, so that the line becomes “if T is None or R is None or T < 68:” 
>  You could change 68 to 80 or whatever you want the low-temperature 
> threshold to be.  
>
> WARNING: this is the wrong way to maintain weewx software.  The change 
> will get overwritten when weewx is updated.  There are better ways to 
> implement this, but that would’ve taken me more time than I wanted to spend 
> so I’m OK with the hack for my installation. But use at your own risk. 
>
>   -Les
>
>
>
> On 13 Mar 2021, at 14:03, n7uv...@gmail.com  wrote:
>
> Hi there Les - less than two days ago I updated my weewx from an older 
> 4.xx version to the current one, and suddenly i was getting the same weird 
> plot. Finally typed in "heat index wind chill" into the forum and out 
> popped this thread. I want to feel better as well - where is the spot where 
> you tweaked DewpointF()?
> Cheers - Jon
>
> On Friday, March 12, 2021 at 2:00:13 PM UTC-7 ln77 wrote:
>
>> It looks strange to see the heat index suddenly dropping a few degrees 
>> below the temperature when the temperature gets above 40ºF. (I just saw 
>> this this morning.) After looking through the thread on weewx’s new heat 
>> index calculation, I noticed an oddity at the National Weather Service: 
>> while their calculator calculates a heat index down to 40ºF, on the page 
>> where they describe the HI equation 
>>  they say 
>> the “Rothfusz regression is not valid for extreme temperature and relative 
>> humidity conditions beyond the range of data considered by Steadman.” 
>> Looking at Steadman’s sultriness papers from 1979 
>>   he 
>> never looked at temperatures below 68ºF. I couldn’t find any reference to 
>> indicate why they arbitrarily extended the javascript calculator down to 
>> 40ºF. Other authors, and the NWS tables, suggest that the heat index isn’t 
>> really of value below 80ºF.  
>>
>> So I tweaked dewpointF() in my installation to return None if the 
>> temperature is below 68, and now I feel better.  
>>
>>   -Les
>>
>>
>>
>> On 24 Feb 2021, at 12:54, gjr80  wrote:
>>
>> Pat,
>>
>> v4.2.0 saw a new heatindex formula implemented, refer issue 601 
>> . The new formula gives some 
>> results in some circumstances that may appear counterintuitive. v4.3.0 
>> added back the ‘old’ heatindex formula and gives the user the ability to 
>> choose between the two algorithms . This is covered here 
>>  in the 
>> User’s Guide under [[[heatindex]]].
>>
>> By the looks of it you are seeing the ‘new’ algorithm.
>>
>> Gary
>>
>> On Thursday, 25 February 2021 at 06:36:38 UTC+10 pobri...@gmail.com 
>> wrote:
>>
>>> I thought heat index wasn't calculated unless the temperature was over 
>>> 80F? Today it's about 49 F and I'm seeing heat index in my charts (which is 
>>> reporting lower than temperature - I thought that was wind chill?). I don't 
>>> recall seeing it before at this temperature range. 
>>>
>>> I just want to make sure this is expected for temperatures so low to 
>>> have a heat index reading?
>>>
>>> Top graph is Seasons skin and bottom is Belchertown skin. The values 
>>> match across skins
>>>
>>
>> -- 
>> 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/f46bd022-500d-414e-b96b-c2bc382d37b9n%40googlegroups.com
>>  
>> 
>> .
>>
>>
>>
> -- 
> 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/c9ac3f2e-8a1b-4dc5-8168-74fff1cc44e9n%40googlegroups.com
>  
> 

Re: [weewx-user] Belchertown AQI error from Aeris weather

2021-03-02 Thread Pat O'Brien
I think this is being actively developed in this thread 
 on the skin's 
GitHub page. Please raise your issue there and the folks from the community 
can try to fix it as well

On Tuesday, March 2, 2021 at 6:33:26 AM UTC-5 gert.a...@gmail.com wrote:

> Hi
> I'm using the lastest version of Belchertown and I have 2 questions. I 
> have 11 of these lines for each archive interval:
> *ERROR user.belchertown: Error getting AQI from Aeris weather. The error 
> was: list index out of range*
>
> Do these lines count against my daily allowed  calls to Aeris?
> I have these setting in weewx-conf:
> # Air Quality
>  aqi_enabled = 0
>  aqi_location_enabled = 0 
> but stil errors from Aeris AQI
>
> When I get this:
> *INFO user.belchertown: No cloud cover data from Aeris weather*
> I have no forecast and no icon for current condition..
>
> Can I fix these 2 issuses?
>
> Gert
>
>
>
>
>
>
> On Tuesday, February 16, 2021 at 11:28:43 PM UTC+1 vince wrote:
>
>> On Tuesday, February 16, 2021 at 12:49:57 PM UTC-8 gert.a...@gmail.com 
>> wrote:
>>
>>> Can I disable the Aeris AQI check?
>>>
>>>
>> Certainly.  It's disable by default and you had to enable it in 
>> weewx.conf, so just set it back to zero there.
>>
>>

-- 
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/faf3db91-af11-49b0-b03d-2264c70fd2e8n%40googlegroups.com.


[weewx-user] Re: Question on heat index

2021-02-24 Thread Pat O'Brien
Thanks Gary! I've got some catching up to do it seems


On Wednesday, February 24, 2021 at 3:54:21 PM UTC-5 gjr80 wrote:

> Pat,
>
> v4.2.0 saw a new heatindex formula implemented, refer issue 601 
> . The new formula gives some 
> results in some circumstances that may appear counterintuitive. v4.3.0 
> added back the ‘old’ heatindex formula and gives the user the ability to 
> choose between the two algorithms . This is covered here 
>  in the 
> User’s Guide under [[[heatindex]]].
>
> By the looks of it you are seeing the ‘new’ algorithm.
>
> Gary
>
> On Thursday, 25 February 2021 at 06:36:38 UTC+10 pobri...@gmail.com wrote:
>
>> I thought heat index wasn't calculated unless the temperature was over 
>> 80F? Today it's about 49 F and I'm seeing heat index in my charts (which is 
>> reporting lower than temperature - I thought that was wind chill?). I don't 
>> recall seeing it before at this temperature range. 
>>
>> I just want to make sure this is expected for temperatures so low to have 
>> a heat index reading?
>>
>> Top graph is Seasons skin and bottom is Belchertown skin. The values 
>> match across skins
>>
>

-- 
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/6c4b194e-fd0a-4ca6-b08c-444086e34377n%40googlegroups.com.


[weewx-user] Question on heat index

2021-02-24 Thread Pat O'Brien
I thought heat index wasn't calculated unless the temperature was over 80F? 
Today it's about 49 F and I'm seeing heat index in my charts (which is 
reporting lower than temperature - I thought that was wind chill?). I don't 
recall seeing it before at this temperature range. 

I just want to make sure this is expected for temperatures so low to have a 
heat index reading?

Top graph is Seasons skin and bottom is Belchertown skin. The values match 
across skins

-- 
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/186163b4-1b35-4f1f-88d5-8540f5f8c263n%40googlegroups.com.


[weewx-user] Belchertown skin & AerisWeather correction

2021-02-24 Thread Pat O'Brien
Hi folks, if you're using the Belchertown skin:

I was contacted by AerisWeather today and they asked for me to update the 
company name in the skin to AerisWeather (one word, no space, capital A, 
capital W). 

If you have a mis-spelling of their company name in your skin under your 
credits section (usually about.inc unless you've customized it), please 
update it. Thanks!

-- 
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/7eb1b0b9-673e-45ec-85da-d4f48ede61cen%40googlegroups.com.


Re: [weewx-user] Log windSpeed as 0 instead of null

2021-02-12 Thread Pat O'Brien
No I mean windSpeed. I saw the force_null for wind direction. For some
reason I have null for wind speed, when I'm thinking it was 0.

On Fri, Feb 12, 2021, 4:47 PM Tom Keffer  wrote:

> If there is no wind, windSpeed is always stored as 0, never null.
>
> Or, do you mean wind direction?
>
> On Fri, Feb 12, 2021 at 12:43 PM Pat  wrote:
>
>> I could use a reminder on how to do this - it's been a little while.
>>
>> How can I save windSpeed to the archive as 0 instead of NULL if there's
>> no wind for that archive interval?
>>
>> --
>> 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/9e20d292-a523-43c2-8714-dee17bf1a1e4n%40googlegroups.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/C844BplDJRI/unsubscribe.
> To unsubscribe from this group and all its topics, 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/CAPq0zECg_un%3D9gM-Lbr011qP6op%2BS4%3DTcQdQ4A0RLqpbDa%3D6hg%40mail.gmail.com
> 
> .
>

-- 
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/CABhLV_9Bz56a5K-yzMaj3K_Q-n4favEAD%3DoFjbgBbZ-qN-Xjuw%40mail.gmail.com.


Re: [weewx-user] Re: Full day highcharts question

2020-06-24 Thread Pat O'Brien
Wow! I'm not sure why you're getting that error either. Something is
missing somewhere

On Wed, Jun 24, 2020, 5:14 PM Manfred Maier 
wrote:

> I'll have to try that tomorrow.
> My skin installation includes a number of individual adaptions (e.g. pi
> page, individual website widget, horizontal lines in some graphs, etc) and
> it always takes me 1-2 hours to update the skin.
>
> Pat schrieb am Mittwoch, 24. Juni 2020 um 23:07:57 UTC+2:
>
>> Can you try to reinstall the whole development skin and restart weewx?
>>
>> On Wed, Jun 24, 2020, 5:03 PM Manfred Maier 
>> wrote:
>>
>>> Didn't work :(
>>>
>>> I don't understand this error. The 'forecast_provider' is in my
>>> skin.conf and the weewx.conf:
>>>
>>> # Forecast defaults
>>>
>>> forecast_enabled = 1
>>>
>>> forecast_provider = "darksky"
>>>
>>> forecast_api_id = "b6b2add3..."
>>>
>>> forecast_api_secret = "b6b2add3..."
>>>
>>> forecast_units = "ca"
>>>
>>> forecast_lang = "de"
>>>
>>> forecast_stale = 3540
>>>
>>> forecast_alert_enabled = 1
>>>
>>> forecast_alert_limit = 1
>>>
>>> forecast_show_daily_forecast_link = 0
>>>
>>> forecast_daily_forecast_link = ""
>>>
>>>
>>> Pat schrieb am Mittwoch, 24. Juni 2020 um 22:32:50 UTC+2:
>>>
 Update your skins.conf to latest version too

 On Wed, Jun 24, 2020, 4:28 PM Manfred Maier 
 wrote:

>
> Hi Pat,
> apologies, it's me again.
>
> Yesterday (and today) I've just copied the new belchertown.py in my
> user folder.
> Now I've seen that i get a two error messages in my syslog.
>
> The first one I've been able to resolve. It was caused by the "check
> for update" functionality that you have removed recently. After setting 
> the
> update setting to zero the error was gone.
>
> The second one I'm not able to locate. This is the error I get:
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
> Generate failed with exception ''
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>  Ignoring template /etc/weewx/skins/Belchertown/js/belchertown.js.tmpl
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>  Reason: cannot find 'forecast_provider'
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>   Traceback (most recent call last):
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
> File "/usr/share/weewx/weewx/cheetahgenerator.py", line 322, in
> generate
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>   unicode_string = compiled_template.respond()
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
> File "_etc_weewx_skins_Belchertown_js_belchertown_js_tmpl.py", 
> line
> 1154, in respond
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>   NameMapper.NotFound: cannot find 'forecast_provider'
>
> didier@gmail.com schrieb am Mittwoch, 24. Juni 2020 um 21:12:50
> UTC+2:
>
>> Perfect !
>> Thanks
>>
>> Le mer. 24 juin 2020 à 16:04, Manfred Maier <
>> in...@wetter-zorneding.de> a écrit :
>>
>>> Solved!
>>> Thanks so much!
>>>
>>> Pat schrieb am Mittwoch, 24. Juni 2020 um 15:41:13 UTC+2:
>>>
 Can you try the latest belchertown.py file from the devleopment
 branch? I think I got it working. See screenshot.



 On Wednesday, June 24, 2020 at 8:48:53 AM UTC-4, Manfred Maier
 wrote:
>
> Sent by email. The file has been too big for an upload here (or
> the database content isn't allowed?).
> Thanks for looking into it!
>
> --
>>> 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/295f9456-430d-44fb-9c4e-9b61640794e0n%40googlegroups.com
>>> 
>>> .
>>>
>> --
>
 You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/UWSnqt7tY3Q/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.goog

Re: [weewx-user] Re: Full day highcharts question

2020-06-24 Thread Pat O'Brien
Can you try to reinstall the whole development skin and restart weewx?

On Wed, Jun 24, 2020, 5:03 PM Manfred Maier 
wrote:

> Didn't work :(
>
> I don't understand this error. The 'forecast_provider' is in my skin.conf
> and the weewx.conf:
>
> # Forecast defaults
>
> forecast_enabled = 1
>
> forecast_provider = "darksky"
>
> forecast_api_id = "b6b2add3..."
>
> forecast_api_secret = "b6b2add3..."
>
> forecast_units = "ca"
>
> forecast_lang = "de"
>
> forecast_stale = 3540
>
> forecast_alert_enabled = 1
>
> forecast_alert_limit = 1
>
> forecast_show_daily_forecast_link = 0
>
> forecast_daily_forecast_link = ""
>
>
> Pat schrieb am Mittwoch, 24. Juni 2020 um 22:32:50 UTC+2:
>
>> Update your skins.conf to latest version too
>>
>> On Wed, Jun 24, 2020, 4:28 PM Manfred Maier 
>> wrote:
>>
>>>
>>> Hi Pat,
>>> apologies, it's me again.
>>>
>>> Yesterday (and today) I've just copied the new belchertown.py in my user
>>> folder.
>>> Now I've seen that i get a two error messages in my syslog.
>>>
>>> The first one I've been able to resolve. It was caused by the "check for
>>> update" functionality that you have removed recently. After setting the
>>> update setting to zero the error was gone.
>>>
>>> The second one I'm not able to locate. This is the error I get:
>>>
>>> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>>> Generate failed with exception ''
>>>
>>> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>>>  Ignoring template /etc/weewx/skins/Belchertown/js/belchertown.js.tmpl
>>>
>>> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>>>  Reason: cannot find 'forecast_provider'
>>>
>>> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>>>   Traceback (most recent call last):
>>>
>>> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>>> File "/usr/share/weewx/weewx/cheetahgenerator.py", line 322, in
>>> generate
>>>
>>> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>>>   unicode_string = compiled_template.respond()
>>>
>>> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>>> File "_etc_weewx_skins_Belchertown_js_belchertown_js_tmpl.py", line
>>> 1154, in respond
>>>
>>> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>>>   NameMapper.NotFound: cannot find 'forecast_provider'
>>>
>>> didier@gmail.com schrieb am Mittwoch, 24. Juni 2020 um 21:12:50
>>> UTC+2:
>>>
 Perfect !
 Thanks

 Le mer. 24 juin 2020 à 16:04, Manfred Maier 
 a écrit :

> Solved!
> Thanks so much!
>
> Pat schrieb am Mittwoch, 24. Juni 2020 um 15:41:13 UTC+2:
>
>> Can you try the latest belchertown.py file from the devleopment
>> branch? I think I got it working. See screenshot.
>>
>>
>>
>> On Wednesday, June 24, 2020 at 8:48:53 AM UTC-4, Manfred Maier wrote:
>>>
>>> Sent by email. The file has been too big for an upload here (or the
>>> database content isn't allowed?).
>>> Thanks for looking into it!
>>>
>>> --
> 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/295f9456-430d-44fb-9c4e-9b61640794e0n%40googlegroups.com
> 
> .
>
 --
>>>
>> You received this message because you are subscribed to a topic in the
>>> Google Groups "weewx-user" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/weewx-user/UWSnqt7tY3Q/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/4e605379-67f9-4db4-b1a9-07b752dcbcebn%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/UWSnqt7tY3Q/unsubscribe.
> To unsubscribe from this group and all its topics, 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/aa56d448-ba0a-4d31-a737-ba2eb27c191fn%40googlegroups.com
> 

Re: [weewx-user] Re: Full day highcharts question

2020-06-24 Thread Pat O'Brien
Update your skins.conf to latest version too

On Wed, Jun 24, 2020, 4:28 PM Manfred Maier 
wrote:

>
> Hi Pat,
> apologies, it's me again.
>
> Yesterday (and today) I've just copied the new belchertown.py in my user
> folder.
> Now I've seen that i get a two error messages in my syslog.
>
> The first one I've been able to resolve. It was caused by the "check for
> update" functionality that you have removed recently. After setting the
> update setting to zero the error was gone.
>
> The second one I'm not able to locate. This is the error I get:
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
> Generate failed with exception ''
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator: 
> Ignoring template /etc/weewx/skins/Belchertown/js/belchertown.js.tmpl
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator: 
> Reason: cannot find 'forecast_provider'
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>   Traceback (most recent call last):
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
> File "/usr/share/weewx/weewx/cheetahgenerator.py", line 322, in
> generate
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>   unicode_string = compiled_template.respond()
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
> File "_etc_weewx_skins_Belchertown_js_belchertown_js_tmpl.py", line
> 1154, in respond
>
> Jun 24 22:20:20 raspberrypi weewx[6177] ERROR weewx.cheetahgenerator:
>   NameMapper.NotFound: cannot find 'forecast_provider'
>
> didier@gmail.com schrieb am Mittwoch, 24. Juni 2020 um 21:12:50 UTC+2:
>
>> Perfect !
>> Thanks
>>
>> Le mer. 24 juin 2020 à 16:04, Manfred Maier 
>> a écrit :
>>
>>> Solved!
>>> Thanks so much!
>>>
>>> Pat schrieb am Mittwoch, 24. Juni 2020 um 15:41:13 UTC+2:
>>>
 Can you try the latest belchertown.py file from the devleopment branch?
 I think I got it working. See screenshot.



 On Wednesday, June 24, 2020 at 8:48:53 AM UTC-4, Manfred Maier wrote:
>
> Sent by email. The file has been too big for an upload here (or the
> database content isn't allowed?).
> Thanks for looking into it!
>
> --
>>> 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/295f9456-430d-44fb-9c4e-9b61640794e0n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/UWSnqt7tY3Q/unsubscribe.
> To unsubscribe from this group and all its topics, 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/4e605379-67f9-4db4-b1a9-07b752dcbcebn%40googlegroups.com
> 
> .
>

-- 
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/CAJv44%2BktTfwD0v54A5d%3D6zYT_Ot_kJDyX3jxf%3D-ZV1yDtH2gaA%40mail.gmail.com.


Re: [weewx-user] Re: Full day highcharts question

2020-06-14 Thread Pat O'Brien
I'll have to look into it for the day charts. Like I said I'm not sure why
the year charts are doing it but I haven't had time to look at it yet.


On Sun, Jun 14, 2020, 2:43 PM Manfred Maier 
wrote:

>
> This new behavior (ie. showing the entire year / month on the x-axis) has
> been the main motivation for me for switching to weewx 4.0.
> In my opinion, this makes the charts much more readable.
>
> Personally I would love to use this 'feature' also for the daily charts.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/UWSnqt7tY3Q/unsubscribe.
> To unsubscribe from this group and all its topics, 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/95b20ca2-ed9a-430d-8df7-e8327d8ccbaeo%40googlegroups.com
> 
> .
>

-- 
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/CAJv44%2B%3DQhHafQT%3DNGaSNdo6NkZhXJjPRLBwWjs66eYMOn2e52Q%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown Graphs - not showing

2020-06-05 Thread Pat O'Brien
Belchertown skin 1.1 is released. Try upgrading?

On Fri, Jun 5, 2020, 5:38 PM Mike Wren  wrote:

> The one weather station I upgraded to weewx 4.1.1 also had the belchertown
> skin 1.0.1 stop working for graphs and MQTT updates.
>
> here's the website: https://websterweather.com
>
> This is the first weewx update I've done that really broke belchertown.
> Haven't dug in to start troubleshooting yet.
>
> Mike
>
>
>
>
> On Friday, June 5, 2020 at 1:18:41 PM UTC-4, Pat wrote:
>>
>> First I'm hearing of it. Have you made any changes to gapSize or
>> anything? Whats the link to your site?
>>
>> On Friday, June 5, 2020 at 1:10:26 PM UTC-4, Xant wrote:
>>>
>>>
>>> HighCharts Graphs stopped showing almost every day (or less), unless
>>> "wee_reports" command that forces to 'reappear' till disappear again. New
>>> strange behaviour after been stable for long (WeeWX-4.1; Belchertown
>>> skin-1.1).
>>>
>>> Suggestions?
>>>
>>> Xant
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/c0vqsVROVXM/unsubscribe.
> To unsubscribe from this group and all its topics, 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/57fff2c9-19f1-4534-af37-d388596e941fo%40googlegroups.com
> 
> .
>

-- 
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/CAJv44%2B%3D319YmnW08Sxop%3Ddji6G1%3DGy5moHNbkv%3DGD4Cr_FX5pA%40mail.gmail.com.


Re: [weewx-user] Re: Belchertown Solar Radiation Graph and High Chart Questions

2019-06-22 Thread Pat O'Brien
Haven't done anything extra.

Sent from mobile

On Sat, Jun 22, 2019, 9:54 AM gjr80  wrote:

> On Saturday, 22 June 2019 23:04:07 UTC+10, Pat wrote:
>>
>> > Where is the pyephem calculation for theoretical max radiation
>> observation being done?  I would like to get the plot data to agree.
>>
>> I'm not 100% familiar with pyephem. Perhaps someone else can answer this?
>> I know it's based on your lat/lon inside weewx.conf to make those
>> calculations
>>
>
> Unless you have done something extra Pat the StdWXCalculate
> 
> service takes care of calculating maxSolarRad and adding it to
> packets/records.
>
> Gary
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/r6dDkPoOQCU/unsubscribe.
> To unsubscribe from this group and all its topics, 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/ded64193-30f4-429c-b20d-cbf502ffd050%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAJv44%2B%3DOYEWw1XzxDfA6%3DwMze3eSfyMpwLOOsrAez8GTf2fkJw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-09 Thread Pat O'Brien
Yes, your archive interval isn't 300 which is the default gapsize for the
charts..

So you will need to change the gapsize setting in the graphs.conf.example
(or graphs.conf) to match your weewx.conf archive_interval in milliseconds.

Sent from mobile


On Sun, Jun 9, 2019, 11:52 AM Chris P  wrote:

> Using the default graph.conf.example and none of my highchart lines are
> showing up.  However the wind direction point plots are.  Anybody run
> across this issue yet?
>
> http://www.knowltonweather.com
>
>
> On Saturday, June 1, 2019 at 11:57:56 AM UTC-5, Pat wrote:
>>
>> Belchertown skin 1.0 is released!
>>
>> This update contains a lot of updates and changes including *an entire
>> rewrite of the Highcharts system* which allows you to make almost any
>> graph you want for almost any time span you want. You can see some examples
>> of the charts you can make on the BelchertownWeather.com website graphs
>> page .
>>
>> You can add/remove/change/reorder any chart, change colors, add
>> observation plots, categorize for all time. Almost anything you want to do
>> is available! The skin comes with the standard 4 charts ready to go, but
>> there's extensive Belchertown Charts Documentation
>> 
>> which can help you get started.
>>
>> In addition to the Charts there's now a dark mode (which has an
>> auto-switching mode based on sunset/sunrise), more flexibility for
>> translations, user customized station observation table which is updated in
>> real time if the MQTT Websockets are enabled, and a lot more. Check the
>> release notes for all the details!
>>
>> You can download the latest release here
>> ,
>> and read all of the details on the changes here:
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must
>> uninstall everything and reinstall new. This is due to the Chart system
>> being fully rewritten and the potential for conflicts. Please read this
>> upgrade guide if you are upgrading from an older version of Belchertown skin
>> 
>> .
>>
>> Thanks to all the beta testers and translators over the last couple of
>> months help me iron out all the kinks and shape the skin in a way that can
>> be translated a little easier!
>>
>> Attached are some examples of the charts that can be made. If you find
>> any issues, you can reply here or open an issue on the Belchertown skin
>> GitHub page .
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, 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/b303f21b-c014-41a1-8240-ce783308662a%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAJv44%2BncG-ytBurSVEc%3DOp6TcZd948gTgZCFFSYLSCtGN9UWJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 0.9 now available

2019-05-25 Thread Pat O'Brien
I am on mobile right now but I can see that your locale is set to United
States English based on your weewx_data.json file on your site. You can
either change the locale on your server to be Spanish (preferred) or change
the skin.conf locale setting to not be auto and use es_ES.UTF-8. Then
restart weewx.

Sent from mobile

On Sat, May 25, 2019, 9:55 AM Juan Antonio Mosquera <
juanantoniomosqu...@juanantoniomosquera.com> wrote:

> ok, thanks.
>
> Now 1.0 is running and translate to spanish.
>
> a doubt. Is it possible to configure the belchertown to use a decimal
> point separator and a locale in Spanish?
>
> Thanks.
>
> El sábado, 25 de mayo de 2019, 14:25:45 (UTC+2), Pat escribió:
>>
>> Here's the instructions on how to upgrade, also in a couple of languages.
>> https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0
>>
>> When 1.0 is ready for public release I'll let everyone know. Until then
>> if you want to help with the testing please raise issues on the GitHub page
>> to keep it focused on the skin changes
>>
>> On Saturday, May 25, 2019 at 8:23:57 AM UTC-4, Pat wrote:
>>>
>>> Anyone is welcome to try out the 1.0 beta. There's a few people helping
>>> with the translations here at
>>> https://github.com/poblabs/weewx-belchertown/issues/104 with 165
>>> replies so far. We've made a lot of progress to use the Labels to make the
>>> skin easy to translate.
>>>
>>> The charts are fully re-done and there's some documentation at
>>> https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation
>>>
>>> I'm trying to get more of the changes documented so if you find
>>> something, you can open an issue on my GitHub repo and we can work on it.
>>>
>>> You can view progress at
>>> https://github.com/poblabs/weewx-belchertown/tree/development and
>>> download with the "Clone or Download" link on that page.
>>>
>>> Thanks
>>>
>>>
>>> On Saturday, May 25, 2019 at 6:24:18 AM UTC-4, Juan Antonio Mosquera
>>> wrote:

 No problem...

 I compress dev branch and install this beta version.

 www.meteomontaos.es

 Thanks.

 El sábado, 25 de mayo de 2019, 11:21:09 (UTC+2), Juan Antonio Mosquera
 escribió:
>
> Where is the zip of version 1.0 beta?
>
> El sábado, 18 de mayo de 2019, 14:44:08 (UTC+2), Pat escribió:
>>
>> This is a bug which will be fixed in the next version, 1.0. It is due
>> to there being no earthquakes in your area and no timestamp being
>> available.
>>
>> To fix this, either disable earthquakes for now by setting 
>> earthquake_enabled
>> = 0
>>
>> Or increase your earthquake radius to something larger than your
>> current one. Example, 2000km. Change setting earthquake_maxradiuskm
>> = 2000
>>
>> Skin version 1.0 comes with a fully re-written Graph Generator,
>> automatic dark mode and more user customization and translations. If you
>> want to test skin version 1.0, there's a small group of testers helping 
>> me
>> test new Graph features and kill bugs. You can follow along on my
>> GitHub  under the 
>> development
>> branch
>> , and
>> because the skin has been almost entirely re-written, there's
>> specific upgrade instructions here
>> 
>> .
>>
>> Please understand this is a *beta version* and it's being updated
>> very frequently. Please only install if you're willing to help test the 
>> new
>> features (so I can fix and document them).
>>
>>
>> On Saturday, May 18, 2019 at 6:53:38 AM UTC-4, WILWetter25 wrote:
>>>
>>> Hey guys,
>>>
>>> I have a problem with the skin: Forecast Earth-Quakes and Graphs
>>> aren't loading any more. This problem exists only on main page.
>>>
>>> http://www.mosel-wetter.com/
>>>
>>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/yOHpHCu0jAA/unsubscribe.
> To unsubscribe from this group and all its topics, 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/6284de7e-a344-4bea-881d-20870497b574%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 discuss

RE: [weewx-user] Re: Belchertown skin 0.9 now available

2019-03-19 Thread Pat O'Brien
That’s a darksky setting, not the skin. The skin shows what DarkSky is giving 
it. You’ll need to contact them if you need more clarity on the observations. 

 

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of Adnan Mumtaz
Sent: Monday, March 18, 2019 2:39 PM
To: weewx-user 
Subject: [weewx-user] Re: Belchertown skin 0.9 now available

 

Noticed that  during haze/dusty weather the skin shows Foggy, 

On Monday, 18 March 2019 01:57:11 UTC+3, Pat wrote:

Thanks I'll look into it

On Sunday, March 17, 2019 at 5:26:17 PM UTC-4, Adnan Mumtaz wrote:

https://www.airvisual.com/air-pollution-data-api



On Sunday, 17 March 2019 20:54:21 UTC+3, Pat wrote:

Do you have a source where we can get air quality data?

On Sunday, March 17, 2019 at 1:03:37 PM UTC-4, Adnan Mumtaz wrote:

Wow :) I will definitely then wait for 1.0. 


Will try to use the beta.

 

Thanks a million once again. 

 

One suggestion, if instead of Earth Quake you can add an option of Air Quality 
would be great, we have more issues of air quality than earth quakes :)

On Sunday, 17 March 2019 19:25:09 UTC+3, Pat wrote:

Skin version 1.0 offers an entire new way to customize charts. From 
re-ordering, to adding custom observations, to multiple yAxis. 

 

If you're OK with staying on a skin version that works for you, then that would 
be great. That way I don't have to release a 0.9.2 when 1.0 is only a couple of 
weeks away. 

 

If you want to test 1.0 now, you can download the development branch zip file 
  of the skin. 
Be warned it's very beta with little documentation right now. The only 
documentation is in skin.conf currently. And I'm pushing updates to the skin 
daily. If you test it, and find something wrong, let me know so I can update it 
:)


On Sunday, March 17, 2019 at 12:15:16 PM UTC-4, Adnan Mumtaz wrote:

Hi ,

 

Many thanks for your hardwork, I upgraded to the latest Belchertown template 
0.9.1 after upgrading weewx, everything seems working fine, I can see intemp 
showing in temp chart, I tried to disable intemp from the weewx.conf and after 
doing that the temp chart goes upside down it shows years instead of hours and 
doesnt show graph, i also tried to change the rainplot to humidity after doing 
that Rain chart as well as Solar chart disappeared, I dont see any errors in 
the syslog, I reverted back all the changes though . Mayb you can simulate 
these in your test environment?

thank you,
Adnan

 



On Friday, 1 March 2019 03:50:34 UTC+3, Pat wrote:

I've just released Belchertown skin 0.9. You can read the updates and download 
it here: https://github.com/poblabs/weewx-belchertown/releases

 

A lot of work went into this release. I've learned a lot through feedback on 
the skin. 

 

This release fixes a major bug with the rain charts which were taking a very 
long time to generate. This release also brings a lot of updates to locale 
formats. 

 

There's 1 breaking change if you are upgrading. Please take special note to a 
few MQTT variable names which have changed to mqtt_websockets_. This is to 
reduce confusion and offer clarity on new user installations. 

 

Please let me know if you've upgraded and share your site. I'd love to see it 
out there!

 

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/yOHpHCu0jAA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown Skin version: 0.9rc6 crashed when used with non-standard database name

2019-02-18 Thread Pat O'Brien
Luc, Gary good info, great insight. Thanks for that... It all makes sense
and wasn't something I had considered previously.

I'm on holiday today, but Luc if you want to submit a pull request that
would be great. Otherwise I can merge this myself after some testing
tomorrow.


On Mon, Feb 18, 2019, 11:37 AM Luc Heijst  On Sunday, 17 February 2019 15:48:47 UTC-3, Pat wrote:
>>
>>  I think I'll leave it alone for now unless you have insight on that?
>>
>
> Hi Pat,
>
> I have a working solution.
>
> In Belchertown.py
> Change:
> # Find what kind of database we're working with and specify the
> correctly tailored SQL Query for each type of database
> dbtype =
> self.generator.config_dict['DataBindings']['wx_binding']['database']
> if dbtype == "archive_sqlite":
> year_rainiest_month_sql = 'SELECT strftime("%%m",
> datetime(dateTime, "unixepoch")) as month, ROUND( SUM( sum ), 2 ) as total
> FROM archive_day_rain WHERE strftime("%%Y", datetime(dateTime,
> "unixepoch")) = "%s" GROUP BY month ORDER BY total DESC LIMIT 1;' %
> time.strftime( "%Y", time.localtime( time.time() ) )
> at_rainiest_month_sql = 'SELECT strftime("%m",
> datetime(dateTime, "unixepoch")) as month, strftime("%Y",
> datetime(dateTime, "unixepoch")) as year, ROUND( SUM( sum ), 2 ) as total
> FROM archive_day_rain GROUP BY month, year ORDER BY total DESC LIMIT 1;'
> year_rain_data_sql = 'SELECT dateTime, ROUND( sum, 2 ) FROM
> archive_day_rain WHERE strftime("%%Y", datetime(dateTime, "unixepoch")) =
> "%s";' % time.strftime( "%Y", time.localtime( time.time() ) )
> at_rain_data_sql = 'SELECT dateTime, ROUND( sum, 2 ) FROM
> archive_day_rain;'
> # The all stats from http://www.weewx.com/docs/customizing.htm
> doesn't seem to calculate "Total Rainfall for" all time stat correctly.
> at_rain_highest_year_sql = 'SELECT strftime("%Y",
> datetime(dateTime, "unixepoch")) as year, ROUND( SUM( sum ), 2 ) as total
> FROM archive_day_rain GROUP BY year ORDER BY total DESC LIMIT 1;'
> elif dbtype == "archive_mysql":
> year_rainiest_month_sql = 'SELECT FROM_UNIXTIME( dateTime,
> "%%m" ) AS month, ROUND( SUM( sum ), 2 ) AS total FROM archive_day_rain
> WHERE year( FROM_UNIXTIME( dateTime ) ) = "{0}" GROUP BY month ORDER BY
> total DESC LIMIT 1;'.format( time.strftime( "%Y", time.localtime(
> time.time() ) ) ) # Why does this one require .format() but the other's
> don't?
> at_rainiest_month_sql = 'SELECT FROM_UNIXTIME( dateTime, "%%m"
> ) AS month, FROM_UNIXTIME( dateTime, "%%Y" ) AS year, ROUND( SUM( sum ), 2
> ) AS total FROM archive_day_rain GROUP BY month, year ORDER BY total DESC
> LIMIT 1;'
> year_rain_data_sql = 'SELECT dateTime, ROUND( sum, 2 ) FROM
> archive_day_rain WHERE year( FROM_UNIXTIME( dateTime ) ) = "%s";' %
> time.strftime( "%Y", time.localtime( time.time() ) )
> at_rain_data_sql = 'SELECT dateTime, ROUND( sum, 2 ) FROM
> archive_day_rain;'
> # The all stats from http://www.weewx.com/docs/customizing.htm
> doesn't seem to calculate "Total Rainfall for" all time stat correctly.
> at_rain_highest_year_sql = 'SELECT FROM_UNIXTIME( dateTime,
> "%%Y" ) AS year, ROUND( SUM( sum ), 2 ) AS total FROM archive_day_rain
> GROUP BY year ORDER BY total DESC LIMIT 1;'
>
> into:
> # Find what kind of database we're working with and specify the
> correctly tailored SQL Query for each type of database
> dataBinding =
> self.generator.config_dict['StdArchive']['data_binding']
> database =
> self.generator.config_dict['DataBindings'][dataBinding]['database']
> databaseType =
> self.generator.config_dict['Databases'][database]['database_type']
> driver =
> self.generator.config_dict['DatabaseTypes'][databaseType]['driver']
> if driver == "weedb.sqlite":
> year_rainiest_month_sql = 'SELECT strftime("%%m",
> datetime(dateTime, "unixepoch")) as month, ROUND( SUM( sum ), 2 ) as total
> FROM archive_day_rain WHERE strftime("%%Y", datetime(dateTime,
> "unixepoch")) = "%s" GROUP BY month ORDER BY total DESC LIMIT 1;' %
> time.strftime( "%Y", time.localtime( time.time() ) )
> at_rainiest_month_sql = 'SELECT strftime("%m",
> datetime(dateTime, "unixepoch")) as month, strftime("%Y",
> datetime(dateTime, "unixepoch")) as year, ROUND( SUM( sum ), 2 ) as total
> FROM archive_day_rain GROUP BY month, year ORDER BY total DESC LIMIT 1;'
> year_rain_data_sql = 'SELECT dateTime, ROUND( sum, 2 ) FROM
> archive_day_rain WHERE strftime("%%Y", datetime(dateTime, "unixepoch")) =
> "%s";' % time.strftime( "%Y", time.localtime( time.time() ) )
> at_rain_data_sql = 'SELECT dateTime, ROUND( sum, 2 ) FROM
> archive_day_rain;'
> # The all stats from http://www.weewx.com/docs/customizing.htm
> doesn't seem to calculate "Total Rainfall for" all time stat correctly.
> at_rain_highest_year_sql = 'SELECT

Re: [weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-15 Thread Pat O'Brien
Is the belchertown root URL set?

On Fri, Feb 15, 2019, 5:28 PM Joe Spears  I installed the Belchertown skin and I get none of the graphs.  The
> weather data and report data show just fine.  Looking at my log I see that
> Highcharts runs but nothing is being copied for every instance of
> Highcharts.
> Any suggestions?
>
> Thanks.
>
> Joe
>
> Feb 15 17:11:05 weewx wee_reports[1236]: cheetahgenerator: Generated 4
> files for report Highcharts_Belchertown in 25.87 seconds
>
> Feb 15 17:11:05 weewx wee_reports[1236]: copygenerator: copied 0 files to
> /var/www/html/weewx/belchertown
>
>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/6Sa3vfzsH6k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: use Weewx on raspberry

2019-01-01 Thread Pat O'Brien
Yes you can send me a private mail. I can't look at it for a few hours.
Maybe you can leave it there for a day or so? Send me a login and your home
ip in private mail.

On Tue, Jan 1, 2019, 11:18 AM Patrick Tranchant  wrote:

> I am ready Pat
>
>
> On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote:
>>
>> hello I am a newbie from France ( sorry for my english )
>>
>> I want to use weewx on a raspberry with a weather station built by myself
>> (view on Magpi)
>> I don't see my station on your website to configure :
>>
>> Weather Station Hardware Comparison: I don't found my weather station.
>> Do you have a solution or how to configure Weewx
>>
>> thank you for your help
>>
>> Patrick
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/ZoDjJYZJR9o/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-10-10 Thread Pat O'Brien
Could be a problem with broker. I don't run it, but It is called test for a
reason? :-)

Check another online websocket test tool.


On Wed, Oct 10, 2018, 2:05 PM Praveen Chandrasekaran 
wrote:

> That is 8080 and that is the same as I have used. Clueless as to what is
> wrong. Colin's page also the MQTT data is not available. Not sure if some
> issue from broker end.
>
> On Wed, 10 Oct 2018 at 18:34, Pat O'Brien  wrote:
>
>> Port is what the websocket port is as defined on front page of
>> http://test.mosquitto.org
>>
>> On Wed, Oct 10, 2018, 1:50 PM Praveen Chandrasekaran <
>> praveen.c...@gmail.com> wrote:
>>
>>> Port should be 8080 right? I used settings from Colin.
>>>
>>> On Wed, 10 Oct 2018 at 18:14, Pat O'Brien  wrote:
>>>
>>>> I'm traveling and offline for a while. Help and communicate limited
>>>>
>>>> But your topic is not right. Change to : weather/IBANGALO9/loop
>>>>
>>>> You rarely ever want to use #
>>>>
>>>>
>>>> On Wed, Oct 10, 2018, 1:42 PM Praveen Chandrasekaran <
>>>> praveen.c...@gmail.com> wrote:
>>>>
>>>>> Hi Pat,
>>>>>
>>>>> Everything was fine for me till recently. Since last few days, the
>>>>> MQTT live data does not appear on my page. It shows "The weather Station 
>>>>> is
>>>>> offline" and  shows only archive data. If I use mqtt-spy I do see the live
>>>>> data being published every loop interval.
>>>>>
>>>>> My webpage: http://bedi.co.in:15000/pc-aws/weather/belchertown/
>>>>>
>>>>> MQTT : test.mosquitto.org
>>>>> Topic : weather/IBANGALO9/#
>>>>>
>>>>> Regards,
>>>>> Praveen
>>>>>
>>>>> On Wednesday, 22 August 2018 00:15:13 UTC+5:30, Pat wrote:
>>>>>>
>>>>>> The Belchertown skin for weewx is now available. This skin is modeled
>>>>>> after https://belchertownweather.com
>>>>>>
>>>>>> The skin features
>>>>>>
>>>>>>- Real time streaming updates on the front page without needing
>>>>>>to reload the site (weewx-mqtt extension required)
>>>>>>- Forecast data updated every hour without needing to reload (a
>>>>>>free DarkSky API key required)
>>>>>>- Information on your closest Earthquake updated automatically
>>>>>>every 3 hours
>>>>>>- Weather station observation graphs which update without needing
>>>>>>to reload
>>>>>>- Weather records for the current year, and for all time
>>>>>>- A mobile and iPad ready display. You could use an iPad as a
>>>>>>"2nd console".
>>>>>>
>>>>>> There are dozens of options to configure within the skin. Please view
>>>>>> the readme on GitHub <https://github.com/poblabs/weewx-belchertown> for
>>>>>> a detailed explanation.
>>>>>>
>>>>>> The GitHub page: https://github.com/poblabs/weewx-belchertown
>>>>>>
>>>>>> Direct download of v0.1:
>>>>>> https://github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>>>>>
>>>>>> Quick install:
>>>>>>
>>>>>> wget https://
>>>>>> github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>>>>>
>>>>>> sudo wee_extension --install weewx-belchertown-0.1.tar.gz
>>>>>>
>>>>>> Configure weewx.conf with your options
>>>>>>
>>>>>> Restart weewx
>>>>>>
>>>>>> Out of the box, it is a very basic theme. Make sure to check out the 
>>>>>> readme
>>>>>> for all options available
>>>>>> <https://github.com/poblabs/weewx-belchertown>!
>>>>>>
>>>>>>
>>>>>> This is my first skin, and I've done all I could to test it out in
>>>>>> various environments to iron out any initial bugs. If you do find 
>>>>>> something
>>>>>> that's a little off, or room for improvement, please let me know!
>>>>>>
>>>>>> --
>>>>> You receiv

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-10-10 Thread Pat O'Brien
Port is what the websocket port is as defined on front page of
http://test.mosquitto.org

On Wed, Oct 10, 2018, 1:50 PM Praveen Chandrasekaran 
wrote:

> Port should be 8080 right? I used settings from Colin.
>
> On Wed, 10 Oct 2018 at 18:14, Pat O'Brien  wrote:
>
>> I'm traveling and offline for a while. Help and communicate limited
>>
>> But your topic is not right. Change to : weather/IBANGALO9/loop
>>
>> You rarely ever want to use #
>>
>>
>> On Wed, Oct 10, 2018, 1:42 PM Praveen Chandrasekaran <
>> praveen.c...@gmail.com> wrote:
>>
>>> Hi Pat,
>>>
>>> Everything was fine for me till recently. Since last few days, the MQTT
>>> live data does not appear on my page. It shows "The weather Station is
>>> offline" and  shows only archive data. If I use mqtt-spy I do see the live
>>> data being published every loop interval.
>>>
>>> My webpage: http://bedi.co.in:15000/pc-aws/weather/belchertown/
>>>
>>> MQTT : test.mosquitto.org
>>> Topic : weather/IBANGALO9/#
>>>
>>> Regards,
>>> Praveen
>>>
>>> On Wednesday, 22 August 2018 00:15:13 UTC+5:30, Pat wrote:
>>>>
>>>> The Belchertown skin for weewx is now available. This skin is modeled
>>>> after https://belchertownweather.com
>>>>
>>>> The skin features
>>>>
>>>>- Real time streaming updates on the front page without needing to
>>>>reload the site (weewx-mqtt extension required)
>>>>- Forecast data updated every hour without needing to reload (a
>>>>free DarkSky API key required)
>>>>- Information on your closest Earthquake updated automatically
>>>>every 3 hours
>>>>- Weather station observation graphs which update without needing
>>>>to reload
>>>>- Weather records for the current year, and for all time
>>>>- A mobile and iPad ready display. You could use an iPad as a "2nd
>>>>console".
>>>>
>>>> There are dozens of options to configure within the skin. Please view
>>>> the readme on GitHub <https://github.com/poblabs/weewx-belchertown> for
>>>> a detailed explanation.
>>>>
>>>> The GitHub page: https://github.com/poblabs/weewx-belchertown
>>>>
>>>> Direct download of v0.1:
>>>> https://github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>>>
>>>> Quick install:
>>>>
>>>> wget https://
>>>> github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>>>
>>>> sudo wee_extension --install weewx-belchertown-0.1.tar.gz
>>>>
>>>> Configure weewx.conf with your options
>>>>
>>>> Restart weewx
>>>>
>>>> Out of the box, it is a very basic theme. Make sure to check out the readme
>>>> for all options available
>>>> <https://github.com/poblabs/weewx-belchertown>!
>>>>
>>>>
>>>> This is my first skin, and I've done all I could to test it out in
>>>> various environments to iron out any initial bugs. If you do find something
>>>> that's a little off, or room for improvement, please let me know!
>>>>
>>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "weewx-user" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> weewx-user+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> weewx-user+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-10-10 Thread Pat O'Brien
I'm traveling and offline for a while. Help and communicate limited

But your topic is not right. Change to : weather/IBANGALO9/loop

You rarely ever want to use #


On Wed, Oct 10, 2018, 1:42 PM Praveen Chandrasekaran 
wrote:

> Hi Pat,
>
> Everything was fine for me till recently. Since last few days, the MQTT
> live data does not appear on my page. It shows "The weather Station is
> offline" and  shows only archive data. If I use mqtt-spy I do see the live
> data being published every loop interval.
>
> My webpage: http://bedi.co.in:15000/pc-aws/weather/belchertown/
>
> MQTT : test.mosquitto.org
> Topic : weather/IBANGALO9/#
>
> Regards,
> Praveen
>
> On Wednesday, 22 August 2018 00:15:13 UTC+5:30, Pat wrote:
>>
>> The Belchertown skin for weewx is now available. This skin is modeled
>> after https://belchertownweather.com
>>
>> The skin features
>>
>>- Real time streaming updates on the front page without needing to
>>reload the site (weewx-mqtt extension required)
>>- Forecast data updated every hour without needing to reload (a free
>>DarkSky API key required)
>>- Information on your closest Earthquake updated automatically every
>>3 hours
>>- Weather station observation graphs which update without needing to
>>reload
>>- Weather records for the current year, and for all time
>>- A mobile and iPad ready display. You could use an iPad as a "2nd
>>console".
>>
>> There are dozens of options to configure within the skin. Please view
>> the readme on GitHub  for
>> a detailed explanation.
>>
>> The GitHub page: https://github.com/poblabs/weewx-belchertown
>>
>> Direct download of v0.1:
>> https://github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>
>> Quick install:
>>
>> wget https://
>> github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>
>> sudo wee_extension --install weewx-belchertown-0.1.tar.gz
>>
>> Configure weewx.conf with your options
>>
>> Restart weewx
>>
>> Out of the box, it is a very basic theme. Make sure to check out the readme
>> for all options available !
>>
>>
>> This is my first skin, and I've done all I could to test it out in
>> various environments to iron out any initial bugs. If you do find something
>> that's a little off, or room for improvement, please let me know!
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] How can I display daily highcharts in metric?

2018-10-05 Thread Pat O'Brien
Sure thing. Did you restart weewx after making the changes?

On Fri, Oct 5, 2018, 8:08 AM Thomas Sch  wrote:

> I read this on on the GitHub Page and changed it in weewx.conf but there
> is the same issue :) may you can look the config-files in the attachment
> later :)
>
> Am Freitag, 5. Oktober 2018 13:15:28 UTC+2 schrieb Pat:
>>
>> Hi there, I'm on mobile phone so pardon the brevity. If you go to the
>> GitHub page where you downloaded the release file. On the main page about
>> halfway down you should see how to change it to metric values.
>>
>> On Fri, Oct 5, 2018, 5:29 AM Thomas Sch  wrote:
>>
>>> So like many others before me, I will ask how can I display the daily
>>> highcharts in metric. Week and year-plots are okay. One the day charts are
>>> in US.
>>> So I put the weewx.conf and the skin.conf of the highcharts-skin in the
>>> attachment. I hope anyone knows the solution. Nothing here helped me with
>>> this problem.
>>>
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "weewx-user" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> weewx-user+...@googlegroups.com.
>>
>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] How can I display daily highcharts in metric?

2018-10-05 Thread Pat O'Brien
Hi there, I'm on mobile phone so pardon the brevity. If you go to the
GitHub page where you downloaded the release file. On the main page about
halfway down you should see how to change it to metric values.

On Fri, Oct 5, 2018, 5:29 AM Thomas Sch  wrote:

> So like many others before me, I will ask how can I display the daily
> highcharts in metric. Week and year-plots are okay. One the day charts are
> in US.
> So I put the weewx.conf and the skin.conf of the highcharts-skin in the
> attachment. I hope anyone knows the solution. Nothing here helped me with
> this problem.
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: [weewx-user] Re: Belchertown skin for weewx now available!

2018-10-04 Thread Pat O'Brien
Setup debug = 1 in weewx.conf then restart weewx and see what’s in the log 
file? Typically /var/log/syslog

 

 

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of Thomas Sch
Sent: Thursday, October 04, 2018 3:28 PM
To: weewx-user 
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 

Yes I did. I dont know why it doesnt work.

Am Donnerstag, 4. Oktober 2018 20:52:49 UTC+2 schrieb Pat:

Ok, looks good. Did you make your configuration changes in weewx.conf then 
restart weewx after doing that?

 

 

From: weewx...@googlegroups.com   
[mailto:weewx...@googlegroups.com  ] On Behalf Of Thomas Sch
Sent: Thursday, October 04, 2018 2:50 PM
To: weewx-user  >
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 

I used first: wget 
https://github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.7.tar.gz
 then sudo wee_extension --install weewx-belchertown-0.7.tar.gz

Am Donnerstag, 4. Oktober 2018 20:41:37 UTC+2 schrieb Pat:

How did you install the skin?

...

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: [weewx-user] Re: Belchertown skin for weewx now available!

2018-10-04 Thread Pat O'Brien
Ok, looks good. Did you make your configuration changes in weewx.conf then 
restart weewx after doing that?

 

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of Thomas Sch
Sent: Thursday, October 04, 2018 2:50 PM
To: weewx-user 
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 

I used first: wget 
https://github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.7.tar.gz
 then sudo wee_extension --install weewx-belchertown-0.7.tar.gz

Am Donnerstag, 4. Oktober 2018 20:41:37 UTC+2 schrieb Pat:

How did you install the skin?

 

From: weewx...@googlegroups.com   
[mailto:weewx...@googlegroups.com  ] On Behalf Of Thomas Sch
Sent: Thursday, October 04, 2018 2:41 PM
To: weewx-user  >
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 

Another question. I reseted my raspberry, I reinstalled everything. But I cant 
see highcharts anymore. I used the option highcharts_enabled = 1 but there is 
nothing. 

Link: http://www.wetter-wittlich.de/graphs/


Am Mittwoch, 26. September 2018 22:16:38 UTC+2 schrieb Juan Antonio Mosquera:

all info in:

 

https://github.com/poblabs/weewx-belchertown

...

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: [weewx-user] Re: Belchertown skin for weewx now available!

2018-10-04 Thread Pat O'Brien
How did you install the skin?

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of Thomas Sch
Sent: Thursday, October 04, 2018 2:41 PM
To: weewx-user 
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 

Another question. I reseted my raspberry, I reinstalled everything. But I cant 
see highcharts anymore. I used the option highcharts_enabled = 1 but there is 
nothing. 

Link: http://www.wetter-wittlich.de/graphs/


Am Mittwoch, 26. September 2018 22:16:38 UTC+2 schrieb Juan Antonio Mosquera:

all info in:

 

https://github.com/poblabs/weewx-belchertown

El miércoles, 26 de septiembre de 2018, 22:00:42 (UTC+2), Thomas Sch escribió:

Is there any manual? I dont know how to change it there...

Am Mittwoch, 26. September 2018 21:49:27 UTC+2 schrieb Juan Antonio Mosquera:

yesss

 

On Wed, Sep 26, 2018, 21:43 Thomas Sch mailto:flightge...@gmail.com> > wrote:

Thanks for the answer :) How do I do this? in weewx.conf ?

Am Mittwoch, 26. September 2018 21:31:46 UTC+2 schrieb Juan Antonio Mosquera:

Set station_url OK for css routes.

 

Hi.


El miércoles, 26 de septiembre de 2018, 21:14:18 (UTC+2), Thomas Sch escribió:

 

 

Hey I installed the beautiful skin. But my generated website is not very 
looking good. Is there a solution? I hope anyone can help me :D

 

 http://wilwetter.bplaced.net/wetterdaten/screenshot1.png

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 

...

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-30 Thread Pat O'Brien
Couple other observations. Looks like all the json/ files are missing on the 
website. Day.json, week.json, month.json and year.json all 404 not found. 

 

And your windy map shows me my location. If you’ve updated it to show your 
location, there are actually 2 spots for your lat/lon that need to be updated. 

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of David Hindley
Sent: Sunday, September 30, 2018 10:36 AM
To: weewx-user@googlegroups.com
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 

Site is at www.djhindley.com/weather  

 

I will check syslog. 

 

Yes, the json directory has index.html and some .json files. 

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-30 Thread Pat O'Brien
Getting a 404 file not found on this file which would explain why the graphs 
aren’t being generated. http://www.djhindley.com/weather/json/day.json

 

So there may be an error in syslog or the file isn’t being copied if you’re 
using the FTP skin to upload it? This file is generated by the 
Highcharts_Belchertown skin. 

 

The file should be in /var/www/html/weewx/Belchertown/json according to your 
configs. 

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of David Hindley
Sent: Sunday, September 30, 2018 10:36 AM
To: weewx-user@googlegroups.com
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 

Site is at www.djhindley.com/weather <http://www.djhindley.com/weather> 

 

I will check syslog. 

 

Yes, the json directory has index.html and some .json files. 

 

On Sun, 30 Sep 2018 at 15:30, Pat O'Brien mailto:p...@obrienphoto.net> > wrote:

No I don’t think so. Those sections look good, too. Does your system log show 
anything in error? Usually it’s at /var/log/syslog 

 

Also does /var/www/html/weewx/Belchertown/json have any files in it?

 

Is this site public? 

 

From: weewx-user@googlegroups.com <mailto:weewx-user@googlegroups.com>  
[mailto:weewx-user@googlegroups.com <mailto:weewx-user@googlegroups.com> ] On 
Behalf Of David Hindley
Sent: Sunday, September 30, 2018 10:28 AM
To: weewx-user@googlegroups.com <mailto:weewx-user@googlegroups.com> 
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 


Sure.  It is below.  Thanks for looking at this.  Could it be due to inclusion 
of forecast and cmon skins?  Maybe I should delete those?

 

 

[StdReport]

 

# Where the skins reside, relative to WEEWX_ROOT

SKIN_ROOT = /etc/weewx/skins

 

# Where the generated reports should go, relative to WEEWX_ROOT

HTML_ROOT = /var/www/html/weewx

 

# The database binding indicates which data should be used in reports.

data_binding = wx_binding

 

# Each of the following subsections defines a report that will be run.

 

[[StandardReport]]

# See the customizing guide to change the units, plot types and line

# colors, modify the fonts, display additional sensor data, and other

# customizations. Many of those changes can be made here by overriding

# parameters, or by modifying templates within the skin itself.

 

# The StandardReport uses the 'Standard' skin, which contains the

# images, templates and plots for the report.

skin = Belchertown

[[[Units]]]

Groups

group_altitude = meter

group_speed2 = meter_per_second2

group_pressure = mbar

group_rain = mm

group_rainrate = mm_per_hour

group_temperature = degree_C

group_degree_day = degree_C_day

group_speed = meter_per_second

[[forecast]]

HTML_ROOT = /var/www/html/weewx/forecast

skin = forecast

# [[exfoliation]]

#HTML_ROOT = /var/www/html/weewx/exfoliation

#   skin = exfoliation

[[cmon]]

HTML_ROOT = /var/www/html/weewx/cmon

skin = cmon

[[Highcharts_Belchertown]]

HTML_ROOT = /var/www/html/weewx/belchertown

skin = Highcharts_Belchertown

[[[Units]]]

Groups

group_altitude = meter

group_degree_day = degree_C_day

group_pressure = mbar

group_rain = mm

group_rainrate = mm_per_hour

group_speed = meter_per_second

group_speed2 = meter_per_second2

group_temperature = degree_C

[[Belchertown]]

HTML_ROOT = /var/www/html/weewx/belchertown

skin = Belchertown

[[[Units]]]

Groups

group_altitude = meter

group_degree_day = degree_C_day

group_pressure = hPa

group_rain = mm

group_rainrate = mm_per_hour

group_speed = meter-per_second

group_speed2 = meter_per_second2

group_temperature = degree_C

 

 

On Sun, 30 Sep 2018 at 15:22, Pat O'Brien mailto:p...@obrienphoto.net> > wrote:

No shouldn't matter. Can you paste those two sections? Removing any kind of 
password or app key. 

 

The HTML_DIR needs to be the same, too

 

On Sun, Sep 30, 2018, 10:02 AM David Hindley mailto:dhind...@djhindley.com> > wrote:

Hi - yes to those questions, but curiously the Highcharts_Belchertown content 
in weewx.conf comes before the Belchertown content, but not sure if that will 
make any difference.

 

David.

 

On Sun, 30 Sep 2018 at 14:44, Pat O'Brien mailto:p...@obrienphoto.net> > wrote:

I'm replying on mobile so hopefully this is helpfu

RE: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-30 Thread Pat O'Brien
No I don’t think so. Those sections look good, too. Does your system log show 
anything in error? Usually it’s at /var/log/syslog 

 

Also does /var/www/html/weewx/Belchertown/json have any files in it?

 

Is this site public? 

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of David Hindley
Sent: Sunday, September 30, 2018 10:28 AM
To: weewx-user@googlegroups.com
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 


Sure.  It is below.  Thanks for looking at this.  Could it be due to inclusion 
of forecast and cmon skins?  Maybe I should delete those?

 

 

[StdReport]

 

# Where the skins reside, relative to WEEWX_ROOT

SKIN_ROOT = /etc/weewx/skins

 

# Where the generated reports should go, relative to WEEWX_ROOT

HTML_ROOT = /var/www/html/weewx

 

# The database binding indicates which data should be used in reports.

data_binding = wx_binding

 

# Each of the following subsections defines a report that will be run.

 

[[StandardReport]]

# See the customizing guide to change the units, plot types and line

# colors, modify the fonts, display additional sensor data, and other

# customizations. Many of those changes can be made here by overriding

# parameters, or by modifying templates within the skin itself.

 

# The StandardReport uses the 'Standard' skin, which contains the

# images, templates and plots for the report.

skin = Belchertown

[[[Units]]]

Groups

group_altitude = meter

group_speed2 = meter_per_second2

group_pressure = mbar

group_rain = mm

group_rainrate = mm_per_hour

group_temperature = degree_C

group_degree_day = degree_C_day

group_speed = meter_per_second

[[forecast]]

HTML_ROOT = /var/www/html/weewx/forecast

skin = forecast

# [[exfoliation]]

#HTML_ROOT = /var/www/html/weewx/exfoliation

#   skin = exfoliation

[[cmon]]

HTML_ROOT = /var/www/html/weewx/cmon

skin = cmon

[[Highcharts_Belchertown]]

HTML_ROOT = /var/www/html/weewx/belchertown

skin = Highcharts_Belchertown

[[[Units]]]

Groups

group_altitude = meter

group_degree_day = degree_C_day

group_pressure = mbar

group_rain = mm

group_rainrate = mm_per_hour

group_speed = meter_per_second

group_speed2 = meter_per_second2

group_temperature = degree_C

[[Belchertown]]

HTML_ROOT = /var/www/html/weewx/belchertown

skin = Belchertown

[[[Units]]]

Groups

group_altitude = meter

group_degree_day = degree_C_day

group_pressure = hPa

group_rain = mm

group_rainrate = mm_per_hour

group_speed = meter-per_second

group_speed2 = meter_per_second2

group_temperature = degree_C

 

 

On Sun, 30 Sep 2018 at 15:22, Pat O'Brien mailto:p...@obrienphoto.net> > wrote:

No shouldn't matter. Can you paste those two sections? Removing any kind of 
password or app key. 

 

The HTML_DIR needs to be the same, too

 

On Sun, Sep 30, 2018, 10:02 AM David Hindley mailto:dhind...@djhindley.com> > wrote:

Hi - yes to those questions, but curiously the Highcharts_Belchertown content 
in weewx.conf comes before the Belchertown content, but not sure if that will 
make any difference.

 

David.

 

On Sun, 30 Sep 2018 at 14:44, Pat O'Brien mailto:p...@obrienphoto.net> > wrote:

I'm replying on mobile so hopefully this is helpful...

 

How did you install the zip? Using wee_extension like in the GitHub readme?

 

Do you have a [Belchertown] and a [Highcharts_Belchertown] in your weewx.conf?

On Sun, Sep 30, 2018, 9:36 AM mailto:dhind...@djhindley.com> > wrote:

however, none of the graphs seem to be displaying.  Is there an obvious 
reason why this is the case, please?

 

Thanks.

On Saturday, 29 September 2018 22:21:51 UTC+1, dhin...@djhindley.com 
<mailto:dhin...@djhindley.com>  wrote:

Thanks.  I did that and managed to get the skin installed. Looking great.  
Thanks for your work in creating the skin. Much appreciated.

On Saturday, 29 September 2018 12:13:06 UTC+1, Pat wrote:

You can download the zip to your computer by using the http link in the wget 
command, then copy the zip to your Pi using FTP, SFTP or USB file copy. 
Whatever's easiest. 

On Saturday, September 29, 2018 at 4:05:10 AM UTC-4, dhin...@djhindley.com 
<mailto:dhin...@djhindley.com>  wrote:

I like the look of this skin, but am failing at the first hurdle. When I try to 
downlo

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-30 Thread Pat O'Brien
No shouldn't matter. Can you paste those two sections? Removing any kind of
password or app key.

The HTML_DIR needs to be the same, too


On Sun, Sep 30, 2018, 10:02 AM David Hindley  wrote:

> Hi - yes to those questions, but curiously the Highcharts_Belchertown
> content in weewx.conf comes before the Belchertown content, but not sure if
> that will make any difference.
>
> David.
>
> On Sun, 30 Sep 2018 at 14:44, Pat O'Brien  wrote:
>
>> I'm replying on mobile so hopefully this is helpful...
>>
>> How did you install the zip? Using wee_extension like in the GitHub
>> readme?
>>
>> Do you have a [Belchertown] and a [Highcharts_Belchertown] in your
>> weewx.conf?
>>
>> On Sun, Sep 30, 2018, 9:36 AM  wrote:
>>
>>> however, none of the graphs seem to be displaying.  Is there an
>>> obvious reason why this is the case, please?
>>>
>>> Thanks.
>>>
>>> On Saturday, 29 September 2018 22:21:51 UTC+1, dhin...@djhindley.com
>>> wrote:
>>>>
>>>> Thanks.  I did that and managed to get the skin installed. Looking
>>>> great.  Thanks for your work in creating the skin. Much appreciated.
>>>>
>>>> On Saturday, 29 September 2018 12:13:06 UTC+1, Pat wrote:
>>>>
>>>> You can download the zip to your computer by using the http link in the
>>>> wget command, then copy the zip to your Pi using FTP, SFTP or USB file
>>>> copy. Whatever's easiest.
>>>>
>>>> On Saturday, September 29, 2018 at 4:05:10 AM UTC-4,
>>>> dhin...@djhindley.com wrote:
>>>>
>>>> I like the look of this skin, but am failing at the first hurdle. When
>>>> I try to download ver 0.7 tar file using wget, I get the following error:
>>>>
>>>> GnuTLS:A TLS fatal alert has been received.
>>>> Unable to establish SSL connection.
>>>>
>>>> I am probably doing something dumb; any ideas on how to solve this
>>>> would be much appreciated.  I am downloading it to my Raspberry pi.
>>>>
>>>> Thanks.
>>>>
>>>> On Tuesday, 21 August 2018 19:45:13 UTC+1, Pat wrote:
>>>>
>>>> The Belchertown skin for weewx is now available. This skin is modeled
>>>> after
>>>>
>>>> ...
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "weewx-user" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> weewx-user+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> weewx-user+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-30 Thread Pat O'Brien
I'm replying on mobile so hopefully this is helpful...

How did you install the zip? Using wee_extension like in the GitHub readme?

Do you have a [Belchertown] and a [Highcharts_Belchertown] in your
weewx.conf?

On Sun, Sep 30, 2018, 9:36 AM  wrote:

> however, none of the graphs seem to be displaying.  Is there an
> obvious reason why this is the case, please?
>
> Thanks.
>
> On Saturday, 29 September 2018 22:21:51 UTC+1, dhin...@djhindley.com
> wrote:
>>
>> Thanks.  I did that and managed to get the skin installed. Looking
>> great.  Thanks for your work in creating the skin. Much appreciated.
>>
>> On Saturday, 29 September 2018 12:13:06 UTC+1, Pat wrote:
>>
>> You can download the zip to your computer by using the http link in the
>> wget command, then copy the zip to your Pi using FTP, SFTP or USB file
>> copy. Whatever's easiest.
>>
>> On Saturday, September 29, 2018 at 4:05:10 AM UTC-4,
>> dhin...@djhindley.com wrote:
>>
>> I like the look of this skin, but am failing at the first hurdle. When I
>> try to download ver 0.7 tar file using wget, I get the following error:
>>
>> GnuTLS:A TLS fatal alert has been received.
>> Unable to establish SSL connection.
>>
>> I am probably doing something dumb; any ideas on how to solve this would
>> be much appreciated.  I am downloading it to my Raspberry pi.
>>
>> Thanks.
>>
>> On Tuesday, 21 August 2018 19:45:13 UTC+1, Pat wrote:
>>
>> The Belchertown skin for weewx is now available. This skin is modeled
>> after
>>
>> ...
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Belchertown skin 0.7 No App Temp in Records Page

2018-09-20 Thread Pat O'Brien
I didn't make changes to the way app temp works in between versions.

Can you confirm you have the appTemp column in your archive database table?

Did you extend your database schema to include it?

appTemp isn't built in to native weewx.

If you are ftping: can you confirm the records page it's being transferred?
Set debug = 1 to confirm

Replying from mobile phone.

On Thu, Sep 20, 2018, 9:29 AM G Hammer  wrote:

> I’m having a bit of an issue with apparent temps.
>
> This was working well with 0.6 and after installing 0.7 I see that the
> records page does not display the data.
>
> The Feels Like is displayed on the home page, so the data is available.
>
>
> I have checked both the skin.conf and its entries in weewx.cong.
>
> weewx.conf
>
> windchill = software
> heatindex = software
> dewpoint = software
> inDewpoint = software
> rainRate = software
> skin.conf
>
>show_apptemp = 1
>
> [image: AppTemp-01.png]
>
> [image: AppTemp-02.png]
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Earthquake still having problems (for me)

2018-09-10 Thread Pat O'Brien
Interesting. Urllib2 should follow redirect to https

I hadn't tried with curl, but if you try with curl -L, what happens? It
should follow the https redirect.

Pat

On Mon, Sep 10, 2018, 12:14 PM Thomas Keffer  wrote:

> On Mon, Sep 10, 2018 at 9:11 AM Pat  wrote:
>
>> USGS will auto-promote the client to https.
>>
>
> It didn't for me. I tried
>
> curl
> http://earthquake.usgs.gov/fdsnws/event/1/query?limit=1&lat=37.212907&lon=-89.529325&maxradiuskm=1000&format=geojson&nodata=204&minmag=2
>
> and it came back with an HTML page that said the resource had "moved
> permanently."
>
> -tk
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/SrYsEdp9eK8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-08 Thread Pat O'Brien
How are you transferring it? The skin doesn't ftp.  Are you Using the ftp
extension? Not sure on the options of that.

On Sat, Sep 8, 2018, 10:59 AM Praveen Chandrasekaran 
wrote:

> Another suggestion
>
> I was looking at the size of belchertown skin output. Significant partof
> it is due to year.json.The entire FTP now takes around 25 to 30 seconds.
>
> Can that be transferred say once a day only? Is the provision to do so
> already there?
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-06 Thread Pat O'Brien
Modify your station_url to have the http:// prefix. 

 

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of Dave Webb KB1PVH
Sent: Thursday, September 06, 2018 1:28 PM
To: weewx-user@googlegroups.com
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 

Pat,

 

 I did a new install of everything and it's working now but it doesn't seem to 
be picking up the CSS. I need to get stuff done around here so won't get back 
to it until later tonight to mess with it. 

 

>From weewx.conf

 

[Station]

 

# Description of the station location

location = Weewx Test

 

# Latitude and longitude in decimal degrees

latitude = 42.1603

longitude = -71.7640

 

# Altitude of the station, with unit it is in. This is downloaded from

# from the station if the hardware supports it.

altitude = 650, foot# Choose 'foot' or 'meter' for unit

 

# Set to type of station hardware. There must be a corresponding stanza

# in this file with a 'driver' parameter indicating the driver to be used.

station_type = Simulator

 

# If you have a website, you may specify an URL

station_url = 192.168.1.160/weewx/belchertown 
 

 

# The start of the rain year (1=January; 10=October, etc.). This is

# downloaded from the station if the hardware supports it.

rain_year_start = 1

 

# Start of week (0=Monday, 6=Sunday)

week_start = 6

 

 

Dave-KB1PVH


Sent from my Galaxy S9

 

On Thu, Sep 6, 2018, 10:06 AM Dave Webb KB1PVH mailto:kb1...@gmail.com> > wrote:

Pat,

 

 It's still barfing and exiting with same error. 

 

 I'm going to do a fresh image on the Pi and start over tonight. I was just 
doing it on a test before mucking up my current setup. I'll keep you posted. 

Dave-KB1PVH


Sent from my Galaxy S9

 

On Thu, Sep 6, 2018, 9:54 AM Pat mailto:p...@obrienphoto.net> > wrote:

Correction on the command... it's sudo wee_extension --uninstall Belchertown

On Thursday, September 6, 2018 at 9:53:41 AM UTC-4, Pat wrote:

Yeah the 0.1 in the extensions list is my fault. I forgot to update the 
installer's version ID. 

 

0.7 is in final testing stages which should fix the list version. I'm curious 
to check out after you disable it (or use sudo wee_extensions --uninstall 
Belchertown) the syslog. 

On Thursday, September 6, 2018 at 9:48:16 AM UTC-4, Dave Webb wrote:

Pat,

 

 Here's the first part for you which is weird because it's showing version 0.1 
and I clearly downloaded 0.6. 

 

pi@raspberrypi:~ $ /home/weewx/bin/wee_extension --list

Extension NameVersion   Description

Belchertown   0.1   A clean modern skin with real time streaming 
updates and interactive charts. Modeled after BelchertownWeather.com

pi@raspberrypi:~ $

 

 

pi@raspberrypi:~ $ ls /home/pi

DesktopDownloads  Music PublicTemplates  weewx-3.8.0 
weewx-belchertown-0.6.tar.gz

Documents  MagPi  Pictures  python_games  Videos weewx-3.8.0.tar.gz  

pi@raspberrypi:~ $

 

I'll have to remove the skin and get back to you later. 

 

 

Dave

 

 

-- 
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 
 .
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-03 Thread Pat O'Brien
Hmm. My skin only is just presentation. Shouldn't block data from station.
What are errors in log?

On Mon, Sep 3, 2018, 5:24 PM Juan Antonio Mosquera <
juanantoniomosqu...@juanantoniomosquera.com> wrote:

> Ok... do it.
>
> Now... no errors... but...
>
> not collect data from station with your extension enable.
>
> uninstall extension and all OK generate my old template and FTP
> template and RSYNC template... automatically.
>
>
> Greetings and thanks.
>
> El lunes, 3 de septiembre de 2018, 22:44:36 (UTC+2), Pat escribió:
>
>> You need to follow this step...
>>
>>
>> https://github.com/poblabs/weewx-belchertown#creating-about-page-and-records-page
>>
>>
>>
>> On Monday, September 3, 2018 at 4:43:48 PM UTC-4, Juan Antonio Mosquera
>> wrote:
>>
>> more... wee_reports not finished and other error
>>
>> Sep 03 22:41:57 meteomontaos weewx[25644]: reportengine: Running report
>> SmallImages
>> Sep 03 22:41:58 meteomontaos weewx[25644]: reportengine: Found
>> configuration file /etc/weewx/skins/Sofaskin/skin.conf for report
>> SmallImages
>> Sep 03 22:41:59 meteomontaos weewx[25644]: cheetahgenerator: using search
>> list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
>> 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
>> 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
>> Sep 03 22:42:00 meteomontaos weewx[25644]: manager: Daily summary version
>> is 2.0
>> Sep 03 22:42:12 meteomontaos weewx[25644]: wmr300: dump history is
>> disabled
>> Sep 03 22:42:33 meteomontaos weewx[25644]: wmr300: dump history is
>> disabled
>> Sep 03 22:42:54 meteomontaos weewx[25644]: wmr300: dump history is
>> disabled
>> Sep 03 22:43:02 meteomontaos weewx[25644]: cheetahgenerator: Generated 9
>> files for report SmallImages in 63.82 seconds
>> Sep 03 22:43:03 meteomontaos weewx[25644]: manager: Daily summary version
>> is 2.0
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: cheetahgenerator:
>> Generate failed with exception ''
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: cheetahgenerator: 
>> Ignoring template /etc/weewx/skins/Belchertown/about/index.html.tmpl
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: cheetahgenerator: 
>> Reason: [Errno 2] No such file or directory:
>> '/etc/weewx/skins/Belchertown/about.inc'
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   Traceback (most
>> recent call last):
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 330, in generate
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   print >>
>> _file, compiled_template
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in
>> __str__
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   rc =
>> getattr(self, mainMethName)()
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "_etc_weewx_skins_Belchertown_about_index_html_tmpl.py", line 181, in
>> respond
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1597, in
>> _handleCheetahInclude
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: 
>> nestedTemplateClass = compiler.compile(source=source, file=file)
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 706, in compile
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   fileHash +=
>> str(os.path.getmtime(file))
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/lib/python2.7/genericpath.py", line 54, in getmtime
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   return
>> os.stat(filename).st_mtime
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   OSError: [Errno 2]
>> No such file or directory: '/etc/weewx/skins/Belchertown/about.inc'
>> Sep 03 22:43:14 meteomontaos weewx[25644]: wmr300: dump history is
>> disabled
>>
>>
>> i dont understand...
>>
>> thanks.
>>
>>
>> El lunes, 3 de septiembre de 2018, 21:59:14 (UTC+2), Pa
>>
>> ...
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-03 Thread Pat O'Brien
My guess is once the skin gets stable updates will be less and less. I
think we are getting close.

On Mon, Sep 3, 2018, 5:12 PM Colin Larsen  wrote:

> H, not helpful. I was thinking of building myself a script to copy
> files I know I've customised and run that before upgrades. But again maybe
> that doesn't suit the average user. The installer backs up weewx.conf
> though?
>
> I added my lightning test page as per your guide, works great, thanks!
>
> On Tue, 4 Sep 2018, 09:06 Pat,  wrote:
>
>> I just asked that question
>> .
>> Seems the install.py has 1 job, and that's to copy files to their correct
>> locations without any checks.
>>
>> On Monday, September 3, 2018 at 5:05:27 PM UTC-4, Colin Larsen wrote:
>>>
>>> Pat can the install script back up the Inc files? Then they could go
>>> back into the archive, it looks like folks don't follow the instructions
>>> close enough unfortunately
>>>
>>> On Tue, 4 Sep 2018, 08:44 Pat,  wrote:
>>>
>>> You need to follow this step...
>>>
>>>
>>> https://github.com/poblabs/weewx-belchertown#creating-about-page-and-records-page
>>>
>>>
>>>
>>> On Monday, September 3, 2018 at 4:43:48 PM UTC-4, Juan Antonio Mosquera
>>> wrote:
>>>
>>> more... wee_reports not finished and other error
>>>
>>> Sep 03 22:41:57 meteomontaos weewx[25644]: reportengine: Running report
>>> SmallImages
>>> Sep 03 22:41:58 meteomontaos weewx[25644]: reportengine: Found
>>> configuration file /etc/weewx/skins/Sofaskin/skin.conf for report
>>> SmallImages
>>> Sep 03 22:41:59 meteomontaos weewx[25644]: cheetahgenerator: using
>>> search list ['weewx.cheetahgenerator.Almanac',
>>> 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current',
>>> 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo',
>>> 'weewx.cheetahgenerator.Extras']
>>> Sep 03 22:42:00 meteomontaos weewx[25644]: manager: Daily summary
>>> version is 2.0
>>> Sep 03 22:42:12 meteomontaos weewx[25644]: wmr300: dump history is
>>> disabled
>>> Sep 03 22:42:33 meteomontaos weewx[25644]: wmr300: dump history is
>>> disabled
>>> Sep 03 22:42:54 meteomontaos weewx[25644]: wmr300: dump history is
>>> disabled
>>> Sep 03 22:43:02 meteomontaos weewx[25644]: cheetahgenerator: Generated 9
>>> files for report SmallImages in 63.82 seconds
>>> Sep 03 22:43:03 meteomontaos weewx[25644]: manager: Daily summary
>>> version is 2.0
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: cheetahgenerator:
>>> Generate failed with exception ''
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: cheetahgenerator: 
>>> Ignoring template /etc/weewx/skins/Belchertown/about/index.html.tmpl
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: cheetahgenerator: 
>>> Reason: [Errno 2] No such file or directory:
>>> '/etc/weewx/skins/Belchertown/about.inc'
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   Traceback (most
>>> recent call last):
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 330, in generate
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   print >>
>>> _file, compiled_template
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in
>>> __str__
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   rc =
>>> getattr(self, mainMethName)()
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>>> "_etc_weewx_skins_Belchertown_about_index_html_tmpl.py", line 181, in
>>> respond
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1597, in
>>> _handleCheetahInclude
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: 
>>> nestedTemplateClass = compiler.compile(source=source, file=file)
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 706, in compile
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   fileHash +=
>>> str(os.path.getmtime(file))
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>>> "/usr/lib/python2.7/genericpath.py", line 54, in getmtime
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   return
>>> os.stat(filename).st_mtime
>>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   OSError: [Errno
>>> 2] No such file or directory: '/etc/weew
>>>
>>> ...
>>
>> --
>>
> 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.
>
>
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-03 Thread Pat O'Brien
I guess the good news is that the changes I made today worked. I'll include
those in the next update.


On Mon, Sep 3, 2018, 5:06 PM Pat  wrote:

> I just asked that question
> .
> Seems the install.py has 1 job, and that's to copy files to their correct
> locations without any checks.
>
> On Monday, September 3, 2018 at 5:05:27 PM UTC-4, Colin Larsen wrote:
>>
>> Pat can the install script back up the Inc files? Then they could go back
>> into the archive, it looks like folks don't follow the instructions close
>> enough unfortunately
>>
>> On Tue, 4 Sep 2018, 08:44 Pat,  wrote:
>>
>> You need to follow this step...
>>
>>
>> https://github.com/poblabs/weewx-belchertown#creating-about-page-and-records-page
>>
>>
>>
>> On Monday, September 3, 2018 at 4:43:48 PM UTC-4, Juan Antonio Mosquera
>> wrote:
>>
>> more... wee_reports not finished and other error
>>
>> Sep 03 22:41:57 meteomontaos weewx[25644]: reportengine: Running report
>> SmallImages
>> Sep 03 22:41:58 meteomontaos weewx[25644]: reportengine: Found
>> configuration file /etc/weewx/skins/Sofaskin/skin.conf for report
>> SmallImages
>> Sep 03 22:41:59 meteomontaos weewx[25644]: cheetahgenerator: using search
>> list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
>> 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
>> 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
>> Sep 03 22:42:00 meteomontaos weewx[25644]: manager: Daily summary version
>> is 2.0
>> Sep 03 22:42:12 meteomontaos weewx[25644]: wmr300: dump history is
>> disabled
>> Sep 03 22:42:33 meteomontaos weewx[25644]: wmr300: dump history is
>> disabled
>> Sep 03 22:42:54 meteomontaos weewx[25644]: wmr300: dump history is
>> disabled
>> Sep 03 22:43:02 meteomontaos weewx[25644]: cheetahgenerator: Generated 9
>> files for report SmallImages in 63.82 seconds
>> Sep 03 22:43:03 meteomontaos weewx[25644]: manager: Daily summary version
>> is 2.0
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: cheetahgenerator:
>> Generate failed with exception ''
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: cheetahgenerator: 
>> Ignoring template /etc/weewx/skins/Belchertown/about/index.html.tmpl
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: cheetahgenerator: 
>> Reason: [Errno 2] No such file or directory:
>> '/etc/weewx/skins/Belchertown/about.inc'
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   Traceback (most
>> recent call last):
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 330, in generate
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   print >>
>> _file, compiled_template
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in
>> __str__
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   rc =
>> getattr(self, mainMethName)()
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "_etc_weewx_skins_Belchertown_about_index_html_tmpl.py", line 181, in
>> respond
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1597, in
>> _handleCheetahInclude
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: 
>> nestedTemplateClass = compiler.compile(source=source, file=file)
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 706, in compile
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   fileHash +=
>> str(os.path.getmtime(file))
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]: File
>> "/usr/lib/python2.7/genericpath.py", line 54, in getmtime
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   return
>> os.stat(filename).st_mtime
>> Sep 03 22:43:12 meteomontaos wee_reports[27892]:   OSError: [Errno 2]
>> No such file or directory: '/etc/weew
>>
>> ...
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-03 Thread Pat O'Brien
Did you try from github or the attachment? The GitHub is newer.

On Mon, Sep 3, 2018, 11:18 AM Juan Antonio Mosquera <
juanantoniomosqu...@juanantoniomosquera.com> wrote:

> Hi
>
> My DB... 4 years.
> Sqlite
> Lastest version of weewx (3.8.2).
>
> I try now with new belchertown_highchartsSearchX.py and:
>
> wee_reports... not finished.never..
>
> pi@meteomontaos:~ $ sudo wee_reports
> Using configuration file /etc/weewx/weewx.conf
> Generating for all time
>
>
> and no errors in log.
>
> Greetings and thanks.
>
> El lunes, 3 de septiembre de 2018, 13:39:21 (UTC+2), Pat escribió:
>>
>> Juan, I'm still struggling with trying to re-create this error. Just
>> curious if you've updated to version 0.6
>> ? I don't think
>> it'll fix anything, but I'd like to see if you're on the latest version. If
>> so, set debug = 1 in weewx.conf, and post the log reports. I need to see
>> everything after the log line: "Belchertown Extension: version 0.6"
>>
>> Some more questions:
>>
>>1. How old is your database?
>>2. What type of database are you using (mysql, sqlite)?
>>3. What version of weewx?
>>
>> If you'd like, you can open a new issue on the GitHub skin repo
>> , so that way your
>> messages don't get lost in this thread and we can work together on the
>> issue.
>>
>>
>>
>> On Monday, September 3, 2018 at 2:00:53 AM UTC-4, Juan Antonio Mosquera
>> wrote:
>>
>> I'm still having the same problem. Had not been solved already in
>> previous versions? I would like to try this skin ... but I can not.
>>
>> El jueves, 30 de agosto de 2018, 20:14:47 (UTC+2), Pat escribió:
>>
>> Juan, how did you install weewx? APT/YUM or setup.py?
>>
>> On Thursday, August 30, 2018 at 2:27:32 AM UTC-4, Juan Antonio Mosquera
>> wrote:
>>
>> Hi, my steps>
>>
>> pi@meteomontaos:~ $ sudo vim /etc/weewx/weewx.conf
>> pi@meteomontaos:~ $ sudo wee_extension --install
>> weewx-belchertown-0.5.tar.gz
>> Request to install 'weewx-belchertown-0.5.tar.gz'
>> Extracting from tar archive weewx-belchertown-0.5.tar.gz
>> Saving installer file to /usr/share/weewx/user/installer/Belchertown
>> Saved configuration dictionary. Backup copy at
>> /etc/weewx/weewx.conf.20180830075700
>> Finished installing extension 'weewx-belchertown-0.5.tar.gz'
>> pi@meteomontaos:~ $ sudo wee_extension --list
>> Extension NameVersion   Description
>> Belchertown   0.1   A clean modern skin with real time streaming
>> updates and interactive charts. Modeled after BelchertownWeather.com
>> csv   0.5   Emit loop or archive data in CSV format.
>> pi@meteomontaos:~ $ sudo vim /etc/weewx/weewx.conf
>> pi@meteomontaos:~ $ sudo service weewx stop
>> pi@meteomontaos:~ $ sudo service weewx start
>> pi@meteomontaos:~ $ sudo journalctl -f
>>
>>
>> Change your .py and result>
>>
>>
>> Aug 30 08:25:41 meteomontaos weewx[11275]: reportengine: Caught
>> unrecoverable exception in generator weewx.cheetahgenerator.CheetahGenerator
>> Aug 30 08:25:41 meteomontaos weewx[11275]:   start time (1514674800)
>> is greater than stop time (1420066800)
>> Aug 30 08:25:41 meteomontaos weewx[11275]:   Traceback (most recent
>> call last):
>> Aug 30 08:25:41 meteomontaos weewx[11275]: File
>> "/usr/share/weewx/weewx/reportengine.py", line 239, in run
>> Aug 30 08:25:41 meteomontaos weewx[11275]:   obj.start()
>> Aug 30 08:25:41 meteomontaos weewx[11275]: File
>> "/usr/share/weewx/weewx/reportengine.py", line 273, in start
>> Aug 30 08:25:41 meteomontaos weewx[11275]:   self.run()
>> Aug 30 08:25:41 meteomontaos weewx[11275]: File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 158, in run
>> Aug 30 08:25:41 meteomontaos weewx[11275]:   ngen =
>> self.generate(gen_dict[section_name], self.gen_ts)
>> Aug 30 08:25:41 meteomontaos weewx[11275]: File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 232, in generate
>> Aug 30 08:25:41 meteomontaos weewx[11275]:   ngen +=
>> self.generate(section[subsection], gen_ts)
>> Aug 30 08:25:41 meteomontaos weewx[11275]: File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 232, in generate
>> Aug 30 08:25:41 meteomontaos weewx[11275]:   ngen +=
>> self.generate(section[subsection], gen_ts)
>> Aug 30 08:25:41 meteomontaos weewx[11275]: File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 320, in generate
>> Aug 30 08:25:41 meteomontaos weewx[11275]:   default_binding)
>> Aug 30 08:25:41 meteomontaos weewx[11275]: File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 372, in _getSearchList
>> Aug 30 08:25:41 meteomontaos weewx[11275]:   searchList +=
>> obj.get_extension_list(timespan, db_lookup)
>> Aug 30 08:25:41 meteomontaos weewx[11275]: File
>> "/usr/share/weewx/user/belchertown_highchartsSearchX.py", line 1350, in
>> get_extension_list
>> Aug 30 08:25:41 meteomont

RE: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-02 Thread Pat O'Brien
To submit to? Check the readme for the mqtt extension. It's something like 
mqtt://user:pass@broker 

-Original Message-
From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of Praveen Chandrasekaran
Sent: Sunday, September 02, 2018 10:43 AM
To: weewx-user 
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

How do I setup username password with free broker (test.mosquito)?

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-02 Thread Pat O'Brien
You can try to install mosquito and get it going, or to test the mqtt
capability quickly, you can use the broker in the readme on GitHub.

On Sun, Sep 2, 2018, 6:58 AM Praveen Chandrasekaran 
wrote:

> Thanks. One query. I run weewx on my pi. I FTP currently to another server
> where my website resides. Now should the server install the MQTT stuff
> (mosquito). Or is installing weewx-mqtt on my pi enough? I am a novice in
> these. I had never heard of MQTT before reading this thread :)
>
> The server is on a friend's computer - so he can install stuff if required.
>
> On Sunday, 2 September 2018 16:18:08 UTC+5:30, Pat wrote:
>>
>> I wouldn't have named it after my site if it didn't look like it :)
>>
>> Installing and uninstalling is easy. No harm in trying it if you are
>> curious. It won't break anything with weewx.
>>
>>
>> On Sun, Sep 2, 2018, 6:38 AM Praveen Chandrasekaran 
>> wrote:
>>
>> Does anyone here who has used the skin have a website that we can see?
>> Does it look exactly like https://belchertownweather.com  ? Just
>> starting to read up to use this skin...
>>
>> On Wednesday, 22 August 2018 00:15:13 UTC+5:30, Pat wrote:
>>
>> The Belchertown skin for weewx is now available. This skin is modeled
>> after https://belchertownweather.com
>>
>> The skin features
>>
>>- Real time streaming updates on the front page without needing to
>>reload the site (weewx-mqtt extension required)
>>- Forecast data updated every hour without needing to reload (a free
>>DarkSky API key required)
>>- Information on your closest Earthquake updated automatically every
>>3 hours
>>- Weather station observation graphs which update without needing to
>>reload
>>- Weather records for the current year, and for all time
>>- A mobile and iPad ready display. You could use an iPad as a "2nd
>>console".
>>
>> There are dozens of options to configure within the skin. Please view
>> the readme on GitHub  for
>> a detailed explanation.
>>
>> The GitHub page: https://github.com/poblabs/weewx-belchertown
>>
>> Direct download of v0.1:
>> https://github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>
>> Quick install:
>>
>> wget https://
>> github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>
>> sudo wee_extension --install weewx-belchertown-0.1.tar.gz
>>
>> Configure weewx.conf with your options
>>
>> Restart weewx
>>
>> Out of the box, it is a very basic theme. Make sure to check out the readme
>> for 
>>
>> ...
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-09-02 Thread Pat O'Brien
I wouldn't have named it after my site if it didn't look like it :)

Installing and uninstalling is easy. No harm in trying it if you are
curious. It won't break anything with weewx.


On Sun, Sep 2, 2018, 6:38 AM Praveen Chandrasekaran 
wrote:

> Does anyone here who has used the skin have a website that we can see?
> Does it look exactly like https://belchertownweather.com  ? Just starting
> to read up to use this skin...
>
> On Wednesday, 22 August 2018 00:15:13 UTC+5:30, Pat wrote:
>>
>> The Belchertown skin for weewx is now available. This skin is modeled
>> after https://belchertownweather.com
>>
>> The skin features
>>
>>- Real time streaming updates on the front page without needing to
>>reload the site (weewx-mqtt extension required)
>>- Forecast data updated every hour without needing to reload (a free
>>DarkSky API key required)
>>- Information on your closest Earthquake updated automatically every
>>3 hours
>>- Weather station observation graphs which update without needing to
>>reload
>>- Weather records for the current year, and for all time
>>- A mobile and iPad ready display. You could use an iPad as a "2nd
>>console".
>>
>> There are dozens of options to configure within the skin. Please view
>> the readme on GitHub  for
>> a detailed explanation.
>>
>> The GitHub page: https://github.com/poblabs/weewx-belchertown
>>
>> Direct download of v0.1:
>> https://github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>
>> Quick install:
>>
>> wget https://
>> github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz
>>
>> sudo wee_extension --install weewx-belchertown-0.1.tar.gz
>>
>> Configure weewx.conf with your options
>>
>> Restart weewx
>>
>> Out of the box, it is a very basic theme. Make sure to check out the readme
>> for all options available !
>>
>>
>> This is my first skin, and I've done all I could to test it out in
>> various environments to iron out any initial bugs. If you do find something
>> that's a little off, or room for improvement, please let me know!
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


RE: [weewx-user] Belchertown skin for weewx now available!

2018-08-31 Thread Pat O'Brien
NOAA tables are in a PRE container which is used for formatting as well as 
JavaScript to dynamically change report without needing to reload the page. 

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of Praveen Chandrasekaran
Sent: Friday, August 31, 2018 1:23 PM
To: weewx-user 
Subject: Re: [weewx-user] Belchertown skin for weewx now available!

 

Awesome.I was just installing highcharts extension and running into some issues 
with wind direction. This beats highcharts totally. Will try this out this 
weekend.

 

One feedback - the NOAA charts are not so nice to view on mobile. It doesnt fit 
in a screen unlike three seasons skin where the NOAA tables fit nicely within 
screen on mobile also.

On Thursday, 23 August 2018 06:22:22 UTC+5:30, Pat wrote:

100% correct. That's my mistake. You can make that change for now and I'll 
update it in GitHub for the 0.3 version soon

 

The visibility comes from DarkSky, and they don't provide the units within the 
API output, so I I'll have to grab the DarkSky units from the config, and then 
change the unit within the skin based on that. 

 

And I'll fix the static unit in the records page. Thought I got them all!

 

Also, your map is still showing the East Coast of USA. Not sure if that's 
intended or not. 


On Wednesday, August 22, 2018 at 8:38:29 PM UTC-4, Colin Larsen wrote:

Have confirmed that this url with my API key returns the right data and 
timezone - using both auto and ca

 

https://api.darksky.net/forecast/xx/-41.36,174.05?units=ca

 

On Thu, Aug 23, 2018 at 11:58 AM Colin Larsen mailto:colin@gmail.com> > wrote:

Not sure but I think this line needs to change from

 

forecast_url = "https://api.darksky.net/forecast/%s/%s,%s?%s";

 

to

 

forecast_url = "https://api.darksky.net/forecast/%s/%s,%s?units=%s";

 

On Thu, Aug 23, 2018 at 11:23 AM Colin Larsen mailto:colin@gmail.com> > wrote:

And found a couple more records issues with changes of units in Rainfall - in 
-- mm

 


Highest Daily Rainfall

0.2 in

August 19, 2018

August 19, 2018 at 12:00 AM

0.2 in


Highest Daily Rainfall Rate

0.3 mm

August 19, 2018 at 12:00 AM

August 19, 2018 at 12:00 AM

0.3 mm


Month with Highest Total Rainfall

1.0 in

August

August, 2018

1.0 in


Total Rainfall for

2018

25.4 mm

2018

25.4 mm

 

On Thu, Aug 23, 2018 at 11:15 AM Colin Larsen mailto:colin@gmail.com> > wrote:

Hmmm, they weren't but the only difference was the Darksky_units I think. I'll 
fix that later.

 

Windy icon - fixed

Records change of units - fixed

Darksky - still a problem. Neither "auto" or "ca" seem to work so far. I'm 
guessing that 'Visibility' also comes from Darksky?

 


Visibility

3.84 miles

 

 

 

On Thu, Aug 23, 2018 at 10:34 AM Pat O'Brien mailto:p...@obrienphoto.net> > wrote:

Hopefully all of your configurations are in weewx.conf. If so you can just 
download it and install it like before with wee_extension. 

On Wed, Aug 22, 2018, 5:08 PM Colin Larsen mailto:colin@gmail.com> > wrote:

What's the best way to update Pat? 

 

On Thu, 23 Aug 2018, 08:29 Pat, mailto:p...@obrienphoto.net> > wrote:

Just released 0.2. Give it a try when you can. 

 

https://github.com/poblabs/weewx-belchertown/releases/tag/weewx-belchertown-0.2



On Wednesday, August 22, 2018 at 4:14:07 PM UTC-4, Colin Larsen wrote:

All good, thanks Pat 

 

On Thu, Aug 23, 2018 at 12:20 AM Pat mailto:p...@obrienphoto.net> > wrote:

Most of it looks pretty good. Not bad for my first skin attempt :) 

 

I knew imperial to metric would be an issue, and I had tried my best to plan 
for it. I didn't take timezones into consideration with my testing though - for 
example noticed on your test site that the forecast row has wrong borders and 
it's showing the weather for yesterday (for your timezone). I'll take a look 
into that. 

 

I see my error with the records page conversion, so I'll have to issue an 
update on that one later today. 

 

For DarkSky, I'll have to add the "units" flag. They have 6 different unit 
types, so I'll have to update the setup guide too. Can't believe I missed that 
one! 

 

I'll let you all know when I issue an update. Possibly late today (US Eastern 
time)

 


On Wednesday, August 22, 2018 at 12:30:47 AM UTC-4, Colin Larsen wrote:

Arrgh, typo - www.41south.net.nz <http://www.41south.net.nz> 

 

Also found this on the records page, note the change from metric back to US 
units

 


Highest Temperature

21.1 °C

August 19, 2018 at 9:56 AM

August 19, 2018 at 9:56 AM

21.1 °C


Lowest Temperature

-1.1 °C

August 18, 2018 at 4:58 PM

August 18, 2018 at 4:58 PM

-1.1 °C


Highest Heat Index

21.1 °C

August 19, 2018 at 9:56 AM

August 19, 2018 at 9:56 AM

21.1 °C


Lowest Wind Chill

21.1 °C

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-08-31 Thread Pat O'Brien
I'm on mobile, so I read this again. Maybe the difference is year.wind as
opposed to day?

On Fri, Aug 31, 2018, 12:12 PM Pat O'Brien  wrote:

> Interesting... Check this link as it is the official document.
>
> http://www.weewx.com/docs/customizing.htm
>
> Then search for "day.wind". You'll see the differences.
>
>
> On Fri, Aug 31, 2018, 11:57 AM David Hathaway 
> wrote:
>
>> Reckoned it was easy enough to try, so I changed the records code to
>>
>> 
>> Strongest Wind Gust
>> $year.windGust.max
>> $year.windGust.maxtime.format("%B %-d, %Y at %-I:%M %p")
>> $alltime.windGust.maxtime.format("%B %-d, %Y
>> at %-I:%M %p")
>> $alltime.windGust.max
>> 
>>
>> (using windGust instead of wind)
>>
>> It does work in my installation.
>>
>>
>> On Friday, August 31, 2018 at 9:32:23 AM UTC-5, David Hathaway wrote:
>>>
>>> This was the query right before the exception:
>>>
>>>
>>> Aug 31 08:06:51 hathaway weewx[22213]: manager: getSQL: SELECT dateTime
>>> FROM archive WHERE dateTime > 1389475998 AND dateTime <= 1535720760 AND
>>> wind = (SELECT MAX(wind) FROM archive WHERE dateTime > 1389475998 and
>>> dateTime <= 1535720760) AND wind IS NOT NULL
>>> Aug 31 08:06:51 hathaway weewx[22213]: cheetahgenerator: Generate failed
>>> with exception ''
>>> Aug 31 08:06:51 hathaway weewx[22213]: cheetahgenerator:  Ignoring
>>> template /etc/weewx/skins/Belchertown/records/index.html.tmpl
>>> Aug 31 08:06:51 hathaway weewx[22213]: cheetahgenerator:  Reason:
>>> (1054, "Unknown column 'wind' in 'where clause'")
>>> Aug 31 08:06:51 hathaway weewx[22213]:   Traceback (most recent call
>>> last):
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 330, in generate
>>> Aug 31 08:06:51 hathaway weewx[22213]:   print >> _file,
>>> compiled_template
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in
>>> __str__
>>> Aug 31 08:06:51 hathaway weewx[22213]:   rc = getattr(self,
>>> mainMethName)()
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "_etc_weewx_skins_Belchertown_records_index_html_tmpl.py", line 1123, in
>>> respond
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "_etc_weewx_skins_Belchertown_records_index_html_tmpl.py", line 385, in
>>> __errorCatcher46
>>> Aug 31 08:06:51 hathaway weewx[22213]: File "", line 1,
>>> in 
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "/usr/share/weewx/weewx/tags.py", line 329, in __getattr__
>>> Aug 31 08:06:51 hathaway weewx[22213]:   return
>>> self._do_query(aggregate_type)
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "/usr/share/weewx/weewx/tags.py", line 343, in _do_query
>>> Aug 31 08:06:51 hathaway weewx[22213]:   val=val,
>>> **self.option_dict)
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "/usr/share/weewx/weewx/wxmanager.py", line 60, in getAggregate
>>> Aug 31 08:06:51 hathaway weewx[22213]:   return
>>> weewx.manager.DaySummaryManager.getAggregate(self, timespan, obs_type,
>>> aggregateType, **option_dict)
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "/usr/share/weewx/weewx/manager.py", line 1252, in getAggregate
>>> Aug 31 08:06:51 hathaway weewx[22213]:   **option_dict)
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "/usr/share/weewx/weewx/manager.py", line 461, in getAggregate
>>> Aug 31 08:06:51 hathaway weewx[22213]:   _row =
>>> self.getSql(select_stmt % interpolate_dict)
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "/usr/share/weewx/weewx/manager.py", line 397, in getSql
>>> Aug 31 08:06:51 hathaway weewx[22213]:   _cursor.execute(sql,
>>> sqlargs)
>>> Aug 31 08:06:51 hathaway weewx[22213]: File
>>> "/usr/share/weewx/weedb/mysql.py", line 48, in guarded_fn
>>> Aug 31 08:06:51 hathaway weewx[22213]:   raise klass(e)
>>> Aug 31 08:06:51 hathaway weewx[22213]:   NoColumnError: (1054,
&g

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-08-31 Thread Pat O'Brien
Interesting... Check this link as it is the official document.

http://www.weewx.com/docs/customizing.htm

Then search for "day.wind". You'll see the differences.


On Fri, Aug 31, 2018, 11:57 AM David Hathaway 
wrote:

> Reckoned it was easy enough to try, so I changed the records code to
>
> 
> Strongest Wind Gust
> $year.windGust.max
> $year.windGust.maxtime.format("%B %-d, %Y at %-I:%M %p")
> $alltime.windGust.maxtime.format("%B %-d, %Y at
> %-I:%M %p")
> $alltime.windGust.max
> 
>
> (using windGust instead of wind)
>
> It does work in my installation.
>
>
> On Friday, August 31, 2018 at 9:32:23 AM UTC-5, David Hathaway wrote:
>>
>> This was the query right before the exception:
>>
>>
>> Aug 31 08:06:51 hathaway weewx[22213]: manager: getSQL: SELECT dateTime
>> FROM archive WHERE dateTime > 1389475998 AND dateTime <= 1535720760 AND
>> wind = (SELECT MAX(wind) FROM archive WHERE dateTime > 1389475998 and
>> dateTime <= 1535720760) AND wind IS NOT NULL
>> Aug 31 08:06:51 hathaway weewx[22213]: cheetahgenerator: Generate failed
>> with exception ''
>> Aug 31 08:06:51 hathaway weewx[22213]: cheetahgenerator:  Ignoring
>> template /etc/weewx/skins/Belchertown/records/index.html.tmpl
>> Aug 31 08:06:51 hathaway weewx[22213]: cheetahgenerator:  Reason:
>> (1054, "Unknown column 'wind' in 'where clause'")
>> Aug 31 08:06:51 hathaway weewx[22213]:   Traceback (most recent call
>> last):
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 330, in generate
>> Aug 31 08:06:51 hathaway weewx[22213]:   print >> _file,
>> compiled_template
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in
>> __str__
>> Aug 31 08:06:51 hathaway weewx[22213]:   rc = getattr(self,
>> mainMethName)()
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "_etc_weewx_skins_Belchertown_records_index_html_tmpl.py", line 1123, in
>> respond
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "_etc_weewx_skins_Belchertown_records_index_html_tmpl.py", line 385, in
>> __errorCatcher46
>> Aug 31 08:06:51 hathaway weewx[22213]: File "", line 1,
>> in 
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "/usr/share/weewx/weewx/tags.py", line 329, in __getattr__
>> Aug 31 08:06:51 hathaway weewx[22213]:   return
>> self._do_query(aggregate_type)
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "/usr/share/weewx/weewx/tags.py", line 343, in _do_query
>> Aug 31 08:06:51 hathaway weewx[22213]:   val=val,
>> **self.option_dict)
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "/usr/share/weewx/weewx/wxmanager.py", line 60, in getAggregate
>> Aug 31 08:06:51 hathaway weewx[22213]:   return
>> weewx.manager.DaySummaryManager.getAggregate(self, timespan, obs_type,
>> aggregateType, **option_dict)
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "/usr/share/weewx/weewx/manager.py", line 1252, in getAggregate
>> Aug 31 08:06:51 hathaway weewx[22213]:   **option_dict)
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "/usr/share/weewx/weewx/manager.py", line 461, in getAggregate
>> Aug 31 08:06:51 hathaway weewx[22213]:   _row =
>> self.getSql(select_stmt % interpolate_dict)
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "/usr/share/weewx/weewx/manager.py", line 397, in getSql
>> Aug 31 08:06:51 hathaway weewx[22213]:   _cursor.execute(sql,
>> sqlargs)
>> Aug 31 08:06:51 hathaway weewx[22213]: File
>> "/usr/share/weewx/weedb/mysql.py", line 48, in guarded_fn
>> Aug 31 08:06:51 hathaway weewx[22213]:   raise klass(e)
>> Aug 31 08:06:51 hathaway weewx[22213]:   NoColumnError: (1054,
>> "Unknown column 'wind' in 'where clause'")
>> Aug 31 08:06:51 hathaway weewx[22213]: manager: getSQL: SELECT
>> MIN(dateTime) FROM archive
>>
>> If I comment out this part, I don't get the exception:
>>
>> #if $Extras.has_key('show_windrun')
>> and $Extras.show_windrun == '1'
>> 
>> > colspan=5>Wind Records
>> 
>> 
>> > colspan=1> 
>> > colspan=2>$current.dateTime.format("%Y")
>> > class="records-header-alltime" colspan=2>All Time
>> 
>> 
>> Strongest Wind Gust
>> > class="leftborder">$year.wind.max
>> $year.wind.maxtime.format("%B
>> %-d, %Y at %-I:%M %p")
>> > class="leftborder">$alltime.wind.maxtime.format("%B %-d, %Y at %-I:%M
>> %p")

RE: [weewx-user] Re: Belchertown skin for weewx now available!

2018-08-31 Thread Pat O'Brien
As far as I know, my skin isn’t specifying a query for wind. A search on the 
repo in GitHub shows that the columns I query are “windSpeed, windGust”, etc. 

 

Anything for “wind” is done through a built in weewx call for $day.wind, 
$week.wind, etc. 

 

Where do you see this query? 

 

 

From: weewx-user@googlegroups.com [mailto:weewx-user@googlegroups.com] On 
Behalf Of David Hathaway
Sent: Friday, August 31, 2018 9:07 AM
To: weewx-user 
Subject: Re: [weewx-user] Re: Belchertown skin for weewx now available!

 

Well, this is interesting.  Here is a statement that fails:

 

SELECT dateTime FROM archive WHERE dateTime > 1389475998 AND dateTime <= 
1535720400 AND wind = (SELECT MAX(wind) FROM archive WHERE dateTime > 
1389475998 and dateTime <= 1535720400) AND wind IS NOT NULL

 

My schema has windSpeed, windDir, windGust, and windGustDir.  Should it have 
plain old 'wind'?

 

Dave

 

 

 

On Fri, Aug 31, 2018 at 7:50 AM David Hathaway mailto:hathaway.d...@gmail.com> > wrote:

I'd like to solve my "wind" issue, since I have to modify the template on each 
revision.  What table is lacking "wind"?

 

Aug 31 07:40:53 hathaway weewx[32401]: cheetahgenerator:  Ignoring template 
/etc/weewx/skins/Belchertown/records/index.html.tmpl

Aug 31 07:40:53 hathaway weewx[32401]: cheetahgenerator:  Reason: (1054, 
"Unknown column 'wind' in 'where clause'")

Aug 31 07:40:53 hathaway weewx[32401]:   Traceback (most recent call last):

Aug 31 07:40:53 hathaway weewx[32401]: File 
"/usr/share/weewx/weewx/cheetahgenerator.py", line 330, in generate

Aug 31 07:40:53 hathaway weewx[32401]:   print >> _file, 
compiled_template

Aug 31 07:40:53 hathaway weewx[32401]: File 
"/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in __str__

Aug 31 07:40:53 hathaway weewx[32401]:   rc = getattr(self, 
mainMethName)()

Aug 31 07:40:53 hathaway weewx[32401]: File 
"cheetah__etc_weewx_skins_Belchertown_records_index_html_tmpl_1535719243_19_63343.py",
 line 1124, in respond

Aug 31 07:40:53 hathaway weewx[32401]: File 
"cheetah__etc_weewx_skins_Belchertown_records_index_html_tmpl_1535719243_19_63343.py",
 line 385, in __errorCatcher46

Aug 31 07:40:53 hathaway weewx[32401]: File "", line 1, in 


Aug 31 07:40:53 hathaway weewx[32401]: File 
"/usr/share/weewx/weewx/tags.py", line 329, in __getattr__

Aug 31 07:40:53 hathaway weewx[32401]:   return 
self._do_query(aggregate_type)

Aug 31 07:40:53 hathaway weewx[32401]: File 
"/usr/share/weewx/weewx/tags.py", line 343, in _do_query

Aug 31 07:40:53 hathaway weewx[32401]:   val=val, **self.option_dict)

Aug 31 07:40:53 hathaway weewx[32401]: File 
"/usr/share/weewx/weewx/wxmanager.py", line 60, in getAggregate

Aug 31 07:40:53 hathaway weewx[32401]:   return 
weewx.manager.DaySummaryManager.getAggregate(self, timespan, obs_type, 
aggregateType, **option_dict)

Aug 31 07:40:53 hathaway weewx[32401]: File 
"/usr/share/weewx/weewx/manager.py", line 1249, in getAggregate

Aug 31 07:40:53 hathaway weewx[32401]:   **option_dict)

Aug 31 07:40:53 hathaway weewx[32401]: File 
"/usr/share/weewx/weewx/manager.py", line 458, in getAggregate

Aug 31 07:40:53 hathaway weewx[32401]:   _row = self.getSql(select_stmt 
% interpolate_dict)

Aug 31 07:40:53 hathaway weewx[32401]: File 
"/usr/share/weewx/weewx/manager.py", line 394, in getSql

Aug 31 07:40:53 hathaway weewx[32401]:   _cursor.execute(sql, sqlargs)

Aug 31 07:40:53 hathaway weewx[32401]: File 
"/usr/share/weewx/weedb/mysql.py", line 48, in guarded_fn

Aug 31 07:40:53 hathaway weewx[32401]:   raise klass(e)

Aug 31 07:40:53 hathaway weewx[32401]:   NoColumnError: (1054, "Unknown 
column 'wind' in 'where clause'")

Aug 31 07:41:11 hathaway weewx[32401]: cheetahgenerator: Generated 15 files for 
report Belchertown in 113.97 seconds

 

On Fri, Aug 31, 2018 at 1:27 AM Juan Antonio Mosquera 
mailto:juanantoniomosqu...@juanantoniomosquera.com> > wrote:

Intall 0.6 version now... and same problem. My installation is wit APT

 

 

 

Aug 31 08:25:17 meteomontaos weewx[14817]: reportengine: Found configuration 
file /etc/weewx/skins/Belchertown/skin.conf for report Belchertown

Aug 31 08:25:18 meteomontaos weewx[14817]: cheetahgenerator: using search list 
['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras', 
'user.belchertown.getData', 'user.belchertown.getForecast', 
'user.belchertown.getEarthquake', 
'user.belchertown_highchartsSearchX.highchartsDay', 
'user.belchertown_highchartsSearchX.highchartsWeek', 
'user.belchertown_highchartsSearchX.highchartsMonth', 
'user.belchertown_highchartsSearchX.highchartsYear']

Aug 31 08:25:18 meteomontaos weewx[14817]: manager: Daily summary version is 2.0

Au

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-08-30 Thread Pat O'Brien
Yes I added a version number which shows up in the log when the skin report
is generated.

I was able to fix a couple of items you were asking for. Hope they are good
to go now.

On Thu, Aug 30, 2018, 2:43 PM David Hathaway 
wrote:

> Pat,
>
> I am installing now to https://hathaway.house/weewx/belchertown/
>
> Is there a way to determine the running version?
>
> Dave
>
>
> On Thu, Aug 30, 2018 at 1:15 PM Pat  wrote:
>
>> Version 0.6 is out which fixes a lot of items.
>>
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> weewx-user+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-08-29 Thread Pat O'Brien
Nope I noticed it too. Should be fixed in the next version! I'll let you
know when it's time to upgrade

On Wed, Aug 29, 2018, 7:00 PM John Clark  wrote:

> Don't know if I am the only one who noticed this, (I doubt it) but the
> "Graph Time" seems to be UTC, while all other times seem to be in local
> time. No bother, since I use UTC quite a bit, just saying.
>
> --
> *John Clark *
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-08-29 Thread Pat O'Brien
Gary, I noticed the SLE running multiple times and I figured it was because
it looks through each one every time. Does it make sense for me to
consolidate all of my Belchertown SLE into one function. And maybe even
consolidate all of the highcharts into one? Then instead of 16 runs it'll
only be 2... Well 4.

On Wed, Aug 29, 2018, 7:19 AM gjr80  wrote:

> And still on a 1 minute archive period?
>
> Gary
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-08-28 Thread Pat O'Brien
Good catch! I wonder if there's a way around that on upgrades.

On Tue, Aug 28, 2018, 5:42 PM Colin Larsen  wrote:

> Something to watch - the 'about.inc' is also overwritten, so if you have
> lots of goodies modified in that it will go back to the vanilla install
> page when you do an update :) Might pay to backup all the skins directory
> not just conf files
>
> On Wed, Aug 29, 2018 at 7:31 AM Colin Larsen 
> wrote:
>
>> Yes quite probably. I might just shorten the update time and monitor it -
>> I don't think I'll crash over the allowance at this stage.
>>
>> Cheers
>>
>> On Tue, Aug 28, 2018 at 10:54 PM Pat  wrote:
>>
>>> Nothing in simulator that DarkSky would use. They're separate. Unsure
>>> why you had fog, maybe DarkSky had a temporary false forecast? Did it
>>> update on the next download?
>>>
>>> Your timestamps are different, so I'm wondering if there was a wrong
>>> forecast that was updated in the next download interval.
>>>
>>> On Monday, August 27, 2018 at 10:25:28 PM UTC-4, Colin Larsen wrote:

 I think this is the correct data from the API
 - },{"time":1535457600,"summary":"Mostly cloudy until
 afternoon.","icon":"partly-cloudy-day 

 Wednesday August 29, 2018 00:00:00

 But Wednesday says Fog - screen shot attached
 [image: image.png]


 On Tue, Aug 28, 2018 at 2:13 PM Colin Larsen 
 wrote:

> Pat is there anything with the simulator data that would drive the 8
> day forecast to say "Fog" tomorrow when I know that there is no show of 
> fog
> tomorrow, but it is certainly going to rain. I'm just wondering if that
> icon is coming up as a direct result of the Darksy query or if there is an
> 'external' influence?
>
> On Tue, Aug 28, 2018 at 1:31 PM Colin Larsen 
> wrote:
>
>> Nice :)
>>
>> Was going to mention the full moon icon, but I see it's been picked
>> up and fixed. Will install it here in a few hours.
>>
>> On Tue, Aug 28, 2018 at 1:16 PM Pat  wrote:
>>
>>> Belchertown skin 0.5 is released
>>> .
>>>
>>> This should fix the NOAA reports and day charts. Tested it against
>>> sqlite and mysql, and in a couple different timezones. Please let me 
>>> know
>>> if it persists.
>>>
>>> Few other fixes and updates listed in the release notes.
>>>
>>> --
>>> 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.
>>
>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>>> 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.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-08-28 Thread Pat O'Brien
How did you install weewx? A package manager like apt or yum or with
install.py?

On Tue, Aug 28, 2018, 12:16 PM G Hammer  wrote:

> The install set that differently, I just changed it to the example with no
> difference.
> Here's what is in the config
> #   [[Belchertown]]
> #HTML_ROOT = public_html/belchertown
> #skin = Belchertown
> #[[[Extras]]]
> #forecast_enabled = 1
> #darksky_secret_key = "secret"
> #earthquake_enabled = 1
>
>
>
> On Tuesday, August 28, 2018 at 11:52:12 AM UTC-4, Pat wrote:
>>
>> There's a permissions error or a folder missing error there somewhere.
>>
>> You may also need to specify your HTML_ROOT as shown in this example
>> .
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: MQTT with Belchertown skin - errors, No module named mqtt

2018-08-26 Thread Pat O'Brien
Understood and no worries, thanks!

On Sun, Aug 26, 2018, 1:05 PM mwall  wrote:

> On Sunday, August 26, 2018 at 12:49:25 PM UTC-4, Pat wrote:
>>
>> On an unrelated note, I have a pull request against your meteostick
>> driver. Anything more I need to do with that?
>>
>
> i see it.  i'm slowly working through a backlog of weewx-related emails
> and issues...
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/FQfh0AAJmCA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-08-24 Thread Pat O'Brien
Woke up wondering if this is the classic case of reusing variable names.
going to try to replicate it today on a Raspberry Pi.

On Fri, Aug 24, 2018, 7:22 AM gjr80  wrote:

> Can't comment further without seeing a good couple of archive periods of a
> log extract that includes the full error trace.
>
> Gsry
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Belchertown skin for weewx now available!

2018-08-22 Thread Pat O'Brien
Hopefully all of your configurations are in weewx.conf. If so you can just
download it and install it like before with wee_extension.

On Wed, Aug 22, 2018, 5:08 PM Colin Larsen  wrote:

> What's the best way to update Pat?
>
> On Thu, 23 Aug 2018, 08:29 Pat,  wrote:
>
>> Just released 0.2. Give it a try when you can.
>>
>>
>> https://github.com/poblabs/weewx-belchertown/releases/tag/weewx-belchertown-0.2
>>
>>
>> On Wednesday, August 22, 2018 at 4:14:07 PM UTC-4, Colin Larsen wrote:
>>>
>>> All good, thanks Pat
>>>
>>> On Thu, Aug 23, 2018 at 12:20 AM Pat  wrote:
>>>
 Most of it looks pretty good. Not bad for my first skin attempt :)

 I knew imperial to metric would be an issue, and I had tried my best to
 plan for it. I didn't take timezones into consideration with my testing
 though - for example noticed on your test site that the forecast row has
 wrong borders and it's showing the weather for yesterday (for your
 timezone). I'll take a look into that.

 I see my error with the records page conversion, so I'll have to issue
 an update on that one later today.

 For DarkSky, I'll have to add the "units" flag. They have 6 different
 unit types, so I'll have to update the setup guide too. Can't believe I
 missed that one!

 I'll let you all know when I issue an update. Possibly late today (US
 Eastern time)


 On Wednesday, August 22, 2018 at 12:30:47 AM UTC-4, Colin Larsen wrote:
>
> Arrgh, typo - www.41south.net.nz
>
> Also found this on the records page, note the change from metric back
> to US units
>
> Highest Temperature 21.1 °C August 19, 2018 at 9:56 AM August 19,
> 2018 at 9:56 AM 21.1 °C
> Lowest Temperature -1.1 °C August 18, 2018 at 4:58 PM August 18, 2018
> at 4:58 PM -1.1 °C
> Highest Heat Index 21.1 °C August 19, 2018 at 9:56 AM August 19, 2018
> at 9:56 AM 21.1 °C
> Lowest Wind Chill 21.1 °C August 19, 2018 at 9:56 AM August 19, 2018
> at 9:56 AM August 19, 2018 at 9:56 AM
> Largest Daily Temperature Range 40.0 °F August 19, 2018
> (Min: 30.0°F - Max: 70.0°F ) August 19, 2018
> (Min: 30.0°F - Max: 70.0°F ) 40.0 °F
> Smallest Daily Temperature Range 5.9 °F August 18, 2018
> (Min: 30.0°F - Max: 35.9°F ) August 18, 2018
> (Min: 30.0°F - Max: 35.9°F ) 5.9 °F
>
> On Wed, Aug 22, 2018 at 3:54 PM Colin Larsen 
> wrote:
>
>> www.41south.net nz
>>
>> On Wed, Aug 22, 2018 at 3:54 PM Colin Larsen 
>> wrote:
>>
>>> Ok working in test :)
>>>
>>> Couple of minor things with the Darksky forecast;
>>>
>>> I need to set the units to metric with kph wind - ?units=ca at the
>>> end of the query string, is there a place to do that?
>>>
>>> There doesn't appear to be a "windy" icon
>>>
>>> Otherwise so far so good. I haven't delved into mqtt just yet.
>>>
>>> Cheers
>>> Colin
>>>
>>> On Wed, Aug 22, 2018 at 1:11 PM Pat  wrote:
>>>
 Not sure. It might be. Worth a try and see how it goes?

 On Tuesday, August 21, 2018 at 7:50:34 PM UTC-4, Colin Larsen wrote:
>
> CloudMQTT with 5 connections and 10Kbit/sec might not be enough
> then? I'll definitely look at setting up my own I think. Might even 
> just
> whack it on a Pi zero or something to play with
>
> On Wed, Aug 22, 2018 at 11:26 AM Pat  wrote:
>
>> Sorry, meant to update that to say overlay=clouds if you wanted
>> clouds.
>>
>> On Tuesday, August 21, 2018 at 7:24:19 PM UTC-4, Pat wrote:
>>>
>>> MQTT can be the tricky bit because some of the freebies out
>>> there have limitations which your weewx may hit pretty quickly. If 
>>> you're
>>> thinking of trying to host your own MQTT, I'm working on a write up 
>>> for how
>>> mine is setup.
>>>
>>> I chose windy.com because it's free and you can do a fair
>>> amount of customization. Except for the map color - gray is the only
>>> option... Looks like you can only have wind, or cloud. The cloud 
>>> option
>>> looks like it may show both actually.
>>>
>>> Change the lat/lon for your area, but the bit I changed (and got
>>> lucky with) was overlay=wind
>>>
>>>
>>> https://embed.windy.com/embed2.html?lat=-26.195&lon=138.560&zoom=5&level=surface&overlay=wind&menu=&message=&marker=&calendar=&pressure=&type=map&location=coordinates&detail=&detailLat=-26.195&detailLon=138.560&metricWind=default&metricTemp=default&radarRange=-1
>>>
>>> You're not married to windy though, if you find another radar
>>> you like, you can use that instead. Just use the full HTML of >> src="
>>> http://thesite/radar.gif";> or something and making sure the
>>> width and 

Re: [weewx-user] Re: How do I correct?

2018-08-19 Thread Pat O'Brien
Sounds like you don't have MySQL installed. Did you remove it? Or uninstall
another software recently which may have removed it by mistake?

Try

sudo netstat -tulpn | grep 3306

Do you see anything?

If not may need to reinstall with

Sudo apt-get install mariadb-server to reinstall


On Sun, Aug 19, 2018, 5:25 PM John Clark  wrote:

> pi@raspberrypi:~ $ sudo service mysql status
> Unit mysql.service could not be found.
> pi@raspberrypi:~ $ sudo service mysql restart
> Failed to restart mysql.service: Unit mysql.service not found.
>
>
> pi@raspberrypi:~ $ sudo service mysqld status
> Unit mysqld.service could not be found.
> pi@raspberrypi:~ $ sudo service mariadb status
> Unit mariadb.service could not be found.
>
>
> and on the Dell that runs perfectly, I get
> john@OptiPlex ~ $ sudo service mysql status
> mysql start/running, process 1284
> john@OptiPlex ~ $ sudo service mysqld status
> mysqld: unrecognized service
> john@OptiPlex ~ $ sudo service mariadb status
> mariadb: unrecognized service
>
>
> On 8/19/2018 9:20 AM, Pat O'Brien wrote:
>
> I don’t have a raspberry pi with mysql installed. Try sudo service mysqld
> status or maybe sudo service mariadb status?
>
>
>
> Also, we should probably reply on the users site so it’ll help others in
> future once we figure it out
>
>
>
>
>
> *From:* John Clark [mailto:w0av...@gmail.com ]
> *Sent:* Sunday, August 19, 2018 8:59 AM
> *To:* Pat  
> *Subject:* Re: [weewx-user] Re: How do I correct?
>
>
>
> I got
>
> pi@raspberrypi:~ $ sudo service mysql status
> Unit mysql.service could not be found.
> pi@raspberrypi:~ $ sudo service mysql restart
> Failed to restart mysql.service: Unit mysql.service not found.
>
>
>
> On 8/19/2018 6:20 AM, Pat wrote:
>
> Quick guess is that your MySQL server isn't running. Try checking on it by
> typing sudo service mysql status, you should see somewhere in the output
> that it's running. If not, try sudo service mysql restart and then
> restart weewx and try again.
>
>
>
>
> On Sunday, August 19, 2018 at 12:48:21 AM UTC-4, John Clark wrote:
>
> I can't view weewx either locally or on my website, but it still seems to
> ftp the info.
>
> I think I see what I did, but I don't know how to correct it.
>
> Aug 18 23:32:03 raspberrypi weewx[516]: wxcalculate: The following
> algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
> Aug 18 23:32:03 raspberrypi weewx[516]: engine: Finished loading service
> weewx.wxservices.StdWXCalculate
> Aug 18 23:32:03 raspberrypi weewx[516]: engine: Loading service
> weewx.engine.StdArchive
> Aug 18 23:32:03 raspberrypi weewx[516]: engine: Archive will use data
> binding wx_binding
> Aug 18 23:32:03 raspberrypi weewx[516]: engine: Record generation will be
> attempted in 'hardware'
> Aug 18 23:32:03 raspberrypi weewx[516]: engine: Using archive interval of
> 300 seconds (specified in weewx configuration)
> Aug 18 23:32:03 raspberrypi weewx[516]: engine: Use LOOP data in hi/low
> calculations: 1
>
>
>
> /var/run/mysqld/mysqld.sock\ ?? me and my fat fingers.
>
> Aug 18 23:32:03 raspberrypi weewx[516]: engine: Database OperationalError
> exception: (2002, 'Can\'t connect to local MySQL server through socket
> \'/var/run/mysqld/mysqld.sock\' (2 "No such file or directory")')
> Aug 18 23:32:03 raspberrypi weewx[516]:   Waiting 2 minutes then
> retrying...
>
>
>
> I suspect that " mysqld" is incorrect. If so, how do I fix it?
>
> --
> *John Clark*
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> *John Clark *
>
>
> --
> *John Clark *
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/CnkWFkpv8uw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.