[weewx-user] Incorrect data on Weather Undergroung

2018-12-06 Thread MrD308
Hello all,
I’ve been using Weewx for a couple of years now on my RPI and collecting data 
from an Acurite 5in1 station. About a month or two ago I notice some 
inconsistencies on the WU page. It has run nearly flawlessly in that time. I 
recently updated the RPI OS as well as the latest Weewx hoping it would help. 
First off I noticed that my station icon intermittently disappears from the WU 
page. The data is there though. Second, the rain amounts being reported by the 
Acurite do not match the WU page. At times it’s way off. It appears to be 
erroneous data. 
The last thing is now, every time I view my WU page and scroll down to graphs 
it defaults to Oct 5 2018. No matter what day it is. I can select the current 
day.
I’ve emailed WU asking for help but they are non responsive to my emails.
Has anyone seen their station do this? I don’t see why Weewx would be sending 
partial erroneous data.

Thanks.

Don.

-- 
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-12-06 Thread Teva MERVIN
That's it, it works;)
my files were crappy (different units in the weewx.conf and skin.conf)
I also had a big problem with: 
[[[Extras]]]
   belchertown_root_url = http://192.168.1.20/weewx/belchertown
It's now settled.
I put the updated files

Le vendredi 7 décembre 2018 11:42:50 UTC+11, Philip Kutzenco a écrit :
>
> In your weew.conf file (which you attached earlier), HTML_ROOT shoud be 
> the same under the [[Belchertown]] stanza and the [Highcharts_Belchertown]] 
> stanza. Yours are different. I think they should also be pointing to the 
> weewx/belchertown folder (though I'm not sure).
>
> I don't know if that would fix it, but give it a try.
> phil
>
> On Thursday, December 6, 2018 at 7:08:26 PM UTC-5, Teva MERVIN wrote:
>
> I use the apt-get.
> my web structure /var/www/html/weewx/belchertown
> All the files and directories are created (about / index.html ), but 
> not the index.html from the beginning
>
> I have this as an error message (message1.txt)
> Le vendredi 7 décembre 2018 10:57:01 UTC+11, Philip Kutzenco a écrit :
>
> I think that normally the Apache server should be serving up the files 
> located in public_html/belchertown. On my weewx system, that is 
> /home/weewx/public_html/belchertown. Did you install weewx with setup.py or 
> apt-get. That will determine where that directory actually is (I used 
> setup.py).
>
> What are the files in that directory? There should be an in
>
> ...

-- 
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.
###
# SKIN CONFIGURATION FILE #
# Copyright (c) 2010 Tom Keffer#
###

[Extras]

# General Site Defaults
belchertown_root_url = "http://192.168.1.20;
logo_image = ""
site_title = "Mon site météo"
radar_html = ""
footer_copyright_text = "Mon site météo"

# Enabled by default since majority of the theme is wrapped around the 
charts
highcharts_enabled = 1
highcharts_graph_1 = "temperatureplot"
highcharts_graph_2 = "windplot"
highcharts_graph_3 = "rainplot"
highcharts_graph_4 = "winddirplot"
highcharts_graph_5 = "barometerplot"
highcharts_graph_6 = "radiationplot"
highcharts_show_windchill = 1
highcharts_show_heatindex = 1
highcharts_show_apptemp = 0

# If you've extended your weewx database to include the below, you can 
enable them
show_apptemp = 0
show_windrun = 0

# Default page headers
graphs_page_header = "Weather Observation Graphs"
records_page_header = "Weather Observation Records"
reports_page_header = "Weather Observation Reports"
about_page_header = "About This Weather Station"

# MQTT Defaults
mqtt_enabled = 0
mqtt_host = ""
mqtt_port = 1883
mqtt_ssl = 0
mqtt_topic = ""
disconnect_live_website_visitor = 180

# Forecast defaults
forecast_enabled = 0
darksky_secret_key = ""
darksky_units = "auto"
darksky_lang = "en"
forecast_stale = 3540

# Earthquake defaults
earthquake_enabled = 0
earthquake_maxradiuskm = 1000
earthquake_stale = 10740

# Social Share Button Defaults
facebook_enabled = 0
twitter_enabled = 0
twitter_owner = ""
twitter_hashtags = "weewx #weather"

# Google Analytics
#googleAnalyticsId = UA-12345678-1


###

[Units]
# This section is for managing the selection and formatting of units.

[[Groups]]
# For each group of measurements, this section sets what units to
# use for it.
# NB: The unit is always in the singular. I.e., 'mile_per_hour',
# NOT 'miles_per_hour'

group_altitude = meter # Options are 'foot' or 
'meter'
group_degree_day   = degree_C_day # Options are 'degree_F_day' 
or 'degree_C_day'
group_direction= degree_compass
group_moisture = centibar
group_percent  = percent
group_pressure = hPa # Options are 'inHg', 'mmHg', 
'mbar', or 'hPa'
group_radiation= watt_per_meter_squared
group_rain = mm # Options are 'inch', 'cm', or 
'mm'
group_rainrate = mm_per_hour# Options are 'inch_per_hour', 
'cm_per_hour', or 'mm_per_hour'
group_speed= knot# Options are 'mile_per_hour', 
'km_per_hour', 'knot', or 'meter_per_second'
group_speed2   = knot2   # Options are 'mile_per_hour2', 
'km_per_hour2', 'knot2', or 'meter_per_second2'
 

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

2018-12-06 Thread Philip Kutzenco
In your weew.conf file (which you attached earlier), HTML_ROOT shoud be the 
same under the [[Belchertown]] stanza and the [Highcharts_Belchertown]] 
stanza. Yours are different. I think they should also be pointing to the 
weewx/belchertown folder (though I'm not sure).

I don't know if that would fix it, but give it a try.
phil

On Thursday, December 6, 2018 at 7:08:26 PM UTC-5, Teva MERVIN wrote:
>
> I use the apt-get.
> my web structure /var/www/html/weewx/belchertown
> All the files and directories are created (about / index.html ), but 
> not the index.html from the beginning
>
> I have this as an error message (message1.txt)
> Le vendredi 7 décembre 2018 10:57:01 UTC+11, Philip Kutzenco a écrit :
>
> I think that normally the Apache server should be serving up the files 
> located in public_html/belchertown. On my weewx system, that is 
> /home/weewx/public_html/belchertown. Did you install weewx with setup.py or 
> apt-get. That will determine where that directory actually is (I used 
> setup.py).
>
> What are the files in that directory? There should be an index.html file 
> (among all of the others) there.
> phil
>
> On Thursday, December 6, 2018 at 5:53:38 PM UTC-5, Teva MERVIN wrote:
>
> The web page is raw, without html, as on the file belchertown01.png
> I did not touch the skin.conf.
> I put it in an attached file.
>
> Le vendredi 7 décembre 2018 09:37:42 UTC+11, Colin Larsen a écrit :
>
> In what way does it not work properly? Do you have no web pages at all or 
> partial page? Have you set
>
> ...

-- 
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-12-06 Thread Teva MERVIN
I use the apt-get.
my web structure /var/www/html/weewx/belchertown
All the files and directories are created (about / index.html ), but 
not the index.html from the beginning

I have this as an error message (message1.txt)
Le vendredi 7 décembre 2018 10:57:01 UTC+11, Philip Kutzenco a écrit :
>
> I think that normally the Apache server should be serving up the files 
> located in public_html/belchertown. On my weewx system, that is 
> /home/weewx/public_html/belchertown. Did you install weewx with setup.py or 
> apt-get. That will determine where that directory actually is (I used 
> setup.py).
>
> What are the files in that directory? There should be an index.html file 
> (among all of the others) there.
> phil
>
> On Thursday, December 6, 2018 at 5:53:38 PM UTC-5, Teva MERVIN wrote:
>
> The web page is raw, without html, as on the file belchertown01.png
> I did not touch the skin.conf.
> I put it in an attached file.
>
> Le vendredi 7 décembre 2018 09:37:42 UTC+11, Colin Larsen a écrit :
>
> In what way does it not work properly? Do you have no web pages at all or 
> partial page? Have you set up skin.conf Belchertown? Can you post that 
> please.
>
> Colin
>
>
> On Fri, 7 Dec 2018, 10:53 Teva MERVIN 
> Hello, and sorry for my approximate english ;)
>
> I'm t
>
> ...

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


