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.


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-15 Thread 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 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.


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-12 Thread Scott Grayban
Ok that's what I was wondering.

On Tuesday, February 12, 2019 at 8:23:09 AM UTC-8, Pat wrote:
>
> I'm confused by the question. Or the question behind the question. 
>
> The short answer is No. The skin is just a report. It is output only. 
>
> You seem to be posting a driver log. Drivers ingest data, so they are very 
> specific on the schema observations it'll save. 
>
> So I think we are talking about 2 different things if your driver is 
> giving you an error, it's typically not related to anything inside of a 
> skin. 
>
>
> On Tuesday, February 12, 2019 at 1:45:10 AM UTC-5, Scott Grayban wrote:
>>
>> Pat are any of these variables/settings used in your skin ?
>>
>> interceptor: MainThread: unrecognized parameter hourlyrainin=0.00
>>> interceptor: MainThread: unrecognized parameter eventrainin=0.00
>>> interceptor: MainThread: unrecognized parameter totalrainin=1.88
>>> interceptor: MainThread: unrecognized parameter 
>>> stationtype=AMBWeatherV4.0.7
>>> interceptor: MainThread: unrecognized parameter maxdailygust=6.9
>>> interceptor: MainThread: unrecognized parameter baromrelin=29.92
>>
>>
>>
>> On Tuesday, January 1, 2019 at 4:50:49 AM UTC-8, Pat wrote:
>>>
>>> I've just released version 0.8.2 of the Belchertown skin which fixes the 
>>> New Year bug some of you are seeing. It also adds some other features. 
>>>
>>>
>>> Download and install instructions here: 
>>> https://github.com/poblabs/weewx-belchertown/releases
>>>
>>>
>>> * Fixed an error where the skin would fail when the date rolls to the 
>>> New Year due to no data being in certain tables in the database yet. 
>>> * Added the ability to show any weather alerts provided by the DarkSky 
>>> API. Weather alerts are off by default, use forecast_alert_enabled in 
>>> weewx.conf skin options to enable it.
>>> * New option to show cloudbase. You must have your database schema 
>>> extended for the cloudbase observation to be calculated by weewx. Check the 
>>> Belchertown skin wiki for details.
>>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>>> barometer.
>>> * Updated Google Analytics page to be in header based on Google 
>>> recommendations. 
>>> * Updated Google Analytics to a more recent script block. 
>>> * Added a Google Analytics page view per MQTT update as per Google 
>>> Recommendations on background updates. 
>>>
>>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-12 Thread Pat
I'm confused by the question. Or the question behind the question. 

The short answer is No. The skin is just a report. It is output only. 

You seem to be posting a driver log. Drivers ingest data, so they are very 
specific on the schema observations it'll save. 

So I think we are talking about 2 different things if your driver is giving 
you an error, it's typically not related to anything inside of a skin. 


On Tuesday, February 12, 2019 at 1:45:10 AM UTC-5, Scott Grayban wrote:
>
> Pat are any of these variables/settings used in your skin ?
>
> interceptor: MainThread: unrecognized parameter hourlyrainin=0.00
>> interceptor: MainThread: unrecognized parameter eventrainin=0.00
>> interceptor: MainThread: unrecognized parameter totalrainin=1.88
>> interceptor: MainThread: unrecognized parameter 
>> stationtype=AMBWeatherV4.0.7
>> interceptor: MainThread: unrecognized parameter maxdailygust=6.9
>> interceptor: MainThread: unrecognized parameter baromrelin=29.92
>
>
>
> On Tuesday, January 1, 2019 at 4:50:49 AM UTC-8, Pat wrote:
>>
>> I've just released version 0.8.2 of the Belchertown skin which fixes the 
>> New Year bug some of you are seeing. It also adds some other features. 
>>
>>
>> Download and install instructions here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>>
>> * Fixed an error where the skin would fail when the date rolls to the New 
>> Year due to no data being in certain tables in the database yet. 
>> * Added the ability to show any weather alerts provided by the DarkSky 
>> API. Weather alerts are off by default, use forecast_alert_enabled in 
>> weewx.conf skin options to enable it.
>> * New option to show cloudbase. You must have your database schema 
>> extended for the cloudbase observation to be calculated by weewx. Check the 
>> Belchertown skin wiki for details.
>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>> barometer.
>> * Updated Google Analytics page to be in header based on Google 
>> recommendations. 
>> * Updated Google Analytics to a more recent script block. 
>> * Added a Google Analytics page view per MQTT update as per Google 
>> Recommendations on background updates. 
>>
>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-11 Thread Scott Grayban
Pat are any of these variables/settings used in your skin ?

interceptor: MainThread: unrecognized parameter hourlyrainin=0.00
> interceptor: MainThread: unrecognized parameter eventrainin=0.00
> interceptor: MainThread: unrecognized parameter totalrainin=1.88
> interceptor: MainThread: unrecognized parameter 
> stationtype=AMBWeatherV4.0.7
> interceptor: MainThread: unrecognized parameter maxdailygust=6.9
> interceptor: MainThread: unrecognized parameter baromrelin=29.92



On Tuesday, January 1, 2019 at 4:50:49 AM UTC-8, Pat wrote:
>
> I've just released version 0.8.2 of the Belchertown skin which fixes the 
> New Year bug some of you are seeing. It also adds some other features. 
>
>
> Download and install instructions here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
>
> * Fixed an error where the skin would fail when the date rolls to the New 
> Year due to no data being in certain tables in the database yet. 
> * Added the ability to show any weather alerts provided by the DarkSky 
> API. Weather alerts are off by default, use forecast_alert_enabled in 
> weewx.conf skin options to enable it.
> * New option to show cloudbase. You must have your database schema 
> extended for the cloudbase observation to be calculated by weewx. Check the 
> Belchertown skin wiki for details.
> * Fixes an issue where the MQTT updates showed altimeter instead of 
> barometer.
> * Updated Google Analytics page to be in header based on Google 
> recommendations. 
> * Updated Google Analytics to a more recent script block. 
> * Added a Google Analytics page view per MQTT update as per Google 
> Recommendations on background updates. 
>
>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-11 Thread Andrew Milner
well it won't change by itself once the data is in the database

You could run wee_database and drop daily and then rebuild daily - this 
will rebuild the daily tables (which contain the hi/low data) from the data 
in the archive table, which would not include any loop hi/low data.  see 
the utilities manual and take a copy of your database sdb file before 
manipulating the database - just as a precaution

my earlier changes/suggestions would only affect future rainfall.



onday, 11 February 2019 13:00:47 UTC+2, Adnan Mumtaz wrote:

