[weewx-user] Re: Raspberry Pi hardware beta tester wanted - Davis station

2019-08-09 Thread Pat
I have a Davis VP2 Plus with a spare console, but am in the US. I'm curious 
though - this Pi hat plugs right into the console's expansion port? 



On Friday, August 9, 2019 at 4:21:56 PM UTC-4, Prodata wrote:
>
> Have a simple new Pi µHAT nearing launch that provides a simple neat 
> interface into a Pi from a Davis Vantage console (Vue or VP2) - no 
> additional logger required. It's intended as a basic lowish-cost serial 
> interface with some added features and no USB involved. Th unit consists of 
> a plug for the console plus the µHAT and a cabled connection.
>
> The unit tests fine with CumulusMX but it would be nice to have someone 
> try with weewx too. You'll obviously need a spare Vue/VP2 console.
>
> Ideally this would be someone in the UK, but happy to consider any offers 
> from further afield.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e4ce4028-c73d-41eb-9e36-68b471f1db0c%40googlegroups.com.


[weewx-user] NGINX and Weewx interceptor port (80) conflict

2019-08-09 Thread K Weaver
 The problem I am having is NGINX and Interceptor are fighting for port 
80.  I have tried using different ports but they are only happy on 80.  If 
Interceptor is on 80 weewx works but web page shows error 404 page not 
found. The web page comes up and will show the last updated info from the 
smart hub. If I do the opposite and change the port that NGINX is listening 
on, I get an error in weewx ref interceptor. " python socket.error: [Errno 
98] Address already in use"...
My set up is  a acurite smart hub with 5n1.  Raspberry 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a0059df6-fdaf-4759-aa33-715b756a5d77%40googlegroups.com.


[weewx-user] Raspberry Pi hardware beta tester wanted - Davis station

2019-08-09 Thread Prodata
Have a simple new Pi µHAT nearing launch that provides a simple neat 
interface into a Pi from a Davis Vantage console (Vue or VP2) - no 
additional logger required. It's intended as a basic lowish-cost serial 
interface with some added features and no USB involved. Th unit consists of 
a plug for the console plus the µHAT and a cabled connection.

The unit tests fine with CumulusMX but it would be nice to have someone try 
with weewx too. You'll obviously need a spare Vue/VP2 console.

Ideally this would be someone in the UK, but happy to consider any offers 
from further afield.


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/13be7e0b-305d-41d5-9287-127ae2134c2b%40googlegroups.com.


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

2019-08-09 Thread Pat
Kike, I've just pushed a commit 

 
to the skin's development branch 
 which moves 
the per-chart timespan to a per-observation timespan. Quick tests show that 
this seems to work ok. I also added yAxis minorTicks. Feel free to test it 
if you want. 

You need to install the development skin by downloading the 
development.tar.gz 
, 
and install it using wee_extension like you did before. It should overwrite 
the current skin with the development skin. So have a backup of your 
current skin and settings in case you need to revert back. You may need to 
restart weewx once you've installed it.

Here's the graphs.conf code I used to make the graph that is attached (it 
is like yours but you will see yAxis_minorTicks = true). 

[raintotals]
title = Lluvia por Mes
show_button = true
button_text = Totales Lluvia
type = column
time_length = all
aggregate_type = max
aggregate_interval = 86400 # 1 day

[[rainmonthtotals]]
title = Historico de Lluvia por Mes
subtitle = Lluvia por Mes Desde el Comienzo
xaxis_groupby = month
xaxis_categories = 'Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 
'Ago', 'Sep', 'Oct', 'Nov', 'Dic'
[[[rainTotal]]]
name = Lluvia Total
yAxis_minorTicks = true
[[[rainTotal2019]]]
name = 2019
time_length = year_specific
year_specific = 2019
observation_type = rainTotal
zIndex = 2
color = "#fc0404"


Since this is the development skin, let me know if you find issues.