messages1
Description: Binary data


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

2018-12-06 Thread Philip Kutzenco
I think that normally the Apache server should be serving up the files 
located in public_html/belchertown. On my weewx system, that is 
/home/weewx/public_html/belchertown. Did you install weewx with setup.py or 
apt-get. That will determine where that directory actually is (I used 
setup.py).

What are the files in that directory? There should be an index.html file 
(among all of the others) there.
phil

On Thursday, December 6, 2018 at 5:53:38 PM UTC-5, Teva MERVIN wrote:
>
> The web page is raw, without html, as on the file belchertown01.png
> I did not touch the skin.conf.
> I put it in an attached file.
>
> Le vendredi 7 décembre 2018 09:37:42 UTC+11, Colin Larsen a écrit :
>>
>> In what way does it not work properly? Do you have no web pages at all or 
>> partial page? Have you set up skin.conf Belchertown? Can you post that 
>> please.
>>
>> Colin
>>
>>
>> On Fri, 7 Dec 2018, 10:53 Teva MERVIN >
>>> Hello, and sorry for my approximate english ;)
>>>
>>> I'm trying to install your skin, I have:
>>> - 1 single debian server 4.18.10-2
>>> - Apache2 2.4.37-1
>>> - weewx v3.8.2
>>>
>>> and I have problems installing weewx-belchertown-0.8.tar.gz
>>> I think I have correctly followed your procedure, but the belchertown 
>>> web page does not display correctly
>>> See attach : belchertown01
>>>
>>> I am attaching my file weewx.conf
>>>
>>> What is the problem ?
>>> Thank you for your job's.
>>>
>>> -- 
>>> 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.