> Tried both options by removing Hi/Lo and using sofware as preferred 
> calculation with both the number didnt change.
>
> On Monday, 11 February 2019 10:24:07 UTC+3, Andrew Milner wrote:
>>
>> It is more than likely a result of multiplying a loop value to get an 
>> hourly value.  Best 'solution' is to NOT use loop Hi/Lo for daily data by 
>> setting weewx.conf accordingly.  An alternative (or as well) is to use 
>> software preferred for rain rate and let weewx calculate the rate using its 
>> sliding window.
>>
>>
>>
>> On Monday, 11 February 2019 08:48:29 UTC+2, Adnan Mumtaz wrote:
>>>
>>> Experienced first good rain since I installed the WS, I see the highest 
>>> rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
>>> know how it calculated 1680 mm/hr, dont know if this is correct. 
>>> http://www.riyadhweather.com
>>>
>>> On Saturday, 2 February 2019 19:38:03 UTC+3, Juan Antonio Mosquera wrote:

 The internationalization would be very interesting. That way we would 
 not have to change the code with each update. Thank you for your work.

 El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió:
>
> Thanks. I'm working on skin version 0.9 now which I'm hoping to 
> release soon. Many bug fixes.
>
> To change the chart names, check the files within 
> skins/Highcharts_Belchertown/json
>
> I haven't had a chance to look into internationalization yet. 
> Hopefully soon.
>
>
>
> On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com 
> wrote:
>>
>> Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
>> everything into German. I am currently stuck at renaming the graphs. 
>> Where 
>> do I need to change the titles of the diagrams and also the names of the 
>> single lines?
>>
>>
>> Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:
>>>
>>> The skin is showing the alerts that are downloaded from DarkSky. I 
>>> have no more developer notes than that. If there's too many alerts, you 
>>> can 
>>> reach out to DarkSky themselves to ask about it. 
>>>
>>> On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm 
>>> wrote:

 I just implemented this skin and its fantastic

 I do however seem to be getting to many weather warnings..

 Currently showing 4 weather warnings for my area.. but there is 
 currently only one active on darksky

 https://stormy.ie/weather/live/
 https://darksky.net/forecast/53.3272,-9.1737/ca12/en
 https://www.met.ie/warnings

 Each time the MET seems to update it.. I get another weather 
 warning on my site.. any ideas?

 On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>
> I've just released version 0.8.2 of the Belchertown skin which 
> fixes the New Year bug some of you are seeing. It also adds some 
> other 
> features. 
>
>
> Download and install instructions here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
>
> * Fixed an error where the skin would fail when the date rolls to 
> the New Year due to no data being in certain tables in the database 
> yet. 
> * Added the ability to show any weather alerts provided by the 
> DarkSky API. Weather alerts are off by default, use 
> forecast_alert_enabled 
> in weewx.conf skin options to enable it.
> * New option to show cloudbase. You must have your database schema 
> extended for the cloudbase observation to be calculated by weewx. 
> Check the 
> Belchertown skin wiki for details.
> * Fixes an issue where the MQTT updates showed altimeter instead 
> of barometer.
> * Updated Google Analytics page to be in header based on Google 
> recommendations. 
> * Updated Google Analytics to a more recent script block. 
> * Added a Google Analytics page view per MQTT update as per Google 
> Recommendations on background updates. 
>
>

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