On Friday, August 9, 2019 at 1:56:44 PM UTC-4, Pat wrote:
>
> On all Highcharts options being available - not currently. Because of the 
> way which the skin gathers data from the database during Archive time, not 
> every option is available for all time. Currently I have to map a 
> graphs.conf option to a Highcharts option. Maintaining this duplicate 
> mapping system isn't ideal. So something like minorticks aren't implemented 
> yet because nobody has asked for it (until now). You can read some of the 
> thoughts here , 
> and if you know of a way to pass graphs.conf options direct to 
> belchertown.js.tmpl and Highcharts without maintaining a mapping, please 
> submit a PR!
>
> Custom charts like what you're describing I don't think will work either. 
> Each chart is for a specific time span. I don't think multiple timespans 
> per chart will work. Some testing and debugging will need to be done here 
> to see what can be done. 
>
>
>
> On Friday, August 9, 2019 at 8:13:31 AM UTC-4, Kike .Asekas wrote:
>>
>> Hello. Magnificent skin. I am triying to have a graph that compares the 
>> historical rainfall per month with this year. This is my graphs.conf.
>> [raintotals]
>> title = Lluvia por Mes
>> show_button = true
>> button_text = Totales Lluvia
>> type = column
>> time_length = all
>> aggregate_type = max
>> 
>> aggregate_interval = 86400 # 1 day
>>
>> [[rainmonthtotals]]
>> title = Historico de Lluvia por Mes
>> subtitle = Lluvia por Mes Desde el Comienzo
>> xaxis_groupby = month
>> xaxis_categories = 'Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 
>> 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'
>> [[[rainTotal]]]
>> name = Lluvia Total
>> [[[rainTotal2019]]]
>> name = 2019
>> time_length = year_specific
>> year_specific = 2019
>> observation_type = rainTotal
>> zIndex = 2
>> color = "#fc0404"
>> But I get two bars with the same height, the alltime totals. It is 
>> posible this graph?
>> And I want to add minorTicks to yaxis. It's a hicharts option but does 
>> nothing. The skin only accept hicharts series options?
>>
>> El sábado, 1 de junio de 2019, 18:57:56 (UTC+2), Pat escribió:
>>>
>>> Belchertown skin 1.0 is released!
>>>
>>> This update contains a lot of updates and changes including *an entire 
>>> rewrite of the Highcharts system* which allows you to make almost any 
>>> graph you want for almost any time span you want. You can see some examples 
>>> of the charts you can make on the BelchertownWeather.com website graphs 
>>> page .
>>>
>>> You can add/remove/change/reorder any chart, change colors, add 
>>> observation plots, categorize for all time. Almost anything you want to do 
>>> is available! The skin comes with the standard 4 charts ready to go, but 
>>> there's extensive Belchertown Charts Documentation 
>>> 
>>>  
>>> which can help

[weewx-user] Re: Backupsystem

2019-08-09 Thread Pat
I'm confused what you're asking for. Are you running weewx on Windows? And 
you want to backup Windows to NMT? You would use the backwards slash if 
you're on Windows ... which is this one \

On Friday, August 9, 2019 at 7:01:03 AM UTC-4, Ton Karsten wrote:
>
> I have read the manual, know that it is possible.
> My windows computer is connected to the NMT share. Can I then transfer the 
> same settings to the weexw.conf file. On the windows computer directory: 
> PCH-A400 \ share \ download or should I use 192.168.178.19 \ share \ 
> download? How should the / or the \ be placed?
>
> Op donderdag 8 augustus 2019 14:55:56 UTC+2 schreef Pat:
>>
>> If it can handle FTP then you can backup to it. Here's what to backup 
>> from the User Guide 
>>
>> On Thursday, August 8, 2019 at 4:54:35 AM UTC-4, Ton Karsten wrote:
>>>
>>> Can a NetworkMediaTank (NMT) such as a Popcorn Hour A400 be used as a 
>>> backup system?
>>> It can handle the FTP protocol.
>>> The NMT is in the same network.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7b6c898c-6643-4e03-8ecc-17cc827515ba%40googlegroups.com.


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

2019-08-09 Thread Pat
On all Highcharts options being available - not currently. Because of the 
way which the skin gathers data from the database during Archive time, not 
every option is available for all time. Currently I have to map a 
graphs.conf option to a Highcharts option. Maintaining this duplicate 
mapping system isn't ideal. So something like minorticks aren't implemented 
yet because nobody has asked for it (until now). You can read some of the 
thoughts here , 
and if you know of a way to pass graphs.conf options direct to 
belchertown.js.tmpl and Highcharts without maintaining a mapping, please 
submit a PR!

