[weewx-user] Re: how to backup and ftp sqlite db

2020-06-18 Thread Michael Sanphillipo
I've been using this script that I found and run it through sudo crontab it is named weewx_backup.sh. I know it's probably overkill but I run it every 2 hours via cron. You will need to modify the backup location to match your liking. #!/bin/bash # A script to backup weewx configuration

Re: [weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-06-18 Thread Ondrej Vozar
Hi Bob, I must admit that I was not thinking about the issue with upper case of the driver name this way. Yes, the problem was in the /etc/weewx/weewx.conf file. The name of the station and the driver section label were written with lower case. And - yes I did insert these manually. The reason

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread 'NanoG5Kite' via weewx-user
Me too and I gave up for the moment... But I play currently with PWS_Dasboard which is very well supported by Wim... https://www.fitzbek-wetter.de/pwsWDxx/index.php Regards, Matthias Am Donnerstag, 18. Juni 2020 17:44:40 UTC+2 schrieb Gert Andersen: > > Hi > > I did the same and got the same

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread Gert Andersen
Hi I did the same and got the same error. Running Weewx 4.1.1 Gert On Thursday, June 18, 2020 at 2:12:23 AM UTC+2, Benjamin Trey Blue wrote: > > Hello, > > Thank you for the patched interceptor driver - I just got a WH57 for my > GW1000 and am trying to get the observations added to the WeeWX

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread 'NanoG5Kite' via weewx-user
Me too and I gave up for the moment... I started now to investigate if PWS_Dashboard could be the better solution for me as more Sensors are supported, as well the WH57. Also Wim gives a great support and feedback... My PWS-Site, still not ready but operational..._

[weewx-user] Re: Horizontal line with Highcharts

2020-06-18 Thread Manfred Maier
Here you go: // Barometer chart plots get a higher precision yAxis tick if (s.obsType == "barometer") { if ( typeof s.yAxis_tickInterval === "undefined" ) { // If no tick interval override, set 0.01 as default tick

[weewx-user] Re: Horizontal line with Highcharts

2020-06-18 Thread Manfred Maier
Hi, a line like on my barometer chart (www.wetter-zorneding.de)? If so: Yes, that's possible but requires some additional lines in the belchertown.js.tmpl In case this is what you are looking for, I can copy my code here. Manfred Am Donnerstag, 18. Juni 2020 18:40:19 UTC+2 schrieb Andre: >

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread 'olicat' via weewx-user
Hi, I just made another attempt. Perhaps this helps ... https://github.com/matthewwall/weewx-interceptor/issues/69 Regards, Oliver -- 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

[weewx-user] Re: Horizontal line with Highcharts

2020-06-18 Thread Andre
Many thanks, Manfred. So langsam muss ich mal über eine eigene Danksagungseite nur für Dich nachdenken. ;) Am Donnerstag, 18. Juni 2020 18:57:16 UTC+2 schrieb Manfred Maier: > > Here you go: > > // Barometer chart plots get a higher precision yAxis tick > if

[weewx-user] Re: Horizontal line with Highcharts

2020-06-18 Thread Manfred Maier
Keine Sache. Ich habe hier auch unzählige Fragen gestellt und war froh, wenn mir jemand geholfen hat. Einige meiner Fragen hast Du jetzt auch und ich kenne mittlerweile die Antworten :) Andre schrieb am Donnerstag, 18. Juni 2020 um 19:02:00 UTC+2: > Many thanks, Manfred. > So langsam muss ich

[weewx-user] Weatherlink IP Discontinued... What are folks using now?

2020-06-18 Thread Russell van vlack
I operate several Davis Vantage Pro weather stations (cabled versions) for our local skywarn spotter network. These stations are often located at remote sites and then we've got Weewx running on a server that goes out and polls all of the stations. The stations are linked to the internet via

[weewx-user] Export (high)charts Belchertown

2020-06-18 Thread Arend
Hello, I found this addition in the changelog (version 1.1) ** Added the ability to enable chart exporting using the Highcharts exporting utility.* So far I haven't found an exact discription how to activate this. There is no mentioning how to activate in the Belchertown Charts