[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-11 Thread Adnan Mumtaz
Tried both options by removing Hi/Lo and using sofware as preferred 
calculation with both the number didnt change.

On Monday, 11 February 2019 10:24:07 UTC+3, Andrew Milner wrote:
>
> It is more than likely a result of multiplying a loop value to get an 
> hourly value.  Best 'solution' is to NOT use loop Hi/Lo for daily data by 
> setting weewx.conf accordingly.  An alternative (or as well) is to use 
> software preferred for rain rate and let weewx calculate the rate using its 
> sliding window.
>
>
>
> On Monday, 11 February 2019 08:48:29 UTC+2, Adnan Mumtaz wrote:
>>
>> Experienced first good rain since I installed the WS, I see the highest 
>> rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
>> know how it calculated 1680 mm/hr, dont know if this is correct. 
>> http://www.riyadhweather.com
>>
>> On Saturday, 2 February 2019 19:38:03 UTC+3, Juan Antonio Mosquera wrote:
>>>
>>> The internationalization would be very interesting. That way we would 
>>> not have to change the code with each update. Thank you for your work.
>>>
>>> El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió:

 Thanks. I'm working on skin version 0.9 now which I'm hoping to release 
 soon. Many bug fixes.

 To change the chart names, check the files within 
 skins/Highcharts_Belchertown/json

 I haven't had a chance to look into internationalization yet. Hopefully 
 soon.



 On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com 
 wrote:
>
> Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
> everything into German. I am currently stuck at renaming the graphs. 
> Where 
> do I need to change the titles of the diagrams and also the names of the 
> single lines?
>
>
> Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:
>>
>> The skin is showing the alerts that are downloaded from DarkSky. I 
>> have no more developer notes than that. If there's too many alerts, you 
>> can 
>> reach out to DarkSky themselves to ask about it. 
>>
>> On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>>>
>>> I just implemented this skin and its fantastic
>>>
>>> I do however seem to be getting to many weather warnings..
>>>
>>> Currently showing 4 weather warnings for my area.. but there is 
>>> currently only one active on darksky
>>>
>>> https://stormy.ie/weather/live/
>>> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
>>> https://www.met.ie/warnings
>>>
>>> Each time the MET seems to update it.. I get another weather warning 
>>> on my site.. any ideas?
>>>
>>> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:

 I've just released version 0.8.2 of the Belchertown skin which 
 fixes the New Year bug some of you are seeing. It also adds some other 
 features. 


 Download and install instructions here: 
 https://github.com/poblabs/weewx-belchertown/releases


 * Fixed an error where the skin would fail when the date rolls to 
 the New Year due to no data being in certain tables in the database 
 yet. 
 * Added the ability to show any weather alerts provided by the 
 DarkSky API. Weather alerts are off by default, use 
 forecast_alert_enabled 
 in weewx.conf skin options to enable it.
 * New option to show cloudbase. You must have your database schema 
 extended for the cloudbase observation to be calculated by weewx. 
 Check the 
 Belchertown skin wiki for details.
 * Fixes an issue where the MQTT updates showed altimeter instead of 
 barometer.
 * Updated Google Analytics page to be in header based on Google 
 recommendations. 
 * Updated Google Analytics to a more recent script block. 
 * Added a Google Analytics page view per MQTT update as per Google 
 Recommendations on background updates. 



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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-10 Thread Adnan Mumtaz
Thanks Deborah, You are right I didnt notice that Live Data is calculating 
in cm, looks like I will need to override the MQTT to calculate in cm, its 
set as METRIC with no additional parameters

On Monday, 11 February 2019 10:20:06 UTC+3, Deborah Pickett wrote:
>
> On Monday, February 11, 2019 at 5:48:29 PM UTC+11, Adnan Mumtaz wrote:
>>
>> Experienced first good rain since I installed the WS, I see the highest 
>> rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
>> know how it calculated 1680 mm/hr, dont know if this is correct. 
>> http://www.riyadhweather.com
>>
>
> Small bug: The rain in the box to the left of the radar image shows 3.8 mm 
> while I load the page, then once it connects to live data, it changes to 
> 0.38 mm.  Perhaps something is incorrectly counting the rainfall as cm.
>
> (Page looks great, by the way.)
>
>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-10 Thread Adnan Mumtaz
Will try software and see how it shows

On Monday, 11 February 2019 10:24:07 UTC+3, Andrew Milner wrote:
>
> It is more than likely a result of multiplying a loop value to get an 
> hourly value.  Best 'solution' is to NOT use loop Hi/Lo for daily data by 
> setting weewx.conf accordingly.  An alternative (or as well) is to use 
> software preferred for rain rate and let weewx calculate the rate using its 
> sliding window.
>
>
>
> On Monday, 11 February 2019 08:48:29 UTC+2, Adnan Mumtaz wrote:
>>
>> Experienced first good rain since I installed the WS, I see the highest 
>> rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
>> know how it calculated 1680 mm/hr, dont know if this is correct. 
>> http://www.riyadhweather.com
>>
>> On Saturday, 2 February 2019 19:38:03 UTC+3, Juan Antonio Mosquera wrote:
>>>
>>> The internationalization would be very interesting. That way we would 
>>> not have to change the code with each update. Thank you for your work.
>>>
>>> El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió:

 Thanks. I'm working on skin version 0.9 now which I'm hoping to release 
 soon. Many bug fixes.

 To change the chart names, check the files within 
 skins/Highcharts_Belchertown/json

 I haven't had a chance to look into internationalization yet. Hopefully 
 soon.



 On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com 
 wrote:
>
> Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
> everything into German. I am currently stuck at renaming the graphs. 
> Where 
> do I need to change the titles of the diagrams and also the names of the 
> single lines?
>
>
> Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:
>>
>> The skin is showing the alerts that are downloaded from DarkSky. I 
>> have no more developer notes than that. If there's too many alerts, you 
>> can 
>> reach out to DarkSky themselves to ask about it. 
>>
>> On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>>>
>>> I just implemented this skin and its fantastic
>>>
>>> I do however seem to be getting to many weather warnings..
>>>
>>> Currently showing 4 weather warnings for my area.. but there is 
>>> currently only one active on darksky
>>>
>>> https://stormy.ie/weather/live/
>>> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
>>> https://www.met.ie/warnings
>>>
>>> Each time the MET seems to update it.. I get another weather warning 
>>> on my site.. any ideas?
>>>
>>> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:

 I've just released version 0.8.2 of the Belchertown skin which 
 fixes the New Year bug some of you are seeing. It also adds some other 
 features. 


 Download and install instructions here: 
 https://github.com/poblabs/weewx-belchertown/releases


 * Fixed an error where the skin would fail when the date rolls to 
 the New Year due to no data being in certain tables in the database 
 yet. 
 * Added the ability to show any weather alerts provided by the 
 DarkSky API. Weather alerts are off by default, use 
 forecast_alert_enabled 
 in weewx.conf skin options to enable it.
 * New option to show cloudbase. You must have your database schema 
 extended for the cloudbase observation to be calculated by weewx. 
 Check the 
 Belchertown skin wiki for details.
 * Fixes an issue where the MQTT updates showed altimeter instead of 
 barometer.
 * Updated Google Analytics page to be in header based on Google 
 recommendations. 
 * Updated Google Analytics to a more recent script block. 
 * Added a Google Analytics page view per MQTT update as per Google 
 Recommendations on background updates. 



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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-10 Thread Andrew Milner
It is more than likely a result of multiplying a loop value to get an 
hourly value.  Best 'solution' is to NOT use loop Hi/Lo for daily data by 
setting weewx.conf accordingly.  An alternative (or as well) is to use 
software preferred for rain rate and let weewx calculate the rate using its 
sliding window.



On Monday, 11 February 2019 08:48:29 UTC+2, Adnan Mumtaz wrote:
>
> Experienced first good rain since I installed the WS, I see the highest 
> rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
> know how it calculated 1680 mm/hr, dont know if this is correct. 
> http://www.riyadhweather.com
>
> On Saturday, 2 February 2019 19:38:03 UTC+3, Juan Antonio Mosquera wrote:
>>
>> The internationalization would be very interesting. That way we would not 
>> have to change the code with each update. Thank you for your work.
>>
>> El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió:
>>>
>>> Thanks. I'm working on skin version 0.9 now which I'm hoping to release 
>>> soon. Many bug fixes.
>>>
>>> To change the chart names, check the files within 
>>> skins/Highcharts_Belchertown/json
>>>
>>> I haven't had a chance to look into internationalization yet. Hopefully 
>>> soon.
>>>
>>>
>>>
>>> On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com 
>>> wrote:

 Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
 everything into German. I am currently stuck at renaming the graphs. Where 
 do I need to change the titles of the diagrams and also the names of the 
 single lines?


 Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:
>
> The skin is showing the alerts that are downloaded from DarkSky. I 
> have no more developer notes than that. If there's too many alerts, you 
> can 
> reach out to DarkSky themselves to ask about it. 
>
> On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>>
>> I just implemented this skin and its fantastic
>>
>> I do however seem to be getting to many weather warnings..
>>
>> Currently showing 4 weather warnings for my area.. but there is 
>> currently only one active on darksky
>>
>> https://stormy.ie/weather/live/
>> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
>> https://www.met.ie/warnings
>>
>> Each time the MET seems to update it.. I get another weather warning 
>> on my site.. any ideas?
>>
>> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>>>
>>> I've just released version 0.8.2 of the Belchertown skin which fixes 
>>> the New Year bug some of you are seeing. It also adds some other 
>>> features. 
>>>
>>>
>>> Download and install instructions here: 
>>> https://github.com/poblabs/weewx-belchertown/releases
>>>
>>>
>>> * Fixed an error where the skin would fail when the date rolls to 
>>> the New Year due to no data being in certain tables in the database 
>>> yet. 
>>> * Added the ability to show any weather alerts provided by the 
>>> DarkSky API. Weather alerts are off by default, use 
>>> forecast_alert_enabled 
>>> in weewx.conf skin options to enable it.
>>> * New option to show cloudbase. You must have your database schema 
>>> extended for the cloudbase observation to be calculated by weewx. Check 
>>> the 
>>> Belchertown skin wiki for details.
>>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>>> barometer.
>>> * Updated Google Analytics page to be in header based on Google 
>>> recommendations. 
>>> * Updated Google Analytics to a more recent script block. 
>>> * Added a Google Analytics page view per MQTT update as per Google 
>>> Recommendations on background updates. 
>>>
>>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-10 Thread Deborah Pickett
On Monday, February 11, 2019 at 5:48:29 PM UTC+11, Adnan Mumtaz wrote:
>
> Experienced first good rain since I installed the WS, I see the highest 
> rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
> know how it calculated 1680 mm/hr, dont know if this is correct. 
> http://www.riyadhweather.com
>

Small bug: The rain in the box to the left of the radar image shows 3.8 mm 
while I load the page, then once it connects to live data, it changes to 
0.38 mm.  Perhaps something is incorrectly counting the rainfall as cm.

(Page looks great, by the way.)

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-10 Thread Adnan Mumtaz
Experienced first good rain since I installed the WS, I see the highest 
rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
know how it calculated 1680 mm/hr, dont know if this is correct. 
http://www.riyadhweather.com

On Saturday, 2 February 2019 19:38:03 UTC+3, Juan Antonio Mosquera wrote:
>
> The internationalization would be very interesting. That way we would not 
> have to change the code with each update. Thank you for your work.
>
> El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió:
>>
>> Thanks. I'm working on skin version 0.9 now which I'm hoping to release 
>> soon. Many bug fixes.
>>
>> To change the chart names, check the files within 
>> skins/Highcharts_Belchertown/json
>>
>> I haven't had a chance to look into internationalization yet. Hopefully 
>> soon.
>>
>>
>>
>> On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com 
>> wrote:
>>>
>>> Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
>>> everything into German. I am currently stuck at renaming the graphs. Where 
>>> do I need to change the titles of the diagrams and also the names of the 
>>> single lines?
>>>
>>>
>>> Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:

 The skin is showing the alerts that are downloaded from DarkSky. I have 
 no more developer notes than that. If there's too many alerts, you can 
 reach out to DarkSky themselves to ask about it. 

 On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>
> I just implemented this skin and its fantastic
>
> I do however seem to be getting to many weather warnings..
>
> Currently showing 4 weather warnings for my area.. but there is 
> currently only one active on darksky
>
> https://stormy.ie/weather/live/
> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
> https://www.met.ie/warnings
>
> Each time the MET seems to update it.. I get another weather warning 
> on my site.. any ideas?
>
> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>>
>> I've just released version 0.8.2 of the Belchertown skin which fixes 
>> the New Year bug some of you are seeing. It also adds some other 
>> features. 
>>
>>
>> Download and install instructions here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>>
>> * Fixed an error where the skin would fail when the date rolls to the 
>> New Year due to no data being in certain tables in the database yet. 
>> * Added the ability to show any weather alerts provided by the 
>> DarkSky API. Weather alerts are off by default, use 
>> forecast_alert_enabled 
>> in weewx.conf skin options to enable it.
>> * New option to show cloudbase. You must have your database schema 
>> extended for the cloudbase observation to be calculated by weewx. Check 
>> the 
>> Belchertown skin wiki for details.
>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>> barometer.
>> * Updated Google Analytics page to be in header based on Google 
>> recommendations. 
>> * Updated Google Analytics to a more recent script block. 
>> * Added a Google Analytics page view per MQTT update as per Google 
>> Recommendations on background updates. 
>>
>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-02 Thread Juan Antonio Mosquera
The internationalization would be very interesting. That way we would not 
have to change the code with each update. Thank you for your work.

El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió:
>
> Thanks. I'm working on skin version 0.9 now which I'm hoping to release 
> soon. Many bug fixes.
>
> To change the chart names, check the files within 
> skins/Highcharts_Belchertown/json
>
> I haven't had a chance to look into internationalization yet. Hopefully 
> soon.
>
>
>
> On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com wrote:
>>
>> Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
>> everything into German. I am currently stuck at renaming the graphs. Where 
>> do I need to change the titles of the diagrams and also the names of the 
>> single lines?
>>
>>
>> Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:
>>>
>>> The skin is showing the alerts that are downloaded from DarkSky. I have 
>>> no more developer notes than that. If there's too many alerts, you can 
>>> reach out to DarkSky themselves to ask about it. 
>>>
>>> On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:

 I just implemented this skin and its fantastic

 I do however seem to be getting to many weather warnings..

 Currently showing 4 weather warnings for my area.. but there is 
 currently only one active on darksky

 https://stormy.ie/weather/live/
 https://darksky.net/forecast/53.3272,-9.1737/ca12/en
 https://www.met.ie/warnings

 Each time the MET seems to update it.. I get another weather warning on 
 my site.. any ideas?

 On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>
> I've just released version 0.8.2 of the Belchertown skin which fixes 
> the New Year bug some of you are seeing. It also adds some other 
> features. 
>
>
> Download and install instructions here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
>
> * Fixed an error where the skin would fail when the date rolls to the 
> New Year due to no data being in certain tables in the database yet. 
> * Added the ability to show any weather alerts provided by the DarkSky 
> API. Weather alerts are off by default, use forecast_alert_enabled in 
> weewx.conf skin options to enable it.
> * New option to show cloudbase. You must have your database schema 
> extended for the cloudbase observation to be calculated by weewx. Check 
> the 
> Belchertown skin wiki for details.
> * Fixes an issue where the MQTT updates showed altimeter instead of 
> barometer.
> * Updated Google Analytics page to be in header based on Google 
> recommendations. 
> * Updated Google Analytics to a more recent script block. 
> * Added a Google Analytics page view per MQTT update as per Google 
> Recommendations on background updates. 
>
>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-02 Thread Pat
Thanks. I'm working on skin version 0.9 now which I'm hoping to release 
soon. Many bug fixes.

To change the chart names, check the files within 
skins/Highcharts_Belchertown/json

I haven't had a chance to look into internationalization yet. Hopefully 
soon.



On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com wrote:
>
> Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
> everything into German. I am currently stuck at renaming the graphs. Where 
> do I need to change the titles of the diagrams and also the names of the 
> single lines?
>
>
> Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:
>>
>> The skin is showing the alerts that are downloaded from DarkSky. I have 
>> no more developer notes than that. If there's too many alerts, you can 
>> reach out to DarkSky themselves to ask about it. 
>>
>> On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>>>
>>> I just implemented this skin and its fantastic
>>>
>>> I do however seem to be getting to many weather warnings..
>>>
>>> Currently showing 4 weather warnings for my area.. but there is 
>>> currently only one active on darksky
>>>
>>> https://stormy.ie/weather/live/
>>> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
>>> https://www.met.ie/warnings
>>>
>>> Each time the MET seems to update it.. I get another weather warning on 
>>> my site.. any ideas?
>>>
>>> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:

 I've just released version 0.8.2 of the Belchertown skin which fixes 
 the New Year bug some of you are seeing. It also adds some other features. 


 Download and install instructions here: 
 https://github.com/poblabs/weewx-belchertown/releases


 * Fixed an error where the skin would fail when the date rolls to the 
 New Year due to no data being in certain tables in the database yet. 
 * Added the ability to show any weather alerts provided by the DarkSky 
 API. Weather alerts are off by default, use forecast_alert_enabled in 
 weewx.conf skin options to enable it.
 * New option to show cloudbase. You must have your database schema 
 extended for the cloudbase observation to be calculated by weewx. Check 
 the 
 Belchertown skin wiki for details.
 * Fixes an issue where the MQTT updates showed altimeter instead of 
 barometer.
 * Updated Google Analytics page to be in header based on Google 
 recommendations. 
 * Updated Google Analytics to a more recent script block. 
 * Added a Google Analytics page view per MQTT update as per Google 
 Recommendations on background updates. 



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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-02 Thread opchris
Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
everything into German. I am currently stuck at renaming the graphs. Where 
do I need to change the titles of the diagrams and also the names of the 
single lines?


Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:
>
> The skin is showing the alerts that are downloaded from DarkSky. I have no 
> more developer notes than that. If there's too many alerts, you can reach 
> out to DarkSky themselves to ask about it. 
>
> On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>>
>> I just implemented this skin and its fantastic
>>
>> I do however seem to be getting to many weather warnings..
>>
>> Currently showing 4 weather warnings for my area.. but there is currently 
>> only one active on darksky
>>
>> https://stormy.ie/weather/live/
>> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
>> https://www.met.ie/warnings
>>
>> Each time the MET seems to update it.. I get another weather warning on 
>> my site.. any ideas?
>>
>> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>>>
>>> I've just released version 0.8.2 of the Belchertown skin which fixes the 
>>> New Year bug some of you are seeing. It also adds some other features. 
>>>
>>>
>>> Download and install instructions here: 
>>> https://github.com/poblabs/weewx-belchertown/releases
>>>
>>>
>>> * Fixed an error where the skin would fail when the date rolls to the 
>>> New Year due to no data being in certain tables in the database yet. 
>>> * Added the ability to show any weather alerts provided by the DarkSky 
>>> API. Weather alerts are off by default, use forecast_alert_enabled in 
>>> weewx.conf skin options to enable it.
>>> * New option to show cloudbase. You must have your database schema 
>>> extended for the cloudbase observation to be calculated by weewx. Check the 
>>> Belchertown skin wiki for details.
>>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>>> barometer.
>>> * Updated Google Analytics page to be in header based on Google 
>>> recommendations. 
>>> * Updated Google Analytics to a more recent script block. 
>>> * Added a Google Analytics page view per MQTT update as per Google 
>>> Recommendations on background updates. 
>>>
>>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-31 Thread Pat
The skin is showing the alerts that are downloaded from DarkSky. I have no 
more developer notes than that. If there's too many alerts, you can reach 
out to DarkSky themselves to ask about it. 

On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>
> I just implemented this skin and its fantastic
>
> I do however seem to be getting to many weather warnings..
>
> Currently showing 4 weather warnings for my area.. but there is currently 
> only one active on darksky
>
> https://stormy.ie/weather/live/
> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
> https://www.met.ie/warnings
>
> Each time the MET seems to update it.. I get another weather warning on my 
> site.. any ideas?
>
> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>>
>> I've just released version 0.8.2 of the Belchertown skin which fixes the 
>> New Year bug some of you are seeing. It also adds some other features. 
>>
>>
>> Download and install instructions here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>>
>> * Fixed an error where the skin would fail when the date rolls to the New 
>> Year due to no data being in certain tables in the database yet. 
>> * Added the ability to show any weather alerts provided by the DarkSky 
>> API. Weather alerts are off by default, use forecast_alert_enabled in 
>> weewx.conf skin options to enable it.
>> * New option to show cloudbase. You must have your database schema 
>> extended for the cloudbase observation to be calculated by weewx. Check the 
>> Belchertown skin wiki for details.
>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>> barometer.
>> * Updated Google Analytics page to be in header based on Google 
>> recommendations. 
>> * Updated Google Analytics to a more recent script block. 
>> * Added a Google Analytics page view per MQTT update as per Google 
>> Recommendations on background updates. 
>>
>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-31 Thread mercurystorm
I just implemented this skin and its fantastic

I do however seem to be getting to many weather warnings..

Currently showing 4 weather warnings for my area.. but there is currently 
only one active on darksky

https://stormy.ie/weather/live/
https://darksky.net/forecast/53.3272,-9.1737/ca12/en
https://www.met.ie/warnings

Each time the MET seems to update it.. I get another weather warning on my 
site.. any ideas?

On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>
> I've just released version 0.8.2 of the Belchertown skin which fixes the 
> New Year bug some of you are seeing. It also adds some other features. 
>
>
> Download and install instructions here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
>
> * Fixed an error where the skin would fail when the date rolls to the New 
> Year due to no data being in certain tables in the database yet. 
> * Added the ability to show any weather alerts provided by the DarkSky 
> API. Weather alerts are off by default, use forecast_alert_enabled in 
> weewx.conf skin options to enable it.
> * New option to show cloudbase. You must have your database schema 
> extended for the cloudbase observation to be calculated by weewx. Check the 
> Belchertown skin wiki for details.
> * Fixes an issue where the MQTT updates showed altimeter instead of 
> barometer.
> * Updated Google Analytics page to be in header based on Google 
> recommendations. 
> * Updated Google Analytics to a more recent script block. 
> * Added a Google Analytics page view per MQTT update as per Google 
> Recommendations on background updates. 
>
>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-31 Thread G Hammer
I see that DarkSky isn't working well this morning.

 File "/home/weewx/bin/user/belchertown.py", line 499, in get_extension_list
raise Warning( "Error downloading forecast data. Check the URL in your 
configuration and try again. You are trying to use URL: %s, and the error 
is: %s" % ( forecast_url, error ) )
Warning: Error downloading forecast data. Check the URL in your 
configuration and try again. You are trying to use URL: 
https://api.darksky.net/forecast/c29726d3574f5229d7b246c696b9971d/42.2203907,-72.6386083?units=auto=en,
 
and the error is: 


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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-28 Thread Pat
Cloud base comes from weewx. 

The info on the page before MQTT updates is a tag the skin uses

The info that's updated when MQTT connects is from the weewx-mqtt extension 
(which uses weewx to calculate). So if non-mqtt is correct, and mqtt is 
not, you may need to do a cloudbase override in the [[mqtt]] settings. 

On Monday, January 28, 2019 at 8:54:28 AM UTC-5, Adnan Mumtaz wrote:
>
> :) True I sent an email to Dark Sky about the accuracy of their data for 
> my area, where does the cloud base info the skin picks up?
>
> On Monday, 28 January 2019 16:27:13 UTC+3, Pat wrote:
>>
>> That comes from the DarkSky forecasting (which is updated every 
>> forecast_stale 
>>  interval 
>> - about 1 hour). So they may not be as up to date as your pilot friend is :)
>>
>> On Monday, January 28, 2019 at 8:25:33 AM UTC-5, Adnan Mumtaz wrote:
>>>
>>> Thanks a lot Pat i will try it, one more thing we have heavy winds with 
>>> dust and low visibility but the skin is showing me 9km visibility where as 
>>> aviation weather shows only 585 meters. I sent it a friend who is a pilot 
>>> and he pointed out, he is in cockpit right now taxiing and giving me 
>>> feedbacks :)
>>>
>>> On Monday, 28 January 2019 16:22:19 UTC+3, Pat wrote:

 To be clear, there's 2 things that are going on and I want to try to 
 make sure we're on the same page. 

 When the page initially loads, that's from weewx's core. So the metric 
 settings come from the skin settings. 

 Once MQTT is connected, then that data comes from the weewx-mqtt 
 extension. This extension has the ability to be calibrated individually 
 for 
 metric/imperial, etc. 

 If the issue is when MQTT updates the page, perhaps you need to set the 
 MQTT extension's units to send. 

 Take a look at this post 
 .
  
 Under MQTT extension's settings, you can define which unit to send for 
 which observation. Again, I did not write the MQTT extension, but this 
 should be able to help you. 

 [[MQTT]]
 **snip**
 [[[inputs]]]
 rainRate
 name = rainRate_mm_per_hour
 units = mm_per_hour





 On Monday, January 28, 2019 at 3:35:53 AM UTC-5, Adnan Mumtaz wrote:
>
> Hi my cloud base shows in meters as  I have group_altitude = meter , 
> but when I change it to foot the skin calculates fine but when MQTT 
> updates 
> the data it changes to meter readings, MQTT setting is also set as 
> METRIC. 
> I see yours in feet too.
>
> On Tuesday, 1 January 2019 15:50:49 UTC+3, Pat wrote:
>>
>> I've just released version 0.8.2 of the Belchertown skin which fixes 
>> the New Year bug some of you are seeing. It also adds some other 
>> features. 
>>
>>
>> Download and install instructions here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>>
>> * Fixed an error where the skin would fail when the date rolls to the 
>> New Year due to no data being in certain tables in the database yet. 
>> * Added the ability to show any weather alerts provided by the 
>> DarkSky API. Weather alerts are off by default, use 
>> forecast_alert_enabled 
>> in weewx.conf skin options to enable it.
>> * New option to show cloudbase. You must have your database schema 
>> extended for the cloudbase observation to be calculated by weewx. Check 
>> the 
>> Belchertown skin wiki for details.
>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>> barometer.
>> * Updated Google Analytics page to be in header based on Google 
>> recommendations. 
>> * Updated Google Analytics to a more recent script block. 
>> * Added a Google Analytics page view per MQTT update as per Google 
>> Recommendations on background updates. 
>>
>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-28 Thread Adnan Mumtaz
:) True I sent an email to Dark Sky about the accuracy of their data for my 
area, where does the cloud base info the skin picks up?