Custom charts like what you're describing I don't think will work either. 
Each chart is for a specific time span. I don't think multiple timespans 
per chart will work. Some testing and debugging will need to be done here 
to see what can be done. 



On Friday, August 9, 2019 at 8:13:31 AM UTC-4, Kike .Asekas wrote:
>
> Hello. Magnificent skin. I am triying to have a graph that compares the 
> historical rainfall per month with this year. This is my graphs.conf.
> [raintotals]
> title = Lluvia por Mes
> show_button = true
> button_text = Totales Lluvia
> type = column
> time_length = all
> aggregate_type = max
> 
> aggregate_interval = 86400 # 1 day
>
> [[rainmonthtotals]]
> title = Historico de Lluvia por Mes
> subtitle = Lluvia por Mes Desde el Comienzo
> xaxis_groupby = month
> xaxis_categories = 'Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 
> 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'
> [[[rainTotal]]]
> name = Lluvia Total
> [[[rainTotal2019]]]
> name = 2019
> time_length = year_specific
> year_specific = 2019
> observation_type = rainTotal
> zIndex = 2
> color = "#fc0404"
> But I get two bars with the same height, the alltime totals. It is posible 
> this graph?
> And I want to add minorTicks to yaxis. It's a hicharts option but does 
> nothing. The skin only accept hicharts series options?
>
> El sábado, 1 de junio de 2019, 18:57:56 (UTC+2), Pat escribió:
>>
>> Belchertown skin 1.0 is released!
>>
>> This update contains a lot of updates and changes including *an entire 
>> rewrite of the Highcharts system* which allows you to make almost any 
>> graph you want for almost any time span you want. You can see some examples 
>> of the charts you can make on the BelchertownWeather.com website graphs 
>> page .
>>
>> You can add/remove/change/reorder any chart, change colors, add 
>> observation plots, categorize for all time. Almost anything you want to do 
>> is available! The skin comes with the standard 4 charts ready to go, but 
>> there's extensive Belchertown Charts Documentation 
>> 
>>  
>> which can help you get started. 
>>
>> In addition to the Charts there's now a dark mode (which has an 
>> auto-switching mode based on sunset/sunrise), more flexibility for 
>> translations, user customized station observation table which is updated in 
>> real time if the MQTT Websockets are enabled, and a lot more. Check the 
>> release notes for all the details! 
>>
>> You can download the latest release here 
>> ,
>>  
>> and read all of the details on the changes here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
>> uninstall everything and reinstall new. This is due to the Chart system 
>> being fully rewritten and the potential for conflicts. Please read this 
>> upgrade guide if you are upgrading from an older version of Belchertown skin 
>> 
>> . 
>>
>> Thanks to all the beta testers and translators over the last couple of 
>> months help me iron out all the kinks and shape the skin in a way that can 
>> be translated a little easier! 
>>
>> Attached are some examples of the charts that can be made. If you find 
>> any issues, you can reply here or open an issue on the Belchertown skin 
>> GitHub page . 
>>
>

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


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

2019-08-09 Thread Kike .Asekas
Hello. Magnificent skin. I am triying to have a graph that compares the 
historical rainfall per month with this year. This is my graphs.conf.
[raintotals]
title = Lluvia por Mes
show_button = true
button_text = Totales Lluvia
type = column
time_length = all
aggregate_type = max

aggregate_interval = 86400 # 1 day

[[rainmonthtotals]]
title = Historico de Lluvia por Mes
subtitle = Lluvia por Mes Desde el Comienzo
xaxis_groupby = month
xaxis_categories = 'Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 
'Ago', 'Sep', 'Oct', 'Nov', 'Dic'
[[[rainTotal]]]
name = Lluvia Total
[[[rainTotal2019]]]
name = 2019
time_length = year_specific
year_specific = 2019
observation_type = rainTotal
zIndex = 2
color = "#fc0404"
But I get two bars with the same height, the alltime totals. It is posible 
this graph?
And I want to add minorTicks to yaxis. It's a hicharts option but does 
nothing. The skin only accept hicharts series options?

El sábado, 1 de junio de 2019, 18:57:56 (UTC+2), Pat escribió:
>
> Belchertown skin 1.0 is released!
>
> This update contains a lot of updates and changes including *an entire 
> rewrite of the Highcharts system* which allows you to make almost any 
> graph you want for almost any time span you want. You can see some examples 
> of the charts you can make on the BelchertownWeather.com website graphs 
> page .
>
> You can add/remove/change/reorder any chart, change colors, add 
> observation plots, categorize for all time. Almost anything you want to do 
> is available! The skin comes with the standard 4 charts ready to go, but 
> there's extensive Belchertown Charts Documentation 
> 
>  
> which can help you get started. 
>
> In addition to the Charts there's now a dark mode (which has an 
> auto-switching mode based on sunset/sunrise), more flexibility for 
> translations, user customized station observation table which is updated in 
> real time if the MQTT Websockets are enabled, and a lot more. Check the 
> release notes for all the details! 
>
> You can download the latest release here 
> ,
>  
> and read all of the details on the changes here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
> uninstall everything and reinstall new. This is due to the Chart system 
> being fully rewritten and the potential for conflicts. Please read this 
> upgrade guide if you are upgrading from an older version of Belchertown skin 
> 
> . 
>
> Thanks to all the beta testers and translators over the last couple of 
> months help me iron out all the kinks and shape the skin in a way that can 
> be translated a little easier! 
>
> Attached are some examples of the charts that can be made. If you find any 
> issues, you can reply here or open an issue on the Belchertown skin 
> GitHub page . 
>

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


[weewx-user] Re: Backupsystem

2019-08-09 Thread Ton Karsten
I have read the manual, know that it is possible.
My windows computer is connected to the NMT share. Can I then transfer the 
same settings to the weexw.conf file. On the windows computer directory: 
PCH-A400 \ share \ download or should I use 192.168.178.19 \ share \ 
download? How should the / or the \ be placed?

Op donderdag 8 augustus 2019 14:55:56 UTC+2 schreef Pat:
>
> If it can handle FTP then you can backup to it. Here's what to backup 
> from the User Guide 
>
> On Thursday, August 8, 2019 at 4:54:35 AM UTC-4, Ton Karsten wrote:
>>
>> Can a NetworkMediaTank (NMT) such as a Popcorn Hour A400 be used as a 
>> backup system?
>> It can handle the FTP protocol.
>> The NMT is in the same network.
>>
>

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


[weewx-user] Re: Potential barometer issue (Meteostick)

2019-08-09 Thread Andrew Milner
I would make sure it is completely in the shade at all times.  I see the 
meteostick manual even says to ignore indoor temperature and humidity as 
humidity will always be 30% and temperature will be reading high due to 
temperature rise from the electronics!!  Goodness knows what warmth from 
the sun does to readings!!  Deffo keep it in the shade for any chance 
of sensible readings from onboard sensors I would think




On Friday, 9 August 2019 08:49:46 UTC+3, Manfred Maier wrote:
>
> Good idea! It actually could be sunlight. The time (late afternoon) would 
> fit. And yes, August 3 was a day without much sun. So was Aug 7, where the 
> effect was also less pronounced.
>
> Today will be a sunny day, so I'll move the Meteostick a bit into the 
> shadow and see what happens.
>
>
> Am Freitag, 9. August 2019 07:40:22 UTC+2 schrieb Michi Kaa:
>>
>>
>>
>> Am Freitag, 9. August 2019 07:35:46 UTC+2 schrieb Michi Kaa:
>>>
>>> Where is the Barometer located? Indoor? Since temperature and humidity 
>>> influence measurement of pressure, it is possible that the measurement is 
>>> just wrong just because you are opening a window for ventilating the house 
>>> or when the barometer sensor is hit by direct sunlight during the day and 
>>> is warmed up.
>>>
>>
>> The fact this happens repeatedly more or less the same time during the 
>> day lets me think its sunlight. How was weather on Aug 3 in Belchertown? 
>> Overcast?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3d156cc9-8f08-4ea1-b1ba-6406dbd6cf17%40googlegroups.com.