[weewx-user] Re: Export (high)charts Belchertown

2020-06-18 Thread Pat
It works in my debugger, but not on my site. I'll have to look into this On Thursday, June 18, 2020 at 3:09:39 PM UTC-4, Arend wrote: > > > Hello, > > I found this addition in the changelog (version 1.1) > > ** Added the ability to enable chart exporting using the Highcharts > exporting

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread rich T
Looks like the driver is trying to convert the string to a float. 'lightning': '' -- 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

Re: [weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-06-18 Thread Bob Atchley
Hi Ondrej, All good then, I just need to work out why the Python2 install didn't work (possibly because you had added the Python3 dependencies not the Python2 ones ? If so that would make sense) The rest of weewx is much more reliable than my driver !! I have been using mariaDB from day 1 and

[weewx-user] Re: Horizontal line with Highcharts

2020-06-18 Thread Andre
Yes, this is excacly what I'm looking for. Your code sharing will be very nice. Am Donnerstag, 18. Juni 2020 18:43:28 UTC+2 schrieb Manfred Maier: > > Hi, > a line like on my barometer chart (www.wetter-zorneding.de)? > > If so: Yes, that's possible but requires some additional lines in the >

[weewx-user] Re: Weatherlink IP Discontinued... What are folks using now?

2020-06-18 Thread Pat
I don't think the weatherlink ip will turn off anytime soon. So it should continue to work for a long time. If you're having a hard time buying a new one, I see people are using a clone . On Thursday, June 18, 2020 at 4:52:53 PM

[weewx-user] Re: Export (high)charts Belchertown

2020-06-18 Thread Pat
I think I fixed it. Replace your skins/Belchertown/style.css with the one attached in the zip file, then let an archive interval pass and refresh your page. On Thursday, June 18, 2020 at 4:17:58 PM UTC-4, Arend wrote: > > > > Op donderdag 18 juni 2020 21:18:14 UTC+2 schreef Pat: >> >> It

[weewx-user] Re: Weatherlink IP Discontinued... What are folks using now?

2020-06-18 Thread vince
On Thursday, June 18, 2020 at 11:26:36 AM UTC-7, Russell van vlack wrote: > > With the Davis Weatherlink IP being discontinued, what are folks using to > connect their cabled stations to the internet? I see a couple of > recommendations a while ago for something like this: >

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread 'NanoG5Kite' via weewx-user
Hi Oliver, also many thanks from my site to jump in here again! Will also test asap... Best regards, Matthias Am Donnerstag, 18. Juni 2020 20:44:27 UTC+2 schrieb olicat: > > Hi, > > I just made another attempt. Perhaps this helps ... > >

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread Benjamin Trey Blue
Thank you Oliver, I made that change and was able to start WeeWX with no errors - now just to wait for some lightning! Normally that's an almost every afternoon occurrence this time of year in Florida, but as my luck would have it, the forecast looks unusually clear right now. Thank you for

[weewx-user] Horizontal line with Highcharts

2020-06-18 Thread Andre
Is it possible to draw a horizontal colored line on specific yaxis value? I need a fixed line to show peak values. Regards Andre -- 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,

[weewx-user] Re: Export (high)charts Belchertown

2020-06-18 Thread Arend
Op donderdag 18 juni 2020 21:18:14 UTC+2 schreef Pat: > > It works in my debugger, but not on my site. I'll have to look into this > Hello Pat, Thank you for your quick response. If you need additional information for tracing the cause of this problem, please let me know. With kind regards,

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread Gert Andersen
Hi I'm also waiting to the next strike. What do you do with the 2 other fields: lightning_time wh57batt Currently they are not in the database, so have you updated the database with these fields or just forget them? Thanks to Oliver for the help. Gert On Saturday, June 6, 2020 at 10:28:48

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread 'NanoG5Kite' via weewx-user
Hi Gert, I‘m not sure about the Battery Value, but has your sensor and gw1000 ever detected one strike before? You need this first strike to get all data points. Br, Matthias Am Freitag, 19. Juni 2020 06:42:15 UTC+2 schrieb Gert Andersen: > > Hi > I'm also waiting to the next strike. > >