Re: [weewx-user] FTP Upload Problems

2020-12-17 Thread 'Ralf B' via weewx-user
root@raspberrypi:/var/www/html/weewx# ftp 213.160.xx.xx
Connected to 213.160.xx.xx.
220-- Welcome to Pure-FTPd [privsep] [TLS] --
220-You are user number 1 of 50 allowed.
220-Local time is now 18:02. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 30 minutes of inactivity.
Name (213.160.xx.xx:root): xxx
331 User x OK. Password required
Password:
230 OK. Current directory is /
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> type i
i: unknown mode
ftp>

Am Do., 17. Dez. 2020 um 14:53 Uhr schrieb Tom Keffer :

> There are several errors in your log.
>
> 1. You have enabled 'niculskin', yet the templates for it are not
> available.
>
> 2. You have enabled the extension sftpgenerator, but did not provide a
> value for 'server'
>
> 3. You have enabled the extension sftpgenerator, but did not install its
> required pre-requisite pysftp.
>
> 4. And, finally the FTP errors. I suspect the problem here is that
> something changed on your webserver. A 451 error is a transient error,
> meaning that it is a temporary issue. Frankly, I doubt that. Are you able
> to manually FTP into your webserver directly from the command line? For
> example:
>
> *cd /var/www/html/weewx*
> *ftp yourwebserver.com *
> Name: *(fill in your user name)*
> Password: *(fill in your password)*
> ftp> *type i*
> ftp> *put daytempchill.png*
> ftp> *quit*
>
> This session would upload the file daytempchill.png, which is the file
> that failed.
>
>
> On Wed, Dec 16, 2020 at 11:41 PM 'buck...@googlemail.com' via weewx-user <
> weewx-user@googlegroups.com> wrote:
>
>> Hello, since some days i ve problems to upload my ftp files to my
>> webserver
>> i use weewx 4.2.0
>> system is uptodate
>>
>> here a part of my syslog:
>>
>> Dec 17 08:35:27 raspberrypi weewx[652] INFO weewx.cheetahgenerator:
>> Generated 15 files for report Belchertown in 10.59 seconds
>> Dec 17 08:35:27 raspberrypi weewx[652] INFO weewx.reportengine: Copied 31
>> files to /var/www/html
>> Dec 17 08:35:46 raspberrypi weewx[652] INFO weewx.cheetahgenerator:
>> Generated 8 files for report SeasonsReport in 4.71 seconds
>> Dec 17 08:35:47 raspberrypi weewx[652] INFO weewx.imagegenerator:
>> Generated 15 images for report SeasonsReport in 1.16 seconds
>> Dec 17 08:35:47 raspberrypi weewx[652] INFO weewx.reportengine: Copied 87
>> files to /var/www/html/weewx
>> Dec 17 08:35:47 raspberrypi weewxd: translategenerator.pyc: Language is
>> german
>> Dec 17 08:35:48 raspberrypi weewxd: historygenerator.pyc: Generated 8
>> tables in 0.42 seconds
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> Generate failed with exception ''
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator: 
>> Ignoring template /etc/weewx/skins/niculskin/forecast.html.tmpl
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator: 
>> Reason: [Errno 2] Datei oder Verzeichnis nicht gefunden:
>> '/etc/weewx/skins/niculskin/forecast_iconic.inc'
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   Traceback (most recent call last):
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "/usr/share/weewx/weewx/cheetahgenerator.py", line 323, in
>> generate
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   unicode_string = compiled_template.respond()
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "_etc_weewx_skins_niculskin_forecast_html_tmpl.py", line 96,
>> in respond
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line
>> 1685, in _handleCheetahInclude
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   file=file)
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line
>> 738, in compile
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   fileHash += str(os.path.getmtime(file))
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "/usr/lib/python2.7/genericpath.py", line 62, in getmtime
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   return os.stat(filename).st_mtime
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   OSError: [Errno 2] Datei oder Verzeichnis nicht gefunden:
>> '/etc/weewx/skins/niculskin/forecast_iconic.inc'
>> Dec 17 08:35:52 raspberrypi weewx[652] INFO weewx.cheetahgenerator:
>> Generated 13 files for report StandardReport in 4.78 seconds
>> Dec 17 08:35:53 raspberrypi weewx[652] INFO weewx.imagegenerator:
>> Generated 13 images for report StandardReport 

