[weewx-user] Re: sds011 install

2019-06-26 Thread vigilancewx
Hi

When you run the wee_config --reconfigure


it lists the normal question about weewx but no reference to the new sds011 
setup

so a couple more questions please 

I know my sds011 is connected tn port USB02 so do I need to modify 
sds011.py ?

will it now create the pm.sdb in the weewx archive folder ?

also the service section under the weewx engine is not modified what do I 
need to add here?


thanks for the information


On Wednesday, June 26, 2019 at 11:02:53 PM UTC+1, vigilancewx wrote:

> Hi 
>
> I am trying to install the sds011 service 
>
> Installation
>
>  
>
> 0) Install weeWX (see weewx.com for details)
>
>  
>
> 1) Download the SDS011 extension
>
>  
>
> wget -O weewx-sds011.zip 
> *https://github.com/matthewwall/weewx-sds011/archive/master.zip* 
> 
>
>  
>
> 2) Install the extension
>
>  
>
> wee_extension --install weewx-sds011.zip
>
>  
>
> 3) Configure the driver
>
>  
>
> wee_config --reconfigure
>
>  
>
> 4) start weewx
>
>  
>
> sudo /etc/init.d/weewx start
>
>  
>
> followed the above all it seems to do is install the install.py to
>
>  
>
> user/installer/sds011 directory
>
>  
>
>  
>
>  
>
> and sds011.py to the bin/user directory
>
>  
>
> adding this to the Weewx.conf
>
>  
>
>  
>
> #
>
>  
>
> # Options for extension 'sds011'
>
> [SDS011]
>
>  
>
> ##
>
>  
>
> Do I make the install.py executable and run it
>
>  
>
> How do I complete the install
>
>  
>
> Thanks for any information
>

-- 
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/df897502-a2ff-4664-9996-a4937d66c75a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread 'Ralf B' via weewx-user
hello,

a small question. i need to add some new pages. 
for this, i want to copy the
/about/index.html to (e.g)
/new1index.html
/new2/index.html
and edit them after copy.

is there a description which files i need to edit?

-- 
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/b6deb923-ab20-40cd-83ea-505fa8d2f4f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-26 Thread Günther Wrana
Ja genau diese Seite wird mir angezeigt.


Am Mittwoch, 26. Juni 2019 17:54:14 UTC+2 schrieb Patrick Tranchant:
>
> halo
> Haben Sie diese Art von Seite, wenn Sie nur die IP-Adresse des Servers 
> eingeben, auf dem sich weewx befindet?
>
>
> Patrick
> On Wednesday, June 26, 2019 at 5:34:43 PM UTC+2, Günther Wrana wrote:
>>
>> Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.
>>>
>>>
>>> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
>>>
>>> Hier her kopiert werden.
>>>
>>> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>>>
>>>  
>> Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
>> /etc/apache2/conf-available
>>
>> Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und 
>> dann apache2 neugestrartet.
>>
>> Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
>> Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf dem 
>> Raspberry zugreifen.
>>
>> Danke an alle die mir geholfen haben.
>>
>

-- 
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/9bbc3be7-a2aa-4a6e-a1f5-805420c0010d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: sds011 install

2019-06-26 Thread mwall


On Wednesday, June 26, 2019 at 6:02:53 PM UTC-4, vigilancewx wrote:
>
> Do I make the install.py executable and run it 
>
no

 

> How do I complete the install
>

in the weewx configuration file, add a 'driver' line to the SDS011 stanza:

[SDS011]
model = NovaPM
port = /dev/ttyUSB01
poll_interval = 10
driver = user.sds011

you might have to modify the port, depending on how your device is 
connected.  optionally modify the model to match the branding of your 
sds011 hardware.

the installer was not written correctly - it incorrectly cleared the SDS011 
stanza after prompting for the information.  i have updated the sds011 
package to 0.2 to fix this mistake.

m 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d8a9f942-d8c3-4f82-b190-412cffd30d13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: sds011 install

2019-06-26 Thread mwall


On Wednesday, June 26, 2019 at 6:02:53 PM UTC-4, vigilancewx wrote:
>
>
> Do I make the install.py executable and run it
>
>
no
 

>  How do I complete the install
>

you already did complete the installation.  however, the [SDS011] section 
should have a 'driver = user.sds011'

what happens when you run weewx now?

-- 
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/c6d1b769-0859-4d65-89c4-28ebc9747856%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown plot gaps

2019-06-26 Thread Patrick Mendiuk
OK that is for the entire graph not a specific value.

-- 
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/8606cc04-4f4c-4c53-9484-989a81bb61cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown plot gaps