On Monday, 28 January 2019 16:27:13 UTC+3, Pat wrote:
>
> That comes from the DarkSky forecasting (which is updated every 
> forecast_stale 
>  interval 
> - about 1 hour). So they may not be as up to date as your pilot friend is :)
>
> On Monday, January 28, 2019 at 8:25:33 AM UTC-5, Adnan Mumtaz wrote:
>>
>> Thanks a lot Pat i will try it, one more thing we have heavy winds with 
>> dust and low visibility but the skin is showing me 9km visibility where as 
>> aviation weather shows only 585 meters. I sent it a friend who is a pilot 
>> and he pointed out, he is in cockpit right now taxiing and giving me 
>> feedbacks :)
>>
>> On Monday, 28 January 2019 16:22:19 UTC+3, Pat wrote:
>>>
>>> To be clear, there's 2 things that are going on and I want to try to 
>>> make sure we're on the same page. 
>>>
>>> When the page initially loads, that's from weewx's core. So the metric 
>>> settings come from the skin settings. 
>>>
>>> Once MQTT is connected, then that data comes from the weewx-mqtt 
>>> extension. This extension has the ability to be calibrated individually for 
>>> metric/imperial, etc. 
>>>
>>> If the issue is when MQTT updates the page, perhaps you need to set the 
>>> MQTT extension's units to send. 
>>>
>>> Take a look at this post 
>>> .
>>>  
>>> Under MQTT extension's settings, you can define which unit to send for 
>>> which observation. Again, I did not write the MQTT extension, but this 
>>> should be able to help you. 
>>>
>>> [[MQTT]]
>>> **snip**
>>> [[[inputs]]]
>>> rainRate
>>> name = rainRate_mm_per_hour
>>> units = mm_per_hour
>>>
>>>
>>>
>>>
>>>
>>> On Monday, January 28, 2019 at 3:35:53 AM UTC-5, Adnan Mumtaz wrote:

 Hi my cloud base shows in meters as  I have group_altitude = meter , 
 but when I change it to foot the skin calculates fine but when MQTT 
 updates 
 the data it changes to meter readings, MQTT setting is also set as METRIC. 
 I see yours in feet too.

 On Tuesday, 1 January 2019 15:50:49 UTC+3, Pat wrote:
>
> I've just released version 0.8.2 of the Belchertown skin which fixes 
> the New Year bug some of you are seeing. It also adds some other 
> features. 
>
>
> Download and install instructions here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
>
> * Fixed an error where the skin would fail when the date rolls to the 
> New Year due to no data being in certain tables in the database yet. 
> * Added the ability to show any weather alerts provided by the DarkSky 
> API. Weather alerts are off by default, use forecast_alert_enabled in 
> weewx.conf skin options to enable it.
> * New option to show cloudbase. You must have your database schema 
> extended for the cloudbase observation to be calculated by weewx. Check 
> the 
> Belchertown skin wiki for details.
> * Fixes an issue where the MQTT updates showed altimeter instead of 
> barometer.
> * Updated Google Analytics page to be in header based on Google 
> recommendations. 
> * Updated Google Analytics to a more recent script block. 
> * Added a Google Analytics page view per MQTT update as per Google 
> Recommendations on background updates. 
>
>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-28 Thread Pat
That comes from the DarkSky forecasting (which is updated every 
forecast_stale 
 interval - 
about 1 hour). So they may not be as up to date as your pilot friend is :)

On Monday, January 28, 2019 at 8:25:33 AM UTC-5, Adnan Mumtaz wrote:
>
> Thanks a lot Pat i will try it, one more thing we have heavy winds with 
> dust and low visibility but the skin is showing me 9km visibility where as 
> aviation weather shows only 585 meters. I sent it a friend who is a pilot 
> and he pointed out, he is in cockpit right now taxiing and giving me 
> feedbacks :)
>
> On Monday, 28 January 2019 16:22:19 UTC+3, Pat wrote:
>>
>> To be clear, there's 2 things that are going on and I want to try to make 
>> sure we're on the same page. 
>>
>> When the page initially loads, that's from weewx's core. So the metric 
>> settings come from the skin settings. 
>>
>> Once MQTT is connected, then that data comes from the weewx-mqtt 
>> extension. This extension has the ability to be calibrated individually for 
>> metric/imperial, etc. 
>>
>> If the issue is when MQTT updates the page, perhaps you need to set the 
>> MQTT extension's units to send. 
>>
>> Take a look at this post 
>> .
>>  
>> Under MQTT extension's settings, you can define which unit to send for 
>> which observation. Again, I did not write the MQTT extension, but this 
>> should be able to help you. 
>>
>> [[MQTT]]
>> **snip**
>> [[[inputs]]]
>> rainRate
>> name = rainRate_mm_per_hour
>> units = mm_per_hour
>>
>>
>>
>>
>>
>> On Monday, January 28, 2019 at 3:35:53 AM UTC-5, Adnan Mumtaz wrote:
>>>
>>> Hi my cloud base shows in meters as  I have group_altitude = meter , 
>>> but when I change it to foot the skin calculates fine but when MQTT updates 
>>> the data it changes to meter readings, MQTT setting is also set as METRIC. 
>>> I see yours in feet too.
>>>
>>> On Tuesday, 1 January 2019 15:50:49 UTC+3, Pat wrote:

 I've just released version 0.8.2 of the Belchertown skin which fixes 
 the New Year bug some of you are seeing. It also adds some other features. 


 Download and install instructions here: 
 https://github.com/poblabs/weewx-belchertown/releases


 * Fixed an error where the skin would fail when the date rolls to the 
 New Year due to no data being in certain tables in the database yet. 
 * Added the ability to show any weather alerts provided by the DarkSky 
 API. Weather alerts are off by default, use forecast_alert_enabled in 
 weewx.conf skin options to enable it.
 * New option to show cloudbase. You must have your database schema 
 extended for the cloudbase observation to be calculated by weewx. Check 
 the 
 Belchertown skin wiki for details.
 * Fixes an issue where the MQTT updates showed altimeter instead of 
 barometer.
 * Updated Google Analytics page to be in header based on Google 
 recommendations. 
 * Updated Google Analytics to a more recent script block. 
 * Added a Google Analytics page view per MQTT update as per Google 
 Recommendations on background updates. 



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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-28 Thread Adnan Mumtaz
Thanks a lot Pat i will try it, one more thing we have heavy winds with 
dust and low visibility but the skin is showing me 9km visibility where as 
aviation weather shows only 585 meters. I sent it a friend who is a pilot 
and he pointed out, he is in cockpit right now taxiing and giving me 
feedbacks :)