Re: [weewx-user] FTP Upload Problems

2020-12-17 Thread 'Ralf B' via weewx-user
root@raspberrypi:/var/www/html/weewx# ftp 213.160.71.98
Connected to 213.160.71.98.
220-- Welcome to Pure-FTPd [privsep] [TLS] --
220-You are user number 1 of 50 allowed.
220-Local time is now 18:02. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 30 minutes of inactivity.
Name (213.160.71.98:root): xxx
331 xxx OK. Password required
Password:
230 OK. Current directory is /
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> type i
i: unknown mode
ftp>

Am Do., 17. Dez. 2020 um 14:53 Uhr schrieb Tom Keffer :

> There are several errors in your log.
>
> 1. You have enabled 'niculskin', yet the templates for it are not
> available.
>
> 2. You have enabled the extension sftpgenerator, but did not provide a
> value for 'server'
>
> 3. You have enabled the extension sftpgenerator, but did not install its
> required pre-requisite pysftp.
>
> 4. And, finally the FTP errors. I suspect the problem here is that
> something changed on your webserver. A 451 error is a transient error,
> meaning that it is a temporary issue. Frankly, I doubt that. Are you able
> to manually FTP into your webserver directly from the command line? For
> example:
>
> *cd /var/www/html/weewx*
> *ftp yourwebserver.com *
> Name: *(fill in your user name)*
> Password: *(fill in your password)*
> ftp> *type i*
> ftp> *put daytempchill.png*
> ftp> *quit*
>
> This session would upload the file daytempchill.png, which is the file
> that failed.
>
>
> On Wed, Dec 16, 2020 at 11:41 PM 'buck...@googlemail.com' via weewx-user <
> weewx-user@googlegroups.com> wrote:
>
>> Hello, since some days i ve problems to upload my ftp files to my
>> webserver
>> i use weewx 4.2.0
>> system is uptodate
>>
>> here a part of my syslog:
>>
>> Dec 17 08:35:27 raspberrypi weewx[652] INFO weewx.cheetahgenerator:
>> Generated 15 files for report Belchertown in 10.59 seconds
>> Dec 17 08:35:27 raspberrypi weewx[652] INFO weewx.reportengine: Copied 31
>> files to /var/www/html
>> Dec 17 08:35:46 raspberrypi weewx[652] INFO weewx.cheetahgenerator:
>> Generated 8 files for report SeasonsReport in 4.71 seconds
>> Dec 17 08:35:47 raspberrypi weewx[652] INFO weewx.imagegenerator:
>> Generated 15 images for report SeasonsReport in 1.16 seconds
>> Dec 17 08:35:47 raspberrypi weewx[652] INFO weewx.reportengine: Copied 87
>> files to /var/www/html/weewx
>> Dec 17 08:35:47 raspberrypi weewxd: translategenerator.pyc: Language is
>> german
>> Dec 17 08:35:48 raspberrypi weewxd: historygenerator.pyc: Generated 8
>> tables in 0.42 seconds
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> Generate failed with exception ''
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator: 
>> Ignoring template /etc/weewx/skins/niculskin/forecast.html.tmpl
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator: 
>> Reason: [Errno 2] Datei oder Verzeichnis nicht gefunden:
>> '/etc/weewx/skins/niculskin/forecast_iconic.inc'
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   Traceback (most recent call last):
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "/usr/share/weewx/weewx/cheetahgenerator.py", line 323, in
>> generate
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   unicode_string = compiled_template.respond()
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "_etc_weewx_skins_niculskin_forecast_html_tmpl.py", line 96,
>> in respond
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line
>> 1685, in _handleCheetahInclude
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   file=file)
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line
>> 738, in compile
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   fileHash += str(os.path.getmtime(file))
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>> File "/usr/lib/python2.7/genericpath.py", line 62, in getmtime
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   return os.stat(filename).st_mtime
>> Dec 17 08:35:52 raspberrypi weewx[652] ERROR weewx.cheetahgenerator:
>>   OSError: [Errno 2] Datei oder Verzeichnis nicht gefunden:
>> '/etc/weewx/skins/niculskin/forecast_iconic.inc'
>> Dec 17 08:35:52 raspberrypi weewx[652] INFO weewx.cheetahgenerator:
>> Generated 13 files for report StandardReport in 4.78 seconds
>> Dec 17 08:35:53 raspberrypi weewx[652] INFO weewx.imagegenerator:
>> Generated 13 images for report StandardReport in 1.18 seconds
>> Dec 17 