2019-06-26 Thread Pat
You can, but this is a graph-wide setting. You cannot mix-and-match gapsize 
in the graph. 

If your expected time plots are 5 minutes (typically based off your archive 
interval), then your gapsize should be 5 minutes - this way anything over 5 
minutes will show a gap (i.e. the data plot expected is not there). 

You'll notice the gapsize changes for the week 

 group 
then changes again for the month and year groups 

 
- because those aggregate intervals are longer 
.
  
gapSize should be married to the aggregate interval in most cases. 


On Wednesday, June 26, 2019 at 6:15:46 PM UTC-4, Patrick Mendiuk wrote:
>
> When I read the Highchart documentation I thought I could set a time 
> threshold for when I have gaps in the plots:  
>
> Together with gapSize 
> , this 
> option defines where to draw gaps in the graph.
>
> When the gapUnit is relative (default), a gap size of 5 means that if the 
> distance between two points is greater than five times that of the two 
> closest points, the graph will be broken.
>

-- 
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/041d45e6-8731-4e3f-afe0-a04e03c51936%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown plot gaps

2019-06-26 Thread Patrick Mendiuk
When I read the Highchart documentation I thought I could set a time 
threshold for when I have gaps in the plots:  

Together with gapSize 
, this 
option defines where to draw gaps in the graph.

When the gapUnit is relative (default), a gap size of 5 means that if the 
distance between two points is greater than five times that of the two 
closest points, the graph will be broken.

-- 
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/e0d13af2-a3e4-4bc3-bc46-5149d0de373a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] sds011 install

2019-06-26 Thread vigilancewx
 

Hi 

I am trying to install the sds011 service 

Installation

 

0) Install weeWX (see weewx.com for details)

 

1) Download the SDS011 extension

 

wget -O weewx-sds011.zip 
*https://github.com/matthewwall/weewx-sds011/archive/master.zip* 


 

2) Install the extension

 

wee_extension --install weewx-sds011.zip

 

3) Configure the driver

 

wee_config --reconfigure

 

4) start weewx

 

sudo /etc/init.d/weewx start

 

followed the above all it seems to do is install the install.py to

 

user/installer/sds011 directory

 

 

 

and sds011.py to the bin/user directory

 

adding this to the Weewx.conf

 

 

#

 

# Options for extension 'sds011'

[SDS011]

 

##

 

Do I make the install.py executable and run it

 

How do I complete the install

 

Thanks for any information

-- 
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/26b8d1cf-5467-4392-837c-48e1f1416e38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Date output format

2019-06-26 Thread Pat
Pretty sure that a bug that I've committed to the development branch 

 
and will be fixed in the next version. I'll test this to confirm.

On Wednesday, June 26, 2019 at 5:54:55 PM UTC-4, Patrick Mendiuk wrote:
>
> I tried using the format string " DD MMM HH:mm" for 
> time_mqtt_websockets_last_updated 
> and it changed the format but it does not update the time with the MQTT 
> updates.  When I changed it back to "LL, LTS" the time updates with MQTT 
> update. 
>

-- 
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/feaf66ee-8725-4ed6-bc41-5f0cf2432a74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Date output format

2019-06-26 Thread Patrick Mendiuk
I tried using the format string " DD MMM HH:mm" for 
time_mqtt_websockets_last_updated 
and it changed the format but it does not update the time with the MQTT 
updates.  When I changed it back to "LL, LTS" the time updates with MQTT 
update. 

-- 
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/460cce48-a339-45d0-a888-9a66f5fc349d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Date output format

2019-06-26 Thread Pat
Thanks! Glad you like it. You can modify the date time easily. Check out 
this section of the readme. 

https://github.com/poblabs/weewx-belchertown#a-note-about-date-and-time-formatting-in-your-locale

The skin is heavy on JavaScript so I rely on a library that helps with the 
date formatting. Details are in that section. 


On Wednesday, June 26, 2019 at 2:11:39 PM UTC-4, G400 wrote:
>
> I have been tinkering with new Belchertown 1.0.1 skin and I'm really 
> impressed by all capabilities. It must have been a major task developing 
> such a feature rich and robust solution.
> Thank's a lot to Pat O'Brien!
>
> Date and time is currently output in the format of June 26, 2019, 7:57:00 
> PM, but I want it to be changed to something like 26. June 2019, 19:67:00.
> How do I change this?
> Do I modify weewx.conf or an other .conf file?
>
> G400
>
>

-- 
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/232187d7-b80c-4499-9981-946f19de8b1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown plot gaps

2019-06-26 Thread Pat
No the gapsize is intended to mirror the behavior of the weewx standard 
chart images in Seasons. Basically if there's no data point, then there's 
no data point. Show nothing. 