On Monday, 28 January 2019 16:22:19 UTC+3, Pat wrote:
>
> To be clear, there's 2 things that are going on and I want to try to make 
> sure we're on the same page. 
>
> When the page initially loads, that's from weewx's core. So the metric 
> settings come from the skin settings. 
>
> Once MQTT is connected, then that data comes from the weewx-mqtt 
> extension. This extension has the ability to be calibrated individually for 
> metric/imperial, etc. 
>
> If the issue is when MQTT updates the page, perhaps you need to set the 
> MQTT extension's units to send. 
>
> Take a look at this post 
> .
>  
> Under MQTT extension's settings, you can define which unit to send for 
> which observation. Again, I did not write the MQTT extension, but this 
> should be able to help you. 
>
> [[MQTT]]
> **snip**
> [[[inputs]]]
> rainRate
> name = rainRate_mm_per_hour
> units = mm_per_hour
>
>
>
>
>
> On Monday, January 28, 2019 at 3:35:53 AM UTC-5, Adnan Mumtaz wrote:
>>
>> Hi my cloud base shows in meters as  I have group_altitude = meter , but 
>> when I change it to foot the skin calculates fine but when MQTT updates the 
>> data it changes to meter readings, MQTT setting is also set as METRIC. I 
>> see yours in feet too.
>>
>> On Tuesday, 1 January 2019 15:50:49 UTC+3, Pat wrote:
>>>
>>> I've just released version 0.8.2 of the Belchertown skin which fixes the 
>>> New Year bug some of you are seeing. It also adds some other features. 
>>>
>>>
>>> Download and install instructions here: 
>>> https://github.com/poblabs/weewx-belchertown/releases
>>>
>>>
>>> * Fixed an error where the skin would fail when the date rolls to the 
>>> New Year due to no data being in certain tables in the database yet. 
>>> * Added the ability to show any weather alerts provided by the DarkSky 
>>> API. Weather alerts are off by default, use forecast_alert_enabled in 
>>> weewx.conf skin options to enable it.
>>> * New option to show cloudbase. You must have your database schema 
>>> extended for the cloudbase observation to be calculated by weewx. Check the 
>>> Belchertown skin wiki for details.
>>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>>> barometer.
>>> * Updated Google Analytics page to be in header based on Google 
>>> recommendations. 
>>> * Updated Google Analytics to a more recent script block. 
>>> * Added a Google Analytics page view per MQTT update as per Google 
>>> Recommendations on background updates. 
>>>
>>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-28 Thread Pat
To be clear, there's 2 things that are going on and I want to try to make 
sure we're on the same page. 

When the page initially loads, that's from weewx's core. So the metric 
settings come from the skin settings. 

Once MQTT is connected, then that data comes from the weewx-mqtt extension. 
This extension has the ability to be calibrated individually for 
metric/imperial, etc. 

If the issue is when MQTT updates the page, perhaps you need to set the 
MQTT extension's units to send. 

Take a look at this post 
.
 
Under MQTT extension's settings, you can define which unit to send for 
which observation. Again, I did not write the MQTT extension, but this 
should be able to help you. 

[[MQTT]]
**snip**
[[[inputs]]]
rainRate
name = rainRate_mm_per_hour
units = mm_per_hour