[weewx-user] Re: weewx 4.x version with sofaskin

2020-07-15 Thread 'Ralf B' via weewx-user
yes, it is...

Am Mittwoch, 17. Juni 2020 10:40:53 UTC+2 schrieb Manfred Nadymacek:
>
> Did anybody do already an update to version 4.x with python 3.x  and 
> active sofaskin ?
> I asked because i'm running actual on 3.9.2. version with python 2.7and 
> after update i got several errors and for example almanche cannot update 
> aso...
>
> Is sofaskin python 3 compatible?
>
> thx
> Manfred
>
>

-- 
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/d77d2396-df26-488e-98ea-f6ff985c6b02o%40googlegroups.com.


[weewx-user] problems with TFA Nexus

2019-08-07 Thread 'Ralf B' via weewx-user
hello,

i dont know why, but my weewx crashed sometimes. works after weewx start, 
and after some minutes or hours the connection is lost

Aug 07 08:07:53 raspberrypi weewx[446]: te923: Found device on USB bus= 
device=
Aug 07 08:07:53 raspberrypi weewx[446]: te923: Failed attempt 1 of 5 to 
read data: [Errno 32] Pipe error
Aug 07 08:07:56 raspberrypi weewx[446]: te923: Failed attempt 2 of 5 to 
read data: [Errno 32] Pipe error
Aug 07 08:07:59 raspberrypi weewx[446]: te923: Failed attempt 3 of 5 to 
read data: [Errno 32] Pipe error
Aug 07 08:08:02 raspberrypi weewx[446]: te923: Failed attempt 4 of 5 to 
read data: [Errno 32] Pipe error
Aug 07 08:08:05 raspberrypi weewx[446]: te923: Failed attempt 5 of 5 to 
read data: [Errno 32] Pipe error
Aug 07 08:08:08 raspberrypi weewx[446]: import of driver failed: Read 
failed after 5 tries ()
Aug 07 08:08:08 raspberrypi weewx[446]: engine: Unable to load driver: Read 
failed after 5 tries
Aug 07 08:08:08 raspberrypi weewx[446]:   Exiting...

 
perhaps anyone can help

TFA Nexus and Raspberry 3B

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/879aa624-bd00-441f-9278-382da060dd77%40googlegroups.com.


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

2019-07-16 Thread 'Ralf B' via weewx-user
hello


how can i add a page like this here (colored table)
http://dajda.net/history.html

or, perhaps anyone has modified this for blechertown skin?

hope anyone can help, thx



also a skin with this:
https://gitlab.com/ngulden/niculskin

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/e4e24581-385c-4d81-a3b6-70fd079bb61e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-30 Thread 'Ralf B' via weewx-user
is it possible to enable the export button in the highchart plots?

https://api.highcharts.com/highcharts/6.0.3/exporting.enabled


-- 
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/87f867d2-9015-4790-a747-9d82d9c75435%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

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

i have one question and one problem

problem: the home button only reload the actually page and jump not to my 
mainpage.

here some snapshots of my weewx.conf

[Station]

station_url = www.schatthaus-wetter.de


[StdReport]
 [[Belchertown]]
HTML_ROOT = /var/www/html
skin = Belchertown
[[[Extras]]]
   belchertown_root_url = "https://www.schatthaus-wetter.de;
   
 [[Highcharts_Belchertown]]
HTML_ROOT = /var/www/html
skin = Highcharts_Belchertown


skin.conf
[Extras]


# General Site Defaults
belchertown_debug = 0
#belchertown_root_url = ""
belchertown_locale = "auto"
theme = light
theme_toggle_enabled = 1
site_title = "Schatthaus Wetter"
logo_image = "schatthaus.png"
radar_html = ""




question:
on the mainpage, ive a small table with weather from today and the actually 
month (-> Weather Record Snapshots). how can 
i add the same information with weather from yesterday and the actually 
week ?
i need
weather today
weather yesterday
weather week
weather month

-- 
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/38e6deb4-5f8a-4b96-abcb-b2025155a673%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

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

i have one question and one problem

problem: the home button only reload the actually page and jump not to my 
mainpage.

here some snapshots of my weewx.conf

[Station]

station_url = www.schatthaus-wetter.de


[[Belchertown]]
HTML_ROOT = /var/www/html
skin = Belchertown
[[[Extras]]]
   belchertown_root_url = "https://www.schatthaus-wetter.de;
   
[[Highcharts_Belchertown]]
HTML_ROOT = /var/www/html
skin = Highcharts_Belchertown

skin.conf
[Extras]

# General Site Defaults
belchertown_debug = 0
#belchertown_root_url = ""
belchertown_locale = "auto"
theme = light
theme_toggle_enabled = 1
site_title = "Schatthaus Wetter"
logo_image = "schatthaus.png"
radar_html = ""



question:
on the mainpage, ive a small table with weather from today and the actually 
month (-> Weather Record Snapshots). how can 
i add the same information with weather from yesterday and the actually 
week ?
i need
weather today
weather yesterday
weather week
weather month


-- 
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/8305bae3-38df-4ca6-a500-33fa65ed5479%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-28 Thread 'Ralf B' via weewx-user
is this right here? why is the sum of all values not 100% ?

[image: windrose.png]

-- 
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/099ad775-b3a5-4a2d-abb9-619d971de2db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-27 Thread 'Ralf B' via weewx-user
thx, hope you mean this part.


header.html.tmpl:

   
   
$obs.label.nav_home
   #if 
$Extras.has_key('highcharts_enabled') and $Extras.highcharts_enabled == '1'
   
$obs.label.nav_graphs
   #end if
   
$obs.label.nav_records
   
$obs.label.nav_reports

$obs.label.nav_reports

$obs.label.nav_reports

$obs.label.nav_about
   #if 
$Extras.has_key('theme_toggle_enabled') and $Extras.theme_toggle_enabled == 
'1'
   
   
   
   
   #end if
   


skin.conf
[[[reports]]]
   template = reports/index.html.tmpl
[[[newpage_1]]]
   template = newpage_1/index.html.tmpl



this is enough?

-- 
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/2ef85ca9-93cc-46a7-804c-58c3bc7f48ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-27 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: 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 '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.


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

2019-06-25 Thread 'Ralf B' via weewx-user
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/2042545a-5227-4d63-bb81-8786bbf4c241%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2019-06-23 Thread 'Ralf B' via weewx-user
hello 

how can i create a plot from the actually month? or from the last month?



Am Sonntag, 7. August 2016 12:13:30 UTC+2 schrieb Ralf B:
>
> hello
>
> how can i create a windrose like this one:
>
> 
>
>
> *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/1ab5458f-2667-4adf-8e57-ad29fa000736%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Windrose with weewx

2019-06-22 Thread 'Ralf B' via weewx-user
[[day_images]]

# Period (in seconds) over which wind rose is constructed. 86400 will

# use wind samples from past 24 hours, 43200 uses 12 hours of samples

# etc

period = 2592000 # == 24 hour
how can i create a monthly plot or a plot from the last month? 


and a question about the sample config. i see here
period = 2592000 # == 24 hour

2592000 is the period of a month and not a period from a month, correct?

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/9f170dd3-0609-4d5f-aea9-d431582968d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.