[weewx-user] Re: Local File report different to FTP'd report - slightly

2018-12-06 Thread gjr80
On thinking some more the situation you describe does not exactly fit with 
the default weeWX image generation times but it may be part of the issue. 
Do force regeneration of the image files as I suggested and then have 
another look at things, at least that will take one variable out of the 
equation. If there are still issues copies of what you see locally and 
remotely would help.

Gary

On Friday, 7 December 2018 09:23:52 UTC+10, gjr80 wrote:
>
> Hi,
>
> By default year images are only generated once per day, month every three 
> hours, week every one hour and day every report cycle. After you make a 
> config change try deleting all of the week, month and year images (or for 
> that matter all the images) to force them all to be regenerated on the next 
> report cycle.
>
> Gary
>
> On Friday, 7 December 2018 09:11:23 UTC+10, Rob Field wrote:
>>
>> I'm customising the report and database to include a different type of 
>> measurement. In this instance it would be pH value.
>> Since this is all new I'm making small changes and observing the results 
>> , first plan to simply change the Wind Chill Graph to show 'pH'
>> I've successfully? removed 'heat index' text and replaced it with 'pH' in 
>> the database and also in the standard skin.conf.
>> Running the simulator as a test works - I think I changed the simulator 
>> to output 'pH' but there's an interesting difference between what I see 
>> when viewing the output using file:///var/www/html/weewx/ and when I view 
>> the report on a cloud web page that it gets sent to.
>> On the 'file' view I still see the text 'Heat Image' after the 'Wind 
>> Chill' graph on the yearly plot but on all others I see  'pH' as 
>> anticipated.
>> From the Web view, I still see 'Heat Index' after 'Wind Chill' on all 
>> reports EXCEPT the monthly one.
>> I've not changed anything in the Template - just the skin.conf. 
>> Regardless of me even doing it correctly I would have thought the local and 
>> web report should be the same.. everything else matches including the data 
>> time stamp so I know that both are being regenerated - just they don't 
>> match.
>>
>> Attached image shows what I get ( want) , but not consistent, and 
>> skin.con has no text 'Heat Index' in it at all. I could be from the 
>> template,  but even so I haven't changed that at all.
>> I've read through much of the docs, but can't find anything that explains 
>> all the skin.conf  [[  ]]   [[[   ]]] brackets clearly enough for me to 
>> know what to do with out actually doing something and see.
>>
>>

-- 
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: Local File report different to FTP'd report - slightly

2018-12-06 Thread gjr80
Hi,

By default year images are only generated once per day, month every three 
hours, week every one hour and day every report cycle. After you make a 
config change try deleting all of the week, month and year images (or for 
that matter all the images) to force them all to be regenerated on the next 
report cycle.

Gary

On Friday, 7 December 2018 09:11:23 UTC+10, Rob Field wrote:
>
> I'm customising the report and database to include a different type of 
> measurement. In this instance it would be pH value.
> Since this is all new I'm making small changes and observing the results , 
> first plan to simply change the Wind Chill Graph to show 'pH'
> I've successfully? removed 'heat index' text and replaced it with 'pH' in 
> the database and also in the standard skin.conf.
> Running the simulator as a test works - I think I changed the simulator to 
> output 'pH' but there's an interesting difference between what I see when 
> viewing the output using file:///var/www/html/weewx/ and when I view the 
> report on a cloud web page that it gets sent to.
> On the 'file' view I still see the text 'Heat Image' after the 'Wind 
> Chill' graph on the yearly plot but on all others I see  'pH' as 
> anticipated.
> From the Web view, I still see 'Heat Index' after 'Wind Chill' on all 
> reports EXCEPT the monthly one.
> I've not changed anything in the Template - just the skin.conf. Regardless 
> of me even doing it correctly I would have thought the local and web report 
> should be the same.. everything else matches including the data time stamp 
> so I know that both are being regenerated - just they don't match.
>
> Attached image shows what I get ( want) , but not consistent, and skin.con 
> has no text 'Heat Index' in it at all. I could be from the template,  but 
> even so I haven't changed that at all.
> I've read through much of the docs, but can't find anything that explains 
> all the skin.conf  [[  ]]   [[[   ]]] brackets clearly enough for me to 
> know what to do with out actually doing something and see.
>
>

-- 
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] Local File report different to FTP'd report - slightly