On Monday, January 28, 2019 at 3:35:53 AM UTC-5, Adnan Mumtaz wrote:
>
> Hi my cloud base shows in meters as  I have group_altitude = meter , but 
> when I change it to foot the skin calculates fine but when MQTT updates the 
> data it changes to meter readings, MQTT setting is also set as METRIC. I 
> see yours in feet too.
>
> On Tuesday, 1 January 2019 15:50:49 UTC+3, Pat wrote:
>>
>> I've just released version 0.8.2 of the Belchertown skin which fixes the 
>> New Year bug some of you are seeing. It also adds some other features. 
>>
>>
>> Download and install instructions here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>>
>> * Fixed an error where the skin would fail when the date rolls to the New 
>> Year due to no data being in certain tables in the database yet. 
>> * Added the ability to show any weather alerts provided by the DarkSky 
>> API. Weather alerts are off by default, use forecast_alert_enabled in 
>> weewx.conf skin options to enable it.
>> * New option to show cloudbase. You must have your database schema 
>> extended for the cloudbase observation to be calculated by weewx. Check the 
>> Belchertown skin wiki for details.
>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>> barometer.
>> * Updated Google Analytics page to be in header based on Google 
>> recommendations. 
>> * Updated Google Analytics to a more recent script block. 
>> * Added a Google Analytics page view per MQTT update as per Google 
>> Recommendations on background updates. 
>>
>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-28 Thread Adnan Mumtaz
Hi my cloud base shows in meters as  I have group_altitude = meter , but 
when I change it to foot the skin calculates fine but when MQTT updates the 
data it changes to meter readings, MQTT setting is also set as METRIC. I 
see yours in feet too.

On Tuesday, 1 January 2019 15:50:49 UTC+3, Pat wrote:
>
> I've just released version 0.8.2 of the Belchertown skin which fixes the 
> New Year bug some of you are seeing. It also adds some other features. 
>
>
> Download and install instructions here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
>
> * Fixed an error where the skin would fail when the date rolls to the New 
> Year due to no data being in certain tables in the database yet. 
> * Added the ability to show any weather alerts provided by the DarkSky 
> API. Weather alerts are off by default, use forecast_alert_enabled in 
> weewx.conf skin options to enable it.
> * New option to show cloudbase. You must have your database schema 
> extended for the cloudbase observation to be calculated by weewx. Check the 
> Belchertown skin wiki for details.
> * Fixes an issue where the MQTT updates showed altimeter instead of 
> barometer.
> * Updated Google Analytics page to be in header based on Google 
> recommendations. 
> * Updated Google Analytics to a more recent script block. 
> * Added a Google Analytics page view per MQTT update as per Google 
> Recommendations on background updates. 
>
>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-02 Thread kutzenco
Two things I might add to Pat's great tutorial:


   1. Mosquitto not only hates extra spaces at the end of lines in config 
   files, it also hates not having a newline at the end of each config file. 
   Also, if Mosquitto exits due to a config file format issue, it doesn’t 
   respond to a systemctl start command properly. I think that when it 
   tries to restart, it sees that there is a PID file in existence and just 
   exits. Even restarting the server (ugh) didn’t help me. What I found to get 
   by that is to issue a systemctl stop command first. I think that clears 
   the PID file. Then I issue the systemctl start command.
   2. I set up an Nginx webserver on my external website (which is running 
   Ubuntu) to serve the pages. I used Let’s Encrypt to set up my certs (used 
   for both Mosquitto and Nginx web pages). Rather than use the certbot 
   certonly command as suggested by Pat, I used the Nginx plug-in for 
   Ubuntu:

 sudo apt-get update

sudo apt-get install software-properties-common

sudo add-apt-repository ppa:certbot/certbot

sudo apt-get update

sudo apt-get install python-certbot-nginx 

  sudo certbot --nginx

This really automates the cert installs. It edits the Nginx 
config files, sets up the cron job for renewing the certs and even 
automates redirecting http://URL’s to https:// ones if you want it to. Very 
cool. 

phil

On Wednesday, January 2, 2019 at 11:49:49 AM UTC-5, kutz...@gmail.com wrote:
>
> Check out Pat's tutorial on doing this on his website (
> https://obrienlabs.net/how-to-setup-your-own-mqtt-broker/). That's what I 
> used to set up MQTT for my website.
> phil
>
> On Wednesday, January 2, 2019 at 9:55:22 AM UTC-5, WILWetter25 wrote:
>>
>> Ive got some questions: I read about MQTT in your readme. The 
>> weatherstation I use, is a Ambient Weather WS 2902. I am using the 
>> Interceptor Driver that sniffs the data, when the weatherstation sends data 
>> to Wundergound. The skin will be uploaded via FTP to my Website.
>>
>> My questions: Which Soft- and Hardware do I need to create a 
>> MQTT-Live-Website?
>>
>> Is it possible for me?
>>
>>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-02 Thread kutzenco
Check out Pat's tutorial on doing this on his website (
https://obrienlabs.net/how-to-setup-your-own-mqtt-broker/). That's what I 
used to set up MQTT for my website.
phil

On Wednesday, January 2, 2019 at 9:55:22 AM UTC-5, WILWetter25 wrote:
>
> Ive got some questions: I read about MQTT in your readme. The 
> weatherstation I use, is a Ambient Weather WS 2902. I am using the 
> Interceptor Driver that sniffs the data, when the weatherstation sends data 
> to Wundergound. The skin will be uploaded via FTP to my Website.
>
> My questions: Which Soft- and Hardware do I need to create a 
> MQTT-Live-Website?
>
> Is it possible for me?
>
>

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


[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-01 Thread Juan Antonio Mosquera
Updated to 0.8.2 and works fine.

El martes, 1 de enero de 2019, 13:50:49 (UTC+1), Pat escribió:
>
> I've just released version 0.8.2 of the Belchertown skin which fixes the 
> New Year bug some of you are seeing. It also adds some other features. 
>
>
> Download and install instructions here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
>
> * Fixed an error where the skin would fail when the date rolls to the New 
> Year due to no data being in certain tables in the database yet. 
> * Added the ability to show any weather alerts provided by the DarkSky 
> API. Weather alerts are off by default, use forecast_alert_enabled in 
> weewx.conf skin options to enable it.
> * New option to show cloudbase. You must have your database schema 
> extended for the cloudbase observation to be calculated by weewx. Check the 
> Belchertown skin wiki for details.
> * Fixes an issue where the MQTT updates showed altimeter instead of 
> barometer.
> * Updated Google Analytics page to be in header based on Google 
> recommendations. 
> * Updated Google Analytics to a more recent script block. 
> * Added a Google Analytics page view per MQTT update as per Google 
> Recommendations on background updates. 
>
>

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