[weewx-user] Re: how to get german letters and fortatting into highcharts?

2020-04-04 Thread Astrid
Hello! Thanx a lot. :) >#encoding UTF-8 works. :) >refer to the Highcharts API . I try to do this, but getting very confused from it... :( viewFullscreen: "Vollbil

[weewx-user] Re: how to get german letters and fortatting into highcharts?

2020-04-04 Thread gjr80
You set the format for inputDateFormat and inputEditDateFormat using % format codes. You find the highcharts supported format codes listed under dateFormats at this link: https://api.highcharts.com/class-reference/Highcharts.Time.html Gary -- You received this message because you are subscribe

[weewx-user] Re: problems with wee_import from csv

2020-04-04 Thread Astrid
Hello! Thanx. But still not working. :( wee_import --import-config=mycsv.conf --log=log.log Starting wee_import... A CSV import from source file '/var/tmp/data.csv' has been requested. Using database binding 'wx_binding', which is bound to database 'weewx.sdb' Destination table 'archive' unit sys

[weewx-user] Re: problems with wee_import from csv

2020-04-04 Thread gjr80
Just omit the —log option and the logging will be in whatever file WeeWX normally logs to. Gary -- 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+unsubs

[weewx-user] Re: problems with wee_import from csv

2020-04-04 Thread gjr80
Or include a full path with the —log option, eg: —log=/var/tmp/import.log -- 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.

[weewx-user] weewx beta version 4.0.0b18

2020-04-04 Thread Phil Owers
Hi Guys First of all I hope everybody is staying safe and well Before I go into to many details should weewx v4.0.0b18 work on its own. Followed the Installation using setup.py, loaded all the prerequisites for Debian 10(Buster) Installed using python3 ./setup.py build , sudo python3 ./setup.

[weewx-user] Re: problems with wee_import from csv

2020-04-04 Thread gjr80
Actually, disregard my last post. —log cannot be used to redirect logging to a file, it can only be used to disable wee_import logging by using —log=-. Running wee_import with —help or referring to the wee_import section of the Utilities Guide (http://weewx.com/docs/utilities.htm#Option_--log) m

[weewx-user] Re: problems with wee_import from csv

2020-04-04 Thread Astrid
Hello! With sqlitebrowser I looked now into the database: The datetime field is filled ok with the imported values from datetime. But all other columns is standing NULL. But I do not understand, why?? This is the beginning of my data.csv: mydatetime,myouttemp,myouthumidity,mydewpoint,mybarometer

[weewx-user] Re: problems with wee_import from csv

2020-04-04 Thread gjr80
Need the log please. Gary -- 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

[weewx-user] Re: how to get german letters and fortatting into highcharts?

2020-04-04 Thread Astrid
Hello! Thanx. I put into plots.js: time: { timezone: 'Europe/Berlin' }, and into theme.js "rangeSelector": { "inputDateFormat": "%d.%m.%Y", // "%e %b %Y", "inputEditDateFormat": "%d.%m.%Y"// "%e %b %Y", } but still the same as before. Regards, Astrid -- You r

[weewx-user] weewx beta version 4.0.0b18

2020-04-04 Thread gjr80
Hi, 4.0.0b18 (or for that matter the current master branch on github) runs just fine. You ran WeeWX directly by using sudo ./bin/weewxd, did you leave the terminal session you ran that command in open overnight or did you close it? It would have needed to have been left open. Gary -- You rec

[weewx-user] Re: how to get german letters and fortatting into highcharts?

2020-04-04 Thread gjr80
Did you modify theme.js on your web server? Gary -- 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

[weewx-user] Re: problems with wee_import from csv

2020-04-04 Thread Astrid
Hello! I removed the lines with NULL in datafield-values and rerun the import for 01.04.2020 again and now it adds the recored into database. :) Apr 04 12:36:51 linux.lsg wee_import[3234]: manager: Added record 2020-04-01 00:05:00 CEST (1585692300) to database 'weewx.sdb' Apr 04 12:36:51 linux.l

[weewx-user] Can't run from USB-disk in debian buster on Raspberry PI models 1B and 2B (SOLVED)

2020-04-04 Thread Luc Heijst
I used to change the root=PARTUUID= setting in cmdline.txt of the (micro) sd-card of RPI 1B and 2B models to the PARTUUID of the USB-disk. Then the RPI will run with root on the SDA parttion. When raspbian buster (or the latest version of stretch) is written with balenaEtcher, both sd-card and u

[weewx-user] Re: how to get german letters and fortatting into highcharts?

2020-04-04 Thread Astrid
Hello! Yes, I modified theme.js on webserver. plot.js is copied from /var/www/htdocs/weewx automatically to webserver, but theme.js is not automatically copied. Regards, Astrid -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

[weewx-user] question to colorizing historyplot in niculskin

2020-04-04 Thread Astrid
Hello! I am using weewx 3.9.2 with niculskin. It has a nice colored table with min/avg/max temperature. I added a table for max_wind in tmpl. It well done plotted too. :) But the backgroundcolors from the values are made for a temperaturerange. Can I give somewhere another range vor wind? How c

[weewx-user] ftp problems

2020-04-04 Thread 'Richard O' via weewx-user
Hi All I am having a problem getting my external website to work. Nothing downloads onto it. i have tried every combination I can think of! Hardware Davis vue with meteo pi and RPi Software latest Raspbian lite and latest weewx server software latest Nginx The program is running well and all wo

Re: [weewx-user] ftp problems

2020-04-04 Thread p q
Have you tried to manually ftp something to the ftp site? On Sat, Apr 4, 2020 at 9:41 AM 'Richard O' via weewx-user < weewx-user@googlegroups.com> wrote: > Hi All > > I am having a problem getting my external website to work. Nothing > downloads onto it. i have tried every combination I can think

[weewx-user] Re: ftp problems

2020-04-04 Thread vince
The key here is likely: Unable to connect or log into server : timed out I think your weewx.conf settings are likely incorrect. Check that your ftp username is correct. Personally I'd also remove the quotes around your password as well. Try to manually ftp to the site. I realize if you're n

[weewx-user] Re: ftp problems

2020-04-04 Thread 'Richard O' via weewx-user
Thanks very much for your replies. It shall have a look at the manually ftp'ing something. Sounds like a longer term project!! I think though I would really like to make sure I am getting the obvious right ie... user = ftp.mywebsite.com password = 'xxx' (please note the password

[weewx-user] Re: ftp problems

2020-04-04 Thread vince
On Saturday, April 4, 2020 at 10:20:47 AM UTC-7, Richard O wrote: > > Am I correct in... > We have no idea what the correct values are for your site and your account there. The instructions are pretty clear in weewx.conf - server is the remote computer - username is the user account 'on' that

[weewx-user] Re: ftp problems

2020-04-04 Thread rich T
user = (your username for your webhost) password = (your password for your webhost) > -- 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...@goog

[weewx-user] Re: how to get german letters and fortatting into highcharts?

2020-04-04 Thread gjr80
Correct, plot.js is copied from WeeWX machine to web server but only on a WeeWX restart, it is not copied every report cycle. So if you make changes to plot.js you need to make the changes on your WeeWX machine and then restart WeeWX. If you change plot.js on your webserver your changes will be

[weewx-user] Re: question to colorizing historyplot in niculskin

2020-04-04 Thread gjr80
Hi, I do not use Niculskin but looking at the Niculskin github repo it appears that you can control the colours used in the history tables through the [HistoryGenerator] stanza in skins/niculskin/skin.conf. Have a read through that stanza, in particular look at how the colours for the rain hist