2018-12-06 Thread Rob Field
I'm customising the report and database to include a different type of 
measurement. In this instance it would be pH value.
Since this is all new I'm making small changes and observing the results , 
first plan to simply change the Wind Chill Graph to show 'pH'
I've successfully? removed 'heat index' text and replaced it with 'pH' in 
the database and also in the standard skin.conf.
Running the simulator as a test works - I think I changed the simulator to 
output 'pH' but there's an interesting difference between what I see when 
viewing the output using file:///var/www/html/weewx/ and when I view the 
report on a cloud web page that it gets sent to.
On the 'file' view I still see the text 'Heat Image' after the 'Wind Chill' 
graph on the yearly plot but on all others I see  'pH' as anticipated.
>From the Web view, I still see 'Heat Index' after 'Wind Chill' on all 
reports EXCEPT the monthly one.
I've not changed anything in the Template - just the skin.conf. Regardless 
of me even doing it correctly I would have thought the local and web report 
should be the same.. everything else matches including the data time stamp 
so I know that both are being regenerated - just they don't match.

Attached image shows what I get ( want) , but not consistent, and skin.con 
has no text 'Heat Index' in it at all. I could be from the template,  but 
even so I haven't changed that at all.
I've read through much of the docs, but can't find anything that explains 
all the skin.conf  [[  ]]   [[[   ]]] brackets clearly enough for me to 
know what to do with out actually doing something and see.

-- 
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-12-06 Thread Teva MERVIN
The web page is raw, without html, as on the file belchertown01.png
I did not touch the skin.conf.
I put it in an attached file.

Le vendredi 7 décembre 2018 09:37:42 UTC+11, Colin Larsen a écrit :
>
> In what way does it not work properly? Do you have no web pages at all or 
> partial page? Have you set up skin.conf Belchertown? Can you post that 
> please.
>
> Colin
>
>
> On Fri, 7 Dec 2018, 10:53 Teva MERVIN  
> wrote:
>
>> Hello, and sorry for my approximate english ;)
>>
>> I'm trying to install your skin, I have:
>> - 1 single debian server 4.18.10-2
>> - Apache2 2.4.37-1
>> - weewx v3.8.2
>>
>> and I have problems installing weewx-belchertown-0.8.tar.gz
>> I think I have correctly followed your procedure, but the belchertown web 
>> page does not display correctly
>> See attach : belchertown01
>>
>> I am attaching my file weewx.conf
>>
>> What is the problem ?
>> Thank you for your job's.
>>
>> -- 
>> 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.
###
# SKIN CONFIGURATION FILE #
# Copyright (c) 2010 Tom Keffer#
###

[Extras]

# General Site Defaults
belchertown_root_url = ""
logo_image = ""
site_title = "My Weather Website"
radar_html = ""
footer_copyright_text = "My Weather Website"

# Enabled by default since majority of the theme is wrapped around the 
charts
highcharts_enabled = 1
highcharts_graph_1 = "temperatureplot"
highcharts_graph_2 = "windplot"
highcharts_graph_3 = "rainplot"
highcharts_graph_4 = "winddirplot"
highcharts_graph_5 = "barometerplot"
highcharts_graph_6 = "radiationplot"
highcharts_show_windchill = 1
highcharts_show_heatindex = 1
highcharts_show_apptemp = 0

# If you've extended your weewx database to include the below, you can 
enable them
show_apptemp = 0
show_windrun = 0

# Default page headers
graphs_page_header = "Weather Observation Graphs"
records_page_header = "Weather Observation Records"
reports_page_header = "Weather Observation Reports"
about_page_header = "About This Weather Station"

# MQTT Defaults
mqtt_enabled = 0
mqtt_host = ""
mqtt_port = 1883
mqtt_ssl = 0
mqtt_topic = ""
disconnect_live_website_visitor = 180

# Forecast defaults
forecast_enabled = 0
darksky_secret_key = ""
darksky_units = "auto"
darksky_lang = "en"
forecast_stale = 3540

# Earthquake defaults
earthquake_enabled = 0
earthquake_maxradiuskm = 1000
earthquake_stale = 10740

# Social Share Button Defaults
facebook_enabled = 0
twitter_enabled = 0
twitter_owner = ""
twitter_hashtags = "weewx #weather"

# Google Analytics
#googleAnalyticsId = UA-12345678-1


###

[Units]
# This section is for managing the selection and formatting of units.

[[Groups]]
# For each group of measurements, this section sets what units to
# use for it.
# NB: The unit is always in the singular. I.e., 'mile_per_hour',
# NOT 'miles_per_hour'

group_altitude = foot # Options are 'foot' or 
'meter'
group_degree_day   = degree_F_day # Options are 'degree_F_day' 
or 'degree_C_day'
group_direction= degree_compass
group_moisture = centibar
group_percent  = percent
group_pressure = inHg # Options are 'inHg', 'mmHg', 
'mbar', or 'hPa'
group_radiation= watt_per_meter_squared
group_rain = inch # Options are 'inch', 'cm', 
or 'mm'
group_rainrate = inch_per_hour# Options are 
'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
group_speed= mile_per_hour# Options are 
'mile_per_hour', 'km_per_hour', 'knot', or 'meter_per_second'
group_speed2   = mile_per_hour2   # Options are 
'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2'
group_temperature  = degree_F # Options are 'degree_F' or 
'degree_C'
group_uv   = uv_index
group_volt = volt

# The following are used internally and 

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

2018-12-06 Thread Colin Larsen
In what way does it not work properly? Do you have no web pages at all or
partial page? Have you set up skin.conf Belchertown? Can you post that
please.

Colin


On Fri, 7 Dec 2018, 10:53 Teva MERVIN  Hello, and sorry for my approximate english ;)
>
> I'm trying to install your skin, I have:
> - 1 single debian server 4.18.10-2
> - Apache2 2.4.37-1
> - weewx v3.8.2
>
> and I have problems installing weewx-belchertown-0.8.tar.gz
> I think I have correctly followed your procedure, but the belchertown web
> page does not display correctly
> See attach : belchertown01
>
> I am attaching my file weewx.conf
>
> What is the problem ?
> Thank you for your job's.
>
> --
> 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 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 for weewx now available!

2018-12-06 Thread Teva MERVIN
Hello, and sorry for my approximate english ;)

I'm trying to install your skin, I have:
- 1 single debian server 4.18.10-2
- Apache2 2.4.37-1
- weewx v3.8.2

and I have problems installing weewx-belchertown-0.8.tar.gz
I think I have correctly followed your procedure, but the belchertown web 
page does not display correctly
See attach : belchertown01

I am attaching my file weewx.conf

What is the problem ?
Thank you for your job's.

-- 
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 CONFIGURATION FILE
#
# Copyright (c) 2009-2015 Tom Keffer 
# See the file LICENSE.txt for your rights.

##

# This section is for general configuration information.

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 1

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /

# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20

# Do not modify this. It is used when installing and updating weewx.
version = 3.8.2

##

#   This section is for information about the station.

[Station]

# Description of the station location
location = La Saoui - Bourail - Nouvelle-Calédonie

# Latitude and longitude in decimal degrees
latitude = -21.5669
longitude = 165.49736

# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 9, meter

# 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 = WMR200

# If you have a website, you may specify an URL
station_url = http://192.168.1.20/weewx
#belchertown_root_url = http://192.168.1.20/weewx
# 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 = 0

##

[WMR200]
# This section is for the Oregon Scientific WMR200

# The station model, e.g., WMR200, WMR200A, Radio Shack W200
model = WMR200

# The driver to use:
driver = weewx.drivers.wmr200

##

#   This section is for uploading data to Internet sites

[StdRESTful]

[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = false

[[AWEKAS]]
# This section is for configuring posts to AWEKAS.

# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
# To guard against parsing errors, put the password in quotes.
enable = false
username = replace_me
password = replace_me

[[CWOP]]
# This section is for configuring posts to CWOP.

# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = false
station = replace_me

# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)

[[PWSweather]]
# This section is for configuring posts to PWSweather.com.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[WOW]]
# This section is for configuring posts to WOW.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[Wunderground]]
# This section is for configuring posts to the Weather Underground.

# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all 

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

2018-12-06 Thread Teva MERVIN
Hello, and sorry for my approximate english ;)

I'm trying to install your skin, I have:
- 1 single debian server 4.18.10-2
- Apache2 2.4.37-1
- weewx v3.8.2

and I have problems installing weewx-belchertown-0.8.tar.gz
I think I have correctly followed your procedure, but the belchertown web 
page does not display correctly
See attach : belchertown01

I am attaching my file weewx.conf

What is the problem ?
Thank you for your job's.

-- 
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 CONFIGURATION FILE
#
# Copyright (c) 2009-2015 Tom Keffer 
# See the file LICENSE.txt for your rights.

##

# This section is for general configuration information.

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 1

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /

# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20

# Do not modify this. It is used when installing and updating weewx.
version = 3.8.2

##

#   This section is for information about the station.

[Station]

# Description of the station location
location = La Saoui - Bourail - Nouvelle-Calédonie

# Latitude and longitude in decimal degrees
latitude = -21.5669
longitude = 165.49736

# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 9, meter

# 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 = WMR200

# If you have a website, you may specify an URL
station_url = http://192.168.1.20/weewx
#belchertown_root_url = http://192.168.1.20/weewx
# 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 = 0

##

[WMR200]
# This section is for the Oregon Scientific WMR200

# The station model, e.g., WMR200, WMR200A, Radio Shack W200
model = WMR200

# The driver to use:
driver = weewx.drivers.wmr200

##

#   This section is for uploading data to Internet sites

[StdRESTful]

[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = false

[[AWEKAS]]
# This section is for configuring posts to AWEKAS.

# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
# To guard against parsing errors, put the password in quotes.
enable = false
username = replace_me
password = replace_me

[[CWOP]]
# This section is for configuring posts to CWOP.

# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = false
station = replace_me

# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)

[[PWSweather]]
# This section is for configuring posts to PWSweather.com.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[WOW]]
# This section is for configuring posts to WOW.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[Wunderground]]
# This section is for configuring posts to the Weather Underground.

# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all 

[weewx-user] Re: Skin Output Missing Graphics, etc.

2018-12-06 Thread Wes Witt
Awesome. It was the "duplicate data" problem. The charts & forecasts are 
all correct now. Thanks so much.

One nit that I'm seeing is that the forecasts render 8 days of data. On 
Windows using any browser the forecast table is rendered correctly. On 
Linux using Firefox or Chrome the table wraps.  It shows 7 days in one row 
and the 8th day on a second row.

Is this known? 
Is there a way to control how many forecast days are displayed?




On Thursday, December 6, 2018 at 4:10:42 AM UTC-8, Pat wrote:
>
> Something else I'm thinking of might be duplicated data like we saw in 
> this post. Have a look at the resolution here: 
> https://groups.google.com/d/msg/weewx-user/8VMiatOeVzg/--u02fJ-BAAJ
>
> On Wednesday, December 5, 2018 at 7:42:15 PM UTC-5, Pat wrote:
>>
>> Interesting. You shouldn't need both if you're using the latest release 
>> 0.8 . What 
>> version did you install?
>>
>> For the graphs, are there errors in syslog? Are you on a Raspberry Pi 
>> (they're known to be slow at generating graphs. Very slow). 
>>
>> For forecasts, have you enabled it? It's location should look identical 
>> to the 2 screenshots on GitHub 
>> . 
>>
>> As mentioned in the posting guide on the user forums, posting configs and 
>> logs would be helpful for me (and others) to help. 
>>
>> On Wednesday, December 5, 2018 at 4:22:28 PM UTC-5, Wes Witt wrote:
>>>
>>> Thanks. I had to also update the station_url and then it worked.
>>>
>>> Couple more questions:
>>>
>>> 1: I'm not seeing any graphs. I've waited but nothing. Do I need to do 
>>> something else to get graphs working.
>>> 2: Where do I see the DarkSky forecasts on the page? I've added a valid 
>>> API key but don't see any forecasts.
>>>
>>>
>>>
>>> On Wednesday, December 5, 2018 at 1:06:09 PM UTC-8, Pat wrote:

 Since your skin is installed to http://192.168.1.112/weewx, try 
 changing the root url to:

 belchertown_root_url = "http://192.168.1.112/weewx;

 On Wednesday, December 5, 2018 at 3:52:19 PM UTC-5, Wes Witt wrote:
>
>
> I've installed Belchertown into a new install and it seems to be 
> functioning, but the html output seems to be missing a lot of graphics, 
> etc. I followed the install instructions on the github page, but I must 
> be 
> missing something.  What do I need to do to make this work properly?
>
>
>
> Relevant portion of weewx,conf:
>
> [Station]
> station_url = http://192.168.1.112
>
> [[Belchertown]]
> HTML_ROOT = public_html/belchertown
> skin = Belchertown
> [[[Extras]]]
> belchertown_root_url = http://192.168.1.112
> forecast_enabled = 1
> darksky_secret_key = xx
> earthquake_enabled = 1
>
>
> Output:
>
> [image: weewx.JPG]
>
>

-- 
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: Interceptor Exstension and Wind Gust Direction

2018-12-06 Thread Alan Bryant
Alright, so I added windGustDir = wind_gust_dir to the sensor_map stanza, 
but I am still getting the same message in my syslog. Any ideas?

On Thursday, December 6, 2018 at 10:58:47 AM UTC-6, Alan Bryant wrote:
>
> Ok, so apparently I did not read everything on the Github readme for the 
> interceptor extension. I ran it manually with debug and this is what I am 
> seeing:
>
> raw packet: {'wind_speed': 9.0, 'barometer': 30.18, 'wind_gust': 11.0, 
> 'dewpoint': 63.5, 'humidity_out': 81.0, 'rain': 0.0, 'dateTime': 
> 1544115304, 'temperature_out': 69.6, 'wind_dir': 113.0, 'rain_total': 0.0, 
> 'usUnits': 1}
> mapped packet: {'barometer': 30.18, 'dewpoint': 63.5, 'outHumidity': 81.0, 
> 'rain': 0.0, 'dateTime': 1544115304, 'windDir': 113.0, 'outTemp': 69.6, 
> 'windSpeed': 9.0, 'windGust': 11.0, 'usUnits': 1}
> identifiers: {}
> raw data: 
> ID=KTXTAFT8=4wqrc4c0=myAcuRite=now=updateraw=1=36=updateraw=1=35=30.18=81=69.6=12=135=12=135=63.5=0.00=0.00
>  
> HTTP/1.1
> Host:www.wunderground.com
> Content-Type:application/x-www-form-urlencoded
> Content-Length:0
> Connection:close
> User-Agent: Atlas/047
>
> So it looks like I mapped most things wrong in the sensor_maps. How would 
> I go about mapping the windgustdir correctly? I did not see it in the debug 
> output. If it follows the convention of the others, I am assuming it would 
> b wind_gust_dir, would that be correct? Since it seems to be mapping the 
> others, would this be the only one I would need to put in the sensor_map 
> stanza?
>
> Thank you for any help!
>
> On Thursday, December 6, 2018 at 10:14:40 AM UTC-6, Alan Bryant wrote:
>>
>> I have an Acurite 5n1 with a base station and Access hub. I do not have a 
>> computer near where the station is, so I'm using Interceptor to sniff the 
>> traffic from the Access to WU. I've got weewx up and running and installed 
>> the Interceptor extension and it seems to be detecting the data sent to WU. 
>> Thanks Matthew! I'm getting a message in syslog that seems to be telling me 
>> that it cannot understand the windgustdir parameter that my Access is 
>> sending to WU. I did map it to windGustDir in weewx.conf.
>>
>> Here is the relevant line from syslog:
>>
>> Dec  6 10:11:01 jakku weewx[8952]: interceptor: MainThread: unrecognized 
>> parameter windgustdir=113
>>
>> The message repeats quite a lot and the only thing changes is the 
>> direction.
>>
>> Here is my Interceptor config from weewx.conf:
>>
>> [Interceptor]
>> # This section is for the network traffic interceptor driver.
>>
>> # The driver to use:
>> driver = user.interceptor
>>
>> # Specify the hardware device to capture.  Options include:
>> #   acurite-bridge - acurite internet bridge
>> #   observer - fine offset WH2600/HP1000/HP1003, aka 'observer'
>> #   lw30x - oregon scientific LW301/LW302
>> #   lacrosse-bridge - lacrosse GW1000U/C84612 internet bridge
>> device_type = observer
>> mode = sniff
>> iface = eth1
>> pcap_filter = src 192.168.1.240 and dst port 80
>>
>> [[sensor_map]]
>> barometer = baromin
>> outHumidity = humidity
>> outTemp = tempf
>> windSpeed = windspeedmph
>> windDir = winddir
>> windGust = windgustmph
>> windGustDir = windgustdir
>> dewpoint = dewpointf
>> rain = rainin
>>
>>
>> Here is what the access is sending to WU according to a tcpdump capture:
>>
>> 10:13:29.780975 IP 192.168.1.240.18347 > 
>> a23-67-156-86.deploy.static.akamaitechnologies.com.http: Flags [P.], seq 
>> 1:470, ack 1, win 8192, length 469: HTTP: GET 
>> /weatherstation/updateweatherstation.php?ID=KTXTAFT8=4wqrc4c0=myAcuRite=now=updateraw=1=36=updateraw=1=35=30.18=79=69.8=10=135=10=135=63.0=0.00=0.00
>>  
>> HTTP/1.1
>>
>> I believe I have everything configured correctly. Where else can I look 
>> to figure this out?
>>
>

-- 
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: Interceptor Exstension and Wind Gust Direction

2018-12-06 Thread Alan Bryant
Ok, so apparently I did not read everything on the Github readme for the 
interceptor extension. I ran it manually with debug and this is what I am 
seeing:

raw packet: {'wind_speed': 9.0, 'barometer': 30.18, 'wind_gust': 11.0, 
'dewpoint': 63.5, 'humidity_out': 81.0, 'rain': 0.0, 'dateTime': 
1544115304, 'temperature_out': 69.6, 'wind_dir': 113.0, 'rain_total': 0.0, 
'usUnits': 1}
mapped packet: {'barometer': 30.18, 'dewpoint': 63.5, 'outHumidity': 81.0, 
'rain': 0.0, 'dateTime': 1544115304, 'windDir': 113.0, 'outTemp': 69.6, 
'windSpeed': 9.0, 'windGust': 11.0, 'usUnits': 1}
identifiers: {}
raw data: 
ID=KTXTAFT8=4wqrc4c0=myAcuRite=now=updateraw=1=36=updateraw=1=35=30.18=81=69.6=12=135=12=135=63.5=0.00=0.00
 
HTTP/1.1
Host:www.wunderground.com
Content-Type:application/x-www-form-urlencoded
Content-Length:0
Connection:close
User-Agent: Atlas/047

So it looks like I mapped most things wrong in the sensor_maps. How would I 
go about mapping the windgustdir correctly? I did not see it in the debug 
output. If it follows the convention of the others, I am assuming it would 
b wind_gust_dir, would that be correct? Since it seems to be mapping the 
others, would this be the only one I would need to put in the sensor_map 
stanza?

Thank you for any help!

On Thursday, December 6, 2018 at 10:14:40 AM UTC-6, Alan Bryant wrote:
>
> I have an Acurite 5n1 with a base station and Access hub. I do not have a 
> computer near where the station is, so I'm using Interceptor to sniff the 
> traffic from the Access to WU. I've got weewx up and running and installed 
> the Interceptor extension and it seems to be detecting the data sent to WU. 
> Thanks Matthew! I'm getting a message in syslog that seems to be telling me 
> that it cannot understand the windgustdir parameter that my Access is 
> sending to WU. I did map it to windGustDir in weewx.conf.
>
> Here is the relevant line from syslog:
>
> Dec  6 10:11:01 jakku weewx[8952]: interceptor: MainThread: unrecognized 
> parameter windgustdir=113
>
> The message repeats quite a lot and the only thing changes is the 
> direction.
>
> Here is my Interceptor config from weewx.conf:
>
> [Interceptor]
> # This section is for the network traffic interceptor driver.
>
> # The driver to use:
> driver = user.interceptor
>
> # Specify the hardware device to capture.  Options include:
> #   acurite-bridge - acurite internet bridge
> #   observer - fine offset WH2600/HP1000/HP1003, aka 'observer'
> #   lw30x - oregon scientific LW301/LW302
> #   lacrosse-bridge - lacrosse GW1000U/C84612 internet bridge
> device_type = observer
> mode = sniff
> iface = eth1
> pcap_filter = src 192.168.1.240 and dst port 80
>
> [[sensor_map]]
> barometer = baromin
> outHumidity = humidity
> outTemp = tempf
> windSpeed = windspeedmph
> windDir = winddir
> windGust = windgustmph
> windGustDir = windgustdir
> dewpoint = dewpointf
> rain = rainin
>
>
> Here is what the access is sending to WU according to a tcpdump capture:
>
> 10:13:29.780975 IP 192.168.1.240.18347 > 
> a23-67-156-86.deploy.static.akamaitechnologies.com.http: Flags [P.], seq 
> 1:470, ack 1, win 8192, length 469: HTTP: GET 
> /weatherstation/updateweatherstation.php?ID=KTXTAFT8=4wqrc4c0=myAcuRite=now=updateraw=1=36=updateraw=1=35=30.18=79=69.8=10=135=10=135=63.0=0.00=0.00
>  
> HTTP/1.1
>
> I believe I have everything configured correctly. Where else can I look to 
> figure this out?
>

-- 
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: Skin Output Missing Graphics, etc.

2018-12-06 Thread Pat
Something else I'm thinking of might be duplicated data like we saw in this 
post. Have a look at the resolution 
here: https://groups.google.com/d/msg/weewx-user/8VMiatOeVzg/--u02fJ-BAAJ

On Wednesday, December 5, 2018 at 7:42:15 PM UTC-5, Pat wrote:
>
> Interesting. You shouldn't need both if you're using the latest release 
> 0.8 . What version 
> did you install?
>
> For the graphs, are there errors in syslog? Are you on a Raspberry Pi 
> (they're known to be slow at generating graphs. Very slow). 
>
> For forecasts, have you enabled it? It's location should look identical 
> to the 2 screenshots on GitHub 
> . 
>
> As mentioned in the posting guide on the user forums, posting configs and 
> logs would be helpful for me (and others) to help. 
>
> On Wednesday, December 5, 2018 at 4:22:28 PM UTC-5, Wes Witt wrote:
>>
>> Thanks. I had to also update the station_url and then it worked.
>>
>> Couple more questions:
>>
>> 1: I'm not seeing any graphs. I've waited but nothing. Do I need to do 
>> something else to get graphs working.
>> 2: Where do I see the DarkSky forecasts on the page? I've added a valid 
>> API key but don't see any forecasts.
>>
>>
>>
>> On Wednesday, December 5, 2018 at 1:06:09 PM UTC-8, Pat wrote:
>>>
>>> Since your skin is installed to http://192.168.1.112/weewx, try 
>>> changing the root url to:
>>>
>>> belchertown_root_url = "http://192.168.1.112/weewx;
>>>
>>> On Wednesday, December 5, 2018 at 3:52:19 PM UTC-5, Wes Witt wrote:


 I've installed Belchertown into a new install and it seems to be 
 functioning, but the html output seems to be missing a lot of graphics, 
 etc. I followed the install instructions on the github page, but I must be 
 missing something.  What do I need to do to make this work properly?



 Relevant portion of weewx,conf:

 [Station]
 station_url = http://192.168.1.112

 [[Belchertown]]
 HTML_ROOT = public_html/belchertown
 skin = Belchertown
 [[[Extras]]]
 belchertown_root_url = http://192.168.1.112
 forecast_enabled = 1
 darksky_secret_key = xx
 earthquake_enabled = 1


 Output:

 [image: weewx.JPG]



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