Re: [weewx-user] Questions about weewx-loopdata 1.3.x

2020-07-07 Thread geni08...@gmail.com
no error in the log file, and weewx-loopdate has mastered midnight. I will look at weewx-weatherboard in a moment jo...@johnkline.com schrieb am Dienstag, 7. Juli 2020 um 20:10:24 UTC+2: > Most of the WeatherBoard will now use the strings in Defaults, so you > should see it in German after you

Re: [weewx-user] Re: Bad Data after Maintenance

2020-07-07 Thread gjr80
I suspect you will find the offending value in the rainRate daily summary table, the following can be used to check: echo "SELECT datetime(dateTime,'unixepoch','localtime'),max,datetime(maxtime,'unixepoch','localtime') FROM archive_day_rainRate WHERE (max>13);" | sqlite3 /home/pi/weewxcopy.sdb

[weewx-user] Re: Updating database from weewx 3.9 to weewx 4.1

2020-07-07 Thread Harry Nieuwdorp
Hello Tom, I think due to the following message: [14:12:56] Error while importing data: table archive has 114 columns but 52 values were supplied. In file weewx3.9 i have no extratemp4 etc.and 52 colums. Can i send file direct ?? Can you help me how i can copy to the /var/lib/ directory. It is

Re: [weewx-user] Socketlogger error while starting.

2020-07-07 Thread richard effsec
THanks, I found the weewx-interceptor and installed it in listening mode. Now everything works fine. -- 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+un

Re: [weewx-user] Questions about weewx-loopdata 1.3.x

2020-07-07 Thread John Kline
Most of the WeatherBoard will now use the strings in Defaults, so you should see it in German after you install. For the custom strings, just update the strings in the WeatherBoard>Labels>Generic section of weewx.conf. > On Jul 7, 2020, at 6:47 AM, John Kline wrote: > >  > I’ve created a bra

Re: [weewx-user] snow data

2020-07-07 Thread Wes Witt
why wouldn't you just put the sensor values into the existing snowDepth field that is part of the default schema? -- 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] Re: snow data

2020-07-07 Thread Wes Witt
thanks, i'm aware of that service, but not really what i'm looking for. it does not provide proper integration into weewx. it stores the snow depth readings as "range" and not as a snow values. after further investigation i've found that the default schema (wview_extended) includes fields for

Re: [weewx-user] Re: Bad Data after Maintenance

2020-07-07 Thread Graham Eddy
there would be lots of such gaps - you excluded rainRate==0 from your selection if there are no bad values now in the 5 minute data, presumably the bad values are in summary data, so rebuild your summary tables (instructions in manual) after that, if no bad values in 5 minute data or in summary

Re: [weewx-user] snow data

2020-07-07 Thread Graham Eddy
yep, that’s the product line. mine is not there - mine is the sensor and data-out part of “Aquagauge Differential Pressure Water Level Sensor with Analog and Serial Output” (product discontinued, i see) and the physical interface (wireless) part of “Aquagauge Water Level Data Logger with Wireles

Re: [weewx-user] Re: Bad Data after Maintenance

2020-07-07 Thread Andre
I've noticed in result.txt there is a 5 hour gap between 2020-07-04 07:05:00|1|0.0314960628 and 2020-07-04 12:00:00|1|0.1496062983. Could this caused my issue? Am Dienstag, 7. Juli 2020 16:03:27 UTC+2 schrieb Andre: > > My first thought was that it would be a good idea to search for "bad data" >

[weewx-user] Re: Added All-time graphs to Seasons Skin, how to share?

2020-07-07 Thread Richard G
I've added the changed files plus some instructions onto GitHub. https://github.com/gedger/alltimeSeasons Please let me know how it goes. Richard On Tuesday, 7 July 2020 at 14:39:19 UTC+1 jon...@gmail.com wrote: > I would also like to have the all-time history tab. Can you post the > changes

Re: [weewx-user] snow data

2020-07-07 Thread weather list
Is that aquagauge this unit ? > On 7 Jul, 2020, at 00:35, Graham Eddy wrote: > > happy to share. haven’t put in github because (a) i need to learn git; and > (b) controller i use is now obsolete (but is a useful example). copy of data > service

Re: [weewx-user] snow data

2020-07-07 Thread weather list
Many thanks, nice work. I’m also interested in the hardware, especially which pressure sensor you’re using and the distances from the river to your WeeWx install and network. > On 7 Jul, 2020, at 00:35, Graham Eddy wrote: > > happy to share. haven’t put in github because (a) i need to learn gi

Re: [weewx-user] Re: Updating database from weewx 3.9 to weewx 4.1

2020-07-07 Thread Tom Keffer
There is no info because the files are not different. There has been absolutely no change in databases. Just copy the file over. The only change is that the default schema *for new databases* has changed. But, that does not affect existing databases. Where did you get the impression that the data

Re: [weewx-user] Questions about weewx-loopdata 1.3.x

2020-07-07 Thread John Kline
I’ve created a branch of WeatherBoard that substitutes appTemp for dewpoint. It is here: https://github.com/chaunceygardiner/weewx-weatherboard/tree/appTemp > On Jul 7, 2020, at 12:09 AM, John Kline wrote: > >  > There was a subtle difference in how I was creating the next day accumulator > v

[weewx-user] Re: Added All-time graphs to Seasons Skin, how to share?

2020-07-07 Thread Jean Marc
I would also like to have the all-time history tab. Can you post the changes made to the skin? Thanks El dilluns, 6 juliol de 2020 17:49:21 UTC+2, Richard G va escriure: > > Following on from my earlier request for multi-year reports I was pointed > towards > > https://github.com/brewster76/fuzz

[weewx-user] Re: Updating database from weewx 3.9 to weewx 4.1

2020-07-07 Thread Harry Nieuwdorp
Hello Tom, i try to get data from weewx3.9.sdb into weewx.sdb from weewx 4.1 i have downloaded studiolite 3.2.1 Have exported weewx3.9 to csv file and try to import into weews.sdb from 4.1 now i get the following info: [14:10:20] Export to the file 'D:/Users/Nieuwdorp/Documents/Weer/Weewx/weewx3

Re: [weewx-user] WeeWX not starting after a power outage

2020-07-07 Thread Muireadach O Connor
Tom, cannot thank you enough, that's sorted it. Would you believe I have a Pi UPS sitting in a drawer for the last forever?, just never got round to installing it, lesson learned. Thanks again. On Tuesday, July 7, 2020 at 1:30:08 PM UTC+1, Tom Keffer wrote: > > Try deleting all the .pyc files. Th

Re: [weewx-user] WeeWX not starting after a power outage

2020-07-07 Thread Tom Keffer
Try deleting all the .pyc files. These are compiled versions of the .py file. Something like *find /usr/share/weewx -name "*.pyc" | sudo xargs rm* should do it On Tue, Jul 7, 2020 at 5:12 AM Muireadach O Connor wrote: > My power went for a few hours this morning unexpectedly. > > I do have bac

[weewx-user] WeeWX not starting after a power outage

2020-07-07 Thread Muireadach O Connor
My power went for a few hours this morning unexpectedly. I do have backups of the conf file, templates and database via a cron script which runs at midnight every night but would rather not go through a restore unless it's really needed as I've never had to and no doubt it's probably not going

Re: [weewx-user] Socketlogger error while starting.

2020-07-07 Thread Tom Keffer
I don't know anything about socketlogger, but it looks like it has not been ported to Python 3. Try running under Python 2.7 On Mon, Jul 6, 2020 at 11:19 PM richard effsec wrote: > Hello, > > I installed weewx with a WS1200 weatherstation. I used socketlogger to > gather weather data using metho

[weewx-user] Re: Solar radiation reading without solar sensor !!!!!???????

2020-07-07 Thread Kike .Asekas
I just looked but I don't have maxSolarRad in [Calculations] El martes, 7 de julio de 2020, 13:29:24 (UTC+2), Kike .Asekas escribió: > > Ok. Thank you. I understand. It was very intrigating. > > El martes, 7 de julio de 2020, 12:16:04 (UTC+2), Jacques Terrettaz > escribió: >> >> If the name of th

[weewx-user] Re: Solar radiation reading without solar sensor !!!!!???????

2020-07-07 Thread Kike .Asekas
Ok. Thank you. I understand. It was very intrigating. El martes, 7 de julio de 2020, 12:16:04 (UTC+2), Jacques Terrettaz escribió: > > If the name of the mqtt variable is maxSolarRad, it is not a measurement > but the value of the maximal solar radiation expected for your location and > calculat

[weewx-user] Re: Solar radiation reading without solar sensor !!!!!???????

2020-07-07 Thread Jacques Terrettaz
If the name of the mqtt variable is maxSolarRad, it is not a measurement but the value of the maximal solar radiation expected for your location and calculated by weewx. If you don't need the value, you can remove the "maxSolarRad line in the section [StdWXCalculate] [[Calculations]] of weewx.c

[weewx-user] Solar radiation reading without solar sensor !!!!!???????

2020-07-07 Thread Kike .Asekas
I have weewx with the mqtt extension and sdr driver. I haven't solar sensor but if i see the mqtt messages it appear the solar radiation. How is it posible? And the data seems correct.Now we are going towards noon and the radiation grows -- You received this message because you are subscribed

Re: [weewx-user] Re: Bad Data after Maintenance

2020-07-07 Thread Graham Eddy
usUnits==1 → rainRate is inches/hour. are you looking for > 13 inches/hour? also, for easier reading of timestamps, you could use SELECT datetime(dateTime,’unixepoch’,’localtime'),usUnits,rainRate FROM archive ... > On 7 Jul 2020, at 5:06 pm, Andre wrote: > > Thanks again, Gary. > This is my

Re: [weewx-user] Questions about weewx-loopdata 1.3.x

2020-07-07 Thread John Kline
There was a subtle difference in how I was creating the next day accumulator vs. how WeeWX proper is doing it. I’ve changed that. Please install 1.3.15 and let me know how it goes at midnight. > On Jul 6, 2020, at 10:44 PM, geni08...@gmail.com > wrote: > > Jul 7 00:00:01 Wetter-Raspi rsys

[weewx-user] Re: Bad Data after Maintenance

2020-07-07 Thread Andre
Thanks again, Gary. This is my result of the query echo "SELECT dateTime,usUnits,rainRate FROM archive WHERE (RainRate > 13);" | sqlite3 /home/pi/weewxcopy.sdb 1581284100|1|13.3385826805 1581284400|1|13.3385826805 I don't understand the dateTime 1581284100 which means 02-09-2020, 22:35:00. But