No, there's no color option that would represent the gap. 

If you do not want the gap and want an arbitrary connecting line, then the 
connectnulls option is what you're after. 

On Wednesday, June 26, 2019 at 4:47:51 PM UTC-4, Patrick Mendiuk wrote:
>
> I temporarily added gapSize and connectNulls statements which fixed the 
> missing plot lines but hides inconsistent data periods I am trying to 
> solve.  Is there was a way to change the line color when a data point is 
> missing rather than the line disappear.
>
>

-- 
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/36d2b6e2-c120-4254-b7a4-efc4d49fbdd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Error after upgrading to Belchertown skin 1.0.1

2019-06-26 Thread Colin Larsen
I'm not sure you have followed the upgrade instructions properly. Certainly
Highcharts_Belchertown is no longer required.
What version did you upgrade from?

Colin

On Thu, 27 Jun 2019, 07:46 G400,  wrote:

> After upgaring Belchertown 1.0.1 skin I'm struggeling with errors:
>
> I followed the recommended upgrade path as detailed on this page:
> https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0
>
> WeeWX is installed in /home/weewx
>
> Error messages after restarting weewx:
>
> Belchertown Extension: version 1.0.1
> reportengine: Caught unrecoverable exception in generator
> 'weewx.cheetahgenerator.CheetahGenerator'
>   Parsing failed with several errors.#012First error at line
> 29.
>   Traceback (most recent call last):
> File "/home/weewx/bin/weewx/reportengine.py", line 204, in
> run
>   obj.start()
> File "/home/weewx/bin/weewx/reportengine.py", line 300, in
> start
>   self.run()
> File "/home/weewx/bin/weewx/cheetahgenerator.py", line
> 160, in run
>   ngen = self.generate(gen_dict[section_name], self.gen_ts)
> File "/home/weewx/bin/weewx/cheetahgenerator.py", line
> 234, in generate
>   ngen += self.generate(section[subsection], gen_ts)
> File "/home/weewx/bin/weewx/cheetahgenerator.py", line
> 234, in generate
>   ngen += self.generate(section[subsection], gen_ts)
> File "/home/weewx/bin/weewx/cheetahgenerator.py", line
> 322, in generate
>   default_binding)
> File "/home/weewx/bin/weewx/cheetahgenerator.py", line
> 374, in _getSearchList
>   searchList += obj.get_extension_list(timespan, db_lookup)
> File "/home/weewx/bin/user/belchertown.py", line 175, in
> get_extension_list
>   chart_dict = configobj.ConfigObj(chart_config_path,
> file_error=True)
> File "/usr/lib/python2.7/dist-packages/configobj.py", line
> 1229, in __init__
>   self._load(infile, configspec)
> File "/usr/lib/python2.7/dist-packages/configobj.py", line
> 1318, in _load
>   raise error
>   ConfigObjError: Parsing failed with several errors.
>   First error at line 29.
>   Generator terminated
>
> This is what I have in [StdReport] section:
>
>
>   [[Highcharts_Belchertown]]
> HTML_ROOT = /home/weewx/public_html/belchertown
> skin = Highcharts_Belchertown
> [[[Units]]]
>   Groups
>group_rain = mm
>group_altitude = meter
>
>
>
>group_pressure = mbar
>group_rainrate = mm_per_hour
>group_speed = meter_per_second
>group_speed2 = meter_per_second2
>group_temperature = degree_C
>group_degre_day = degree_C_day
>
> [[Belchertown]]
> HTML_ROOT = /home/weewx/public_html/belchertown
> skin = Belchertown
> [[[Extras]]]
> belchertown_root_url = "http://xxx";
> earthquake_enabled = 0
> twitter_enabled = 0
> footer_copyright_text = xx
> site_title = xx
> manifest_name = "xx"
> show_cloudbase = 1
> forecast_enabled = 1
> darksky_secret_key = xx
> darksky_units = si
> darksky_lang = no
>
> If I remove  [[Highcharts_Belchertown]] and   [[Belchertown]] I get no
> errors
>
> --
> 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/24b3f234-30d6-4554-8928-b2eb9d10f7b8%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CACjxfUv__SGvuASgOCFZOfnuXgEwBM1_m%3D4ZT4cbktwVAjOSVQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown plot gaps

2019-06-26 Thread Patrick Mendiuk
I temporarily added gapSize and connectNulls statements which fixed the 
missing plot lines but hides inconsistent data periods I am trying to 
solve.  Is there was a way to change the line color when a data point is 
missing rather than the line disappear.

-- 
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/21a0f501-b7db-4b5b-ace5-85e8c7d648c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Error after upgrading to Belchertown skin 1.0.1

2019-06-26 Thread G400
After upgaring Belchertown 1.0.1 skin I'm struggeling with errors:

I followed the recommended upgrade path as detailed on this page: 
https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0

WeeWX is installed in /home/weewx

Error messages after restarting weewx:

Belchertown Extension: version 1.0.1
reportengine: Caught unrecoverable exception in generator 
'weewx.cheetahgenerator.CheetahGenerator'
  Parsing failed with several errors.#012First error at line 29.
  Traceback (most recent call last):
File "/home/weewx/bin/weewx/reportengine.py", line 204, in 
run
  obj.start()
File "/home/weewx/bin/weewx/reportengine.py", line 300, in 
start
  self.run()
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 160, 
in run
  ngen = self.generate(gen_dict[section_name], self.gen_ts)
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 234, 
in generate
  ngen += self.generate(section[subsection], gen_ts)
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 234, 
in generate
  ngen += self.generate(section[subsection], gen_ts)
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 322, 
in generate
  default_binding)
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 374, 
in _getSearchList
  searchList += obj.get_extension_list(timespan, db_lookup)
File "/home/weewx/bin/user/belchertown.py", line 175, in 
get_extension_list
  chart_dict = configobj.ConfigObj(chart_config_path, 
file_error=True)
File "/usr/lib/python2.7/dist-packages/configobj.py", line 
1229, in __init__
  self._load(infile, configspec)
File "/usr/lib/python2.7/dist-packages/configobj.py", line 
1318, in _load
  raise error
  ConfigObjError: Parsing failed with several errors.
  First error at line 29.
  Generator terminated

This is what I have in [StdReport] section:


  [[Highcharts_Belchertown]]
HTML_ROOT = /home/weewx/public_html/belchertown
skin = Highcharts_Belchertown
[[[Units]]]
  Groups
   group_rain = mm
   group_altitude = meter  


   
   group_pressure = mbar
   group_rainrate = mm_per_hour
   group_speed = meter_per_second
   group_speed2 = meter_per_second2
   group_temperature = degree_C
   group_degre_day = degree_C_day 

[[Belchertown]]
HTML_ROOT = /home/weewx/public_html/belchertown
skin = Belchertown
[[[Extras]]]
belchertown_root_url = "http://xxx"; 
earthquake_enabled = 0
twitter_enabled = 0
footer_copyright_text = xx
site_title = xx
manifest_name = "xx"
show_cloudbase = 1
forecast_enabled = 1
darksky_secret_key = xx
darksky_units = si
darksky_lang = no

If I remove  [[Highcharts_Belchertown]] and   [[Belchertown]] I get no 
errors

-- 
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/24b3f234-30d6-4554-8928-b2eb9d10f7b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Date output format

2019-06-26 Thread G400
I have been tinkering with new Belchertown 1.0.1 skin and I'm really 
impressed by all capabilities. It must have been a major task developing 
such a feature rich and robust solution.
Thank's a lot to Pat O'Brien!

Date and time is currently output in the format of June 26, 2019, 7:57:00 
PM, but I want it to be changed to something like 26. June 2019, 19:67:00.
How do I change this?
Do I modify weewx.conf or an other .conf file?

G400

-- 
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/fcadae0b-2c23-43e1-9ee3-3e103b418c9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Belchertown plot gaps

2019-06-26 Thread Patrick Mendiuk
I have some strange gaps in some of my plots:

[image: gap1.PNG]
I initially thought there was just some missing data but I hovered in the 
gap and saw that there was data:

[image: gap2.PNG]
I looked in the database and confirmed there is data at that time stamp.

-Patrick

-- 
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/ee29bc51-91a2-42fd-87f0-172cafc14f2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread Gavin Anderson
Great, thanks.

Gavin

On Wed, 26 Jun 2019, 17:55 Pat,  wrote:

> My site logo is actually the same logo for both light/dark. It has a
> transparent background and a 2px white stroke around the outside of the
> state and 2px white stroke at 75% opacity around the text. I found that
> helps pop it out more on the dark theme.
>
>
>
> On Wednesday, June 26, 2019 at 10:37:05 AM UTC-4, Wiggytoo wrote:
>>
>> Hi Pat - thanks for this, I finally upgraded [upgrade guide was spot on]
>> and the results can be seen here .
>>
>> It took me a while to realise that some text is now in [labels] - the
>> Skin Options example in the section of the help still refers to them as
>> part of Extras, see below.
>>
>> I have not yet looked at the new charts, but this is the next task as the
>> new ones look very good.
>>
>> By the  way, how did you mask you Site Logo to show black or white with
>> the light and dark theme?
>>
>> Many thanks,
>> Gavin
>>
>> [StdReport]
>> [[Belchertown]]
>> skin = Belchertown
>> HTML_ROOT = belchertown
>> [[[Extras]]]
>> belchertown_root_url = "https://belchertownweather.com";
>> logo_image = 
>> "https://belchertownweather.com/images/content/btownwx-logo-slim.png";
>> footer_copyright_text = "BelchertownWeather.com"
>> forecast_enabled = 1
>> darksky_secret_key = "your_key"
>> earthquake_enabled = 1
>> twitter_enabled = 1
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/4c00bbd6-e9b8-4dff-8cf7-5434f195c03c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAEYKuppwX1A-rQL9WcK3FFZui3Q0FV_osH_KwZzSONWcvueoeg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread Pat
My site logo is actually the same logo for both light/dark. It has a 
transparent background and a 2px white stroke around the outside of the 
state and 2px white stroke at 75% opacity around the text. I found that 
helps pop it out more on the dark theme.



On Wednesday, June 26, 2019 at 10:37:05 AM UTC-4, Wiggytoo wrote:
>
> Hi Pat - thanks for this, I finally upgraded [upgrade guide was spot on] 
> and the results can be seen here .
>
> It took me a while to realise that some text is now in [labels] - the Skin 
> Options example in the section of the help still refers to them as part of 
> Extras, see below.
>
> I have not yet looked at the new charts, but this is the next task as the 
> new ones look very good.
>
> By the  way, how did you mask you Site Logo to show black or white with 
> the light and dark theme?
>
> Many thanks,
> Gavin
>
> [StdReport]
> [[Belchertown]]
> skin = Belchertown
> HTML_ROOT = belchertown
> [[[Extras]]]
> belchertown_root_url = "https://belchertownweather.com";
> logo_image = 
> "https://belchertownweather.com/images/content/btownwx-logo-slim.png";
> footer_copyright_text = "BelchertownWeather.com"
> forecast_enabled = 1
> darksky_secret_key = "your_key"
> earthquake_enabled = 1
> twitter_enabled = 1
>
>

-- 
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/4c00bbd6-e9b8-4dff-8cf7-5434f195c03c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-26 Thread Patrick Tranchant
halo
Haben Sie diese Art von Seite, wenn Sie nur die IP-Adresse des Servers 
eingeben, auf dem sich weewx befindet?


Patrick
On Wednesday, June 26, 2019 at 5:34:43 PM UTC+2, Günther Wrana wrote:
>
> Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.
>>
>>
>> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
>>
>> Hier her kopiert werden.
>>
>> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>>
>>  
> Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
> /etc/apache2/conf-available
>
> Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und dann 
> apache2 neugestrartet.
>
> Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
> Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf dem 
> Raspberry zugreifen.
>
> Danke an alle die mir geholfen haben.
>

-- 
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/8b4f2304-0cfb-482e-8724-4f9639b4de71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-26 Thread Günther Wrana

>
> Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.
>
>
> http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine
>
> Hier her kopiert werden.
>
> sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
>
>  
Sondern hier her sudo cp util/apache/conf.d/weewx.conf 
/etc/apache2/conf-available

Danach habe ich diesen Befehl ausgeführt sudo a2enconf weewx.conf und dann 
apache2 neugestrartet.

Und siehe da ich kann plötzlich von meinem Rechner unter Angabe der IP 
Adresse 192.168.0.100/weewx auf die Datenbank und die index.html auf dem 
Raspberry zugreifen.

Danke an alle die mir geholfen haben.

-- 
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/1aca661d-1821-4094-a4a8-8a955953fe64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Web Server auf dem Raspberry Apache2

2019-06-26 Thread Günther Wrana
Es hat funktioniert nur muss die weewx.conf nicht so wie hier beschrieben.

http://www.weewx.com/docs/usersguide.htm#If_the_server_is_on_the_same_machine

Hier her kopiert werden.

sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d

-- 
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/ee28a0a6-5ee6-4f91-9408-8c8769d587b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Weather Variables (Davis Vantage Pro 2)

2019-06-26 Thread Thomas Keffer
Most of these are documented in the Davis API manual

.

Others I don't recognize (rain24_cm? radiation_Wpm2?)

-tk

On Wed, Jun 26, 2019 at 8:04 AM Rui Pinto 
wrote:

> Hello!! I have a Davis Vantage Pro2 station and i utilized Weewx to do
> interface with the console to get the data from it.
> It's working fine. The only problem is that i don't understand what some
> values of the variables actually mean (for example: rxCheckPercent, Sunset,
> ForecastRule, ForecastIcon, etc).
> If anyone knows where can i get the information to this variables would be
> great.
>
> Here's an JSON example of the variables of the station:
>
> "windSpeed10_kph": "5.78725803977",
> "monthET": "1.32",
> "highUV": "0.0",
> "cloudbase_meter": "773.082217509",
> "leafTemp1_C": "8.333",
> "rainAlarm": "0.0",
> "pressure_mbar": "948.046280104",
> "rain_cm": "0.0",
> "highRadiation": "0.0",
> "interval_minute": "5.0",
> "barometer_mbar": "1018.35464712",
> "yearRain_cm": "17.200043",
> "consBatteryVoltage_volt": "4.72",
> "dewpoint_C": "2.07088485785",
> "insideAlarm": "0.0",
> "inHumidity": "29.0",
> "soilLeafAlarm4": "0.0",
> "sunrise": "1492489200.0",
> "windGust_kph": "9.6560886",
> "heatindex_C": "3.556",
> "dayRain_cm": "0.0",
> "lowOutTemp": "38.3",
> "outsideAlarm1": "0.0",
> "forecastIcon": "8.0",
> "outsideAlarm2": "0.0",
> "windSpeed_kph": "3.95409343049",
> "forecastRule": "40.0",
> "windrun_km": "1.07449640224",
> "outHumidity": "90.0",
> "stormStart": "1492207200.0",
> "inDewpoint": "45.1231125123",
> "altimeter_mbar": "1016.62778614",
> "windchill_C": "3.556",
> "appTemp_C": "1.26842313302",
> "outTemp_C": "3.556",
> "windGustDir": "275.0",
> "extraAlarm1": "0.0",
> "extraAlarm2": "0.0",
> "extraAlarm3": "0.0",
> "extraAlarm4": "0.0",
> "extraAlarm5": "0.0",
> "extraAlarm6": "0.0",
> "extraAlarm7": "0.0",
> "extraAlarm8": "0.0",
> "humidex_C": "3.556",
> "rain24_cm": "0.8800022",
> "rxCheckPercent": "87.979167",
> "hourRain_cm": "0.0",
> "inTemp_C": "26.83",
> "watertemp": "8.333",
> "trendIcon": "59.7350993377",
> "soilLeafAlarm2": "0.0",
> "soilLeafAlarm3": "0.0",
> "usUnits": "16.0",
> "soilLeafAlarm1": "0.0",
> "leafWet4": "0.0",
> "txBatteryStatus": "0.0",
> "yearET": "4.88",
> "monthRain_cm": "2.9400074",
> "UV": "0.0",
> "rainRate_cm_per_hour": "0.0",
> "dayET": "0.0",
> "dateTime": "1492467300.0",
> "windDir": "283.55437192",
> "stormRain_cm": "1.7200043",
> "ET_cm": "0.0",
> "sunset": "1492538940.0",
> "highOutTemp": "38.4",
> "radiation_Wpm2": "0.0"
>
> Thank You!!
>
>
> --
> 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/ebd83f17-71fc-41c6-bffe-31190868c2cb%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEAcsuUUAi9ioUjgofbNaNbhs5uRSdPumixafhKwdmXHHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Weather Variables (Davis Vantage Pro 2)

2019-06-26 Thread Rui Pinto
Hello!! I have a Davis Vantage Pro2 station and i utilized Weewx to do 
interface with the console to get the data from it.
It's working fine. The only problem is that i don't understand what some 
values of the variables actually mean (for example: rxCheckPercent, Sunset, 
ForecastRule, ForecastIcon, etc).
If anyone knows where can i get the information to this variables would be 
great.

Here's an JSON example of the variables of the station:

"windSpeed10_kph": "5.78725803977",
"monthET": "1.32",
"highUV": "0.0",
"cloudbase_meter": "773.082217509",
"leafTemp1_C": "8.333",
"rainAlarm": "0.0",
"pressure_mbar": "948.046280104",
"rain_cm": "0.0",
"highRadiation": "0.0",
"interval_minute": "5.0",
"barometer_mbar": "1018.35464712",
"yearRain_cm": "17.200043",
"consBatteryVoltage_volt": "4.72",
"dewpoint_C": "2.07088485785",
"insideAlarm": "0.0",
"inHumidity": "29.0",
"soilLeafAlarm4": "0.0",
"sunrise": "1492489200.0",
"windGust_kph": "9.6560886",
"heatindex_C": "3.556",
"dayRain_cm": "0.0",
"lowOutTemp": "38.3",
"outsideAlarm1": "0.0",
"forecastIcon": "8.0",
"outsideAlarm2": "0.0",
"windSpeed_kph": "3.95409343049",
"forecastRule": "40.0",
"windrun_km": "1.07449640224",
"outHumidity": "90.0",
"stormStart": "1492207200.0",
"inDewpoint": "45.1231125123",
"altimeter_mbar": "1016.62778614",
"windchill_C": "3.556",
"appTemp_C": "1.26842313302",
"outTemp_C": "3.556",
"windGustDir": "275.0",
"extraAlarm1": "0.0",
"extraAlarm2": "0.0",
"extraAlarm3": "0.0",
"extraAlarm4": "0.0",
"extraAlarm5": "0.0",
"extraAlarm6": "0.0",
"extraAlarm7": "0.0",
"extraAlarm8": "0.0",
"humidex_C": "3.556",
"rain24_cm": "0.8800022",
"rxCheckPercent": "87.979167",
"hourRain_cm": "0.0",
"inTemp_C": "26.83",
"watertemp": "8.333",
"trendIcon": "59.7350993377",
"soilLeafAlarm2": "0.0",
"soilLeafAlarm3": "0.0",
"usUnits": "16.0",
"soilLeafAlarm1": "0.0",
"leafWet4": "0.0",
"txBatteryStatus": "0.0",
"yearET": "4.88",
"monthRain_cm": "2.9400074",
"UV": "0.0",
"rainRate_cm_per_hour": "0.0",
"dayET": "0.0",
"dateTime": "1492467300.0",
"windDir": "283.55437192",
"stormRain_cm": "1.7200043",
"ET_cm": "0.0",
"sunset": "1492538940.0",
"highOutTemp": "38.4",
"radiation_Wpm2": "0.0"

Thank You!!


-- 
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/ebd83f17-71fc-41c6-bffe-31190868c2cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread Wiggytoo
Hi Pat - thanks for this, I finally upgraded [upgrade guide was spot on] 
and the results can be seen here .

It took me a while to realise that some text is now in [labels] - the Skin 
Options example in the section of the help still refers to them as part of 
Extras, see below.

I have not yet looked at the new charts, but this is the next task as the 
new ones look very good.

By the  way, how did you mask you Site Logo to show black or white with the 
light and dark theme?

Many thanks,
Gavin

[StdReport]
[[Belchertown]]
skin = Belchertown
HTML_ROOT = belchertown
[[[Extras]]]
belchertown_root_url = "https://belchertownweather.com";
logo_image = 
"https://belchertownweather.com/images/content/btownwx-logo-slim.png";
footer_copyright_text = "BelchertownWeather.com"
forecast_enabled = 1
darksky_secret_key = "your_key"
earthquake_enabled = 1
twitter_enabled = 1

-- 
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/e6f9ba2e-239c-45e8-a380-f49611742c17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread Andrew Milner
Pat - I kinda guessed something like that would be the case . and I'd 
also wager that when you made Belchertown skin available to the masses you 
never thought you'd open a Pandora's box and find a new full time 
occupation!!!

On Wednesday, 26 June 2019 14:57:49 UTC+3, Pat wrote:
>
> All graphs are static pre-configured time frames. There is no dynamic 
> calendar/dropdown option. 
>
> Dynamic time frame charting either requires *a lot of JSON files* or 
> direct access to the database. Neither option is ideal in the current 
> typical weewx environment. 
>
>
> On Wednesday, June 26, 2019 at 4:17:20 AM UTC-4, Ralf B wrote:
>>
>> thx. this can help
>>
>> but, its only possible to create a older plot on the weewx-server, not in 
>> the homepage (for visitors) eg per dropdown menu / calendar menu...?
>>
>>
>>
>> Am Dienstag, 25. Juni 2019 19:26:05 UTC+2 schrieb Pat:
>>>
>>> Absolutely. You can graph wind rose for yesterday, last month, last 
>>> year, last 36 hours, all time (since beginning of your database), almost 
>>> anything with regards to time. Just follow the time scale settings for the 
>>> chart, and windRose would be your observation to chart. Some details on 
>>> those settings, check this section of the Charts Wiki here: 
>>> https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#time-scales-for-charts
>>>
>>> On Tuesday, June 25, 2019 at 1:21:51 PM UTC-4, Ralf B wrote:

 Great Skin, thx.

 A Question: Is it possible to plot older graphs e.g. windrose of last 
 month or from january 2018?

>>>

-- 
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/7912e8c2-5dae-4583-9746-c28c39d04c4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread Pat
All graphs are static pre-configured time frames. There is no dynamic 
calendar/dropdown option. 

Dynamic time frame charting either requires *a lot of JSON files* or direct 
access to the database. Neither option is ideal in the current typical 
weewx environment. 


On Wednesday, June 26, 2019 at 4:17:20 AM UTC-4, Ralf B wrote:
>
> thx. this can help
>
> but, its only possible to create a older plot on the weewx-server, not in 
> the homepage (for visitors) eg per dropdown menu / calendar menu...?
>
>
>
> Am Dienstag, 25. Juni 2019 19:26:05 UTC+2 schrieb Pat:
>>
>> Absolutely. You can graph wind rose for yesterday, last month, last year, 
>> last 36 hours, all time (since beginning of your database), almost anything 
>> with regards to time. Just follow the time scale settings for the chart, 
>> and windRose would be your observation to chart. Some details on those 
>> settings, check this section of the Charts Wiki here: 
>> https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#time-scales-for-charts
>>
>> On Tuesday, June 25, 2019 at 1:21:51 PM UTC-4, Ralf B wrote:
>>>
>>> Great Skin, thx.
>>>
>>> A Question: Is it possible to plot older graphs e.g. windrose of last 
>>> month or from january 2018?
>>>
>>

-- 
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/53dee8a1-1c0e-476a-8f67-21ccbc04035c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread Pat
Edit: for clarity. You can change the directions variable in weewx.conf to 
translate those to German. For other translations, look under Labels in 
skin.conf or weewx.conf to translate those as well. 


On Wednesday, June 26, 2019 at 6:43:01 AM UTC-4, Ralf B wrote:
>
> Hello
>
> a question about WindRoses. I know this here
>
> https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#wind-rose
>
> but where can i translate the wind-direction, e-g NNE to NNO
>
> *E*ast (english) to *O*st (german)
>
> regard
>

-- 
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/b84bd0db-a41b-4219-b48c-73fc7f3496c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread Pat
You can find translations in weewx.conf. Look for the directions variable.

On Wednesday, June 26, 2019 at 6:43:01 AM UTC-4, Ralf B wrote:
>
> Hello
>
> a question about WindRoses. I know this here
>
> https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#wind-rose
>
> but where can i translate the wind-direction, e-g NNE to NNO
>
> *E*ast (english) to *O*st (german)
>
> regard
>

-- 
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/7879dfe5-125b-4313-a895-0a2e628e8df9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread 'Ralf B' via weewx-user
Hello

a question about WindRoses. I know this here
https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#wind-rose

but where can i translate the wind-direction, e-g NNE to NNO

*E*ast (english) to *O*st (german)

regard

-- 
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/3e19cfad-b2f4-410f-844f-a400fab9b9f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread Andrew Milner
Relf - anything and everything is possible with software  why not just 
go ahead and try to create the required dropdowns/calendar selections etc 
etc??!!  Am sure Pat would appreciate any pull requests!!

On Wednesday, 26 June 2019 11:17:20 UTC+3, Ralf B wrote:
>
> thx. this can help
>
> but, its only possible to create a older plot on the weewx-server, not in 
> the homepage (for visitors) eg per dropdown menu / calendar menu...?
>
>
>
> Am Dienstag, 25. Juni 2019 19:26:05 UTC+2 schrieb Pat:
>>
>> Absolutely. You can graph wind rose for yesterday, last month, last year, 
>> last 36 hours, all time (since beginning of your database), almost anything 
>> with regards to time. Just follow the time scale settings for the chart, 
>> and windRose would be your observation to chart. Some details on those 
>> settings, check this section of the Charts Wiki here: 
>> https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#time-scales-for-charts
>>
>> On Tuesday, June 25, 2019 at 1:21:51 PM UTC-4, Ralf B wrote:
>>>
>>> Great Skin, thx.
>>>
>>> A Question: Is it possible to plot older graphs e.g. windrose of last 
>>> month or from january 2018?
>>>
>>

-- 
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/d1883c37-28cc-4c7e-92c3-20c4b909e057%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-26 Thread 'Ralf B' via weewx-user
thx. this can help

but, its only possible to create a older plot on the weewx-server, not in 
the homepage (for visitors) eg per dropdown menu / calendar menu...?



Am Dienstag, 25. Juni 2019 19:26:05 UTC+2 schrieb Pat:
>
> Absolutely. You can graph wind rose for yesterday, last month, last year, 
> last 36 hours, all time (since beginning of your database), almost anything 
> with regards to time. Just follow the time scale settings for the chart, 
> and windRose would be your observation to chart. Some details on those 
> settings, check this section of the Charts Wiki here: 
> https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#time-scales-for-charts
>
> On Tuesday, June 25, 2019 at 1:21:51 PM UTC-4, Ralf B wrote:
>>
>> Great Skin, thx.
>>
>> A Question: Is it possible to plot older graphs e.g. windrose of last 
>> month or from january 2018?
>>
>

-- 
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/843d15e9-ae4c-4aae-ad09-6fd0b10794bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.