Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
How can I stop loop data? -- 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

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
weewx debug = 1 does not issue errors Am Freitag, 3. Juli 2020 23:17:17 UTC+2 schrieb John Kline: > > OK, ignore my last email. The accumulators were correct and conversions > of observations were being done correctly. But not highs, lows, sums, ... > > This is fixed in loopdata 1.3.5. Please

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
After installing 1.3.5, sudo extension --list reports errors and weewx no longer works pi@Wetter-Raspi:~/NAS/weewx-loopdata $ sudo wee_extension --list > Extension NameVersion Description > weatherboard 1.1 WeatherBoard skin. > Belchertown 1.2b6 A clean modern skin

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread John Kline
Actually, you need a space before the km/h. So add: Labels km_per_hour = " km/h" This will result in: 3.5 / 7.7 km/h You can ignore the change to index.html line 83. > On Jul 3, 2020, at 3:49 PM, John Kline wrote: > >  > OK, as far as changing to km/h.

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread John Kline
OK, as far as changing to km/h. It’s done the same way you would change a label for any report in WeeWX. In this case, just add the last two lines below to WeatherBoardReport in weewx.conf. This is assuming the target_report LoopData section is WeatherBoardReport (which it should be).

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread John Kline
OK, ignore my last email. The accumulators were correct and conversions of observations were being done correctly. But not highs, lows, sums, ... This is fixed in loopdata 1.3.5. Please pull it, install it and restart weewx. It should all work with this change. It’s fortunate (for me) that

Re: [weewx-user] Re: Vantage Vue showing loss of signal at midnight

2020-07-03 Thread Tom Keffer
Look around at any Vantage station --- they all show this. A long time ago, someone (Luc?) figured out the cause. Something to do with the reception stats getting reset at midnight, but I may not be remembering correctly. -tk On Fri, Jul 3, 2020 at 10:14 AM vince wrote: > On Friday, July 3,

Re: [weewx-user] weewx 4.1.1-1 on rasp pi

2020-07-03 Thread Star Gazer
Tom, I turned on debug and got a little more output: Jul 3 15:45:12 obs weewx[26304] INFO weewx.engine: Loading station type Vantage (weewx.drivers.vantage) Jul 3 15:45:12 obs weewx[26304] DEBUG weewx.drivers.vantage: Driver version is 3.2.0 Jul 3 15:45:12 obs weewx[26304] DEBUG

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread John Kline
I found the problem. The database is storing rain as cm and, as you might expect, the day accumulators were correct. I however, when I copied the accumulators at startup, was treating them as if they were in the report target units (in this case mm). I’ll push a fix today. > On Jul 3, 2020,

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread John Kline
I’ve duplicated the daily rainfall discrepancy. I am asking WeeWX for the day summary and initializing my day accumulators with the day summary. day_summary = dbm._get_day_summary(time.time()) But the day summary accumulator for rain is reporting 1/10 of the actual rain. Before I can fix

[weewx-user] Re: Vantage Vue showing loss of signal at midnight

2020-07-03 Thread vince
On Friday, July 3, 2020 at 9:59:52 AM UTC-7, Phil Green wrote:wx. > > Weewx is running on a Pi3 and up to date and working well. > I have noticed that periodically at midnight my system shows a drop in > received signal by the console. > > I wouldn't worry too much about it. You'll see that

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
I'm using the latest driver wget -P / var / tmp https://raw.githubusercontent.com/weewx/weewx/master/bin/weewx/drivers/vantage.py Am Freitag, 3. Juli 2020 18:47:16 UTC+2 schrieb John Kline: > > > > On Jul 3, 2020, at 9:27 AM, Geni 0815 > > wrote: > >  > All fields are displayed again, we have

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
Except in LoopDate, windspeed is displayed correctly at "km / h" everywhere. In all graphics and reports. Am Freitag, 3. Juli 2020 18:47:16 UTC+2 schrieb John Kline: > > > > On Jul 3, 2020, at 9:27 AM, Geni 0815 > > wrote: > >  > All fields are displayed again, we have absolute calm at the

[weewx-user] Vantage Vue loss of signal on graph

2020-07-03 Thread Phil Green
Hello, I have a minor issue with my Vantage Vue working with Weewx. Weewx is running on a Pi3 and up to date and working well. I have noticed that periodically at midnight my system shows a drop in received signal by the console. I know this issue is a potential r.f. issue but I don’t get any

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread John Kline
> On Jul 3, 2020, at 9:27 AM, Geni 0815 wrote: > >  > All fields are displayed again, we have absolute calm at the moment so I can > not see how it works. > The error kph is desired km / h You can ask others how to change a label on a report. Once you do that, LoopData will use it. > Rain

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
All fields are displayed again, we have absolute calm at the moment so I can not see how it works. The error kph is desired km / h Rain display is wrong where the 0.1mm would come from correctly 0.6mm Am Freitag, 3. Juli 2020 15:44:29 UTC+2 schrieb John Kline: > > You didn’t quite get the change

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread John Kline
You didn’t quite get the change to appTemp correct. The JavaScript was trying to get a document element by the name of FMT_dewpoint, but that element no longer exists in index.html. Make the following changes and let me know how it goes. In index.html.tmpl: Change:

[weewx-user] Sensor DP60 Froggit (aka Ecowitt WH57) and visualization of your data on the weewx skin portal

2020-07-03 Thread Massimiliano Neri
Hello. I added a DP60 Froggit sensor (aka Ecowitt WH57) to my WH2650 weather station. I think I have correctly configured the sensor on weewx, but how can I add the lightning count data and their distance to my weewx skin portal? I would like to add this data both in text and in graphical

Re: [weewx-user] restfulservice //:API and register station bug

2020-07-03 Thread Tom Keffer
Two things to try: 1. If you set debug=1, it will tell you what option is missing. 2. Are you sure you are using the correct copy of weewx.conf? When weewxd starts up, it will log you which copy it is using. Is this the copy you are expecting? -tk On Fri, Jul 3, 2020 at 4:52 AM Météo Téthieu

[weewx-user] restfulservice //:API and register station bug

2020-07-03 Thread Météo Téthieu
Hello Guys, I've weewx version 4.1.1 I've two module /Driver it's : https://github.com/AssociationInfoclimat/StatIC-WeeWX and https://github.com/Drealine/WLLDriver The first , will verify on the Database if i've the data , and after will create the file txt of the data from data base and

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
Am Freitag, 3. Juli 2020 13:31:49 UTC+2 schrieb Geni 0815: > > > > Am Freitag, 3. Juli 2020 13:29:40 UTC+2 schrieb Geni 0815: >> >> The values "FMT_windSpeed": "0.0 kph", "FMT_HI_windGust": "14.5 kph", >> "FMT_10mMaxGust": "4.8 kph", have the label kph directly with them, this >> could be the

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
Am Freitag, 3. Juli 2020 13:29:40 UTC+2 schrieb Geni 0815: > > The values "FMT_windSpeed": "0.0 kph", "FMT_HI_windGust": "14.5 kph", > "FMT_10mMaxGust": "4.8 kph", have the label kph directly with them, this > could be the problem > > # Options for extension 'loopdata' >> [LoopData] >>

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
The values "FMT_windSpeed": "0.0 kph", "FMT_HI_windGust": "14.5 kph", "FMT_10mMaxGust": "4.8 kph", have the label kph directly with them, this could be the problem # Options for extension 'loopdata' > [LoopData] > [[FileSpec]] > loop_data_dir = /home/pi/wetter/loop-data >

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread John Kline
Your JavaScript has an error. Nothing is updated after it hits that error. Since the 10m and day high wind is only updated in the JavaScript, they are blank. Please send the LoopData section of WeeWX.conf and the index.html.tmpl and realtime_updater.inc files. > On Jul 3, 2020, at 3:56 AM,

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
Extension NameVersion Description weatherboard 1.1 WeatherBoard skin. Belchertown 1.2b6 A clean modern skin with real time streaming updates and interactive charts. Modeled after BelchertownWeather.com loopdata 1.3.4 Loop statistics for real time reporting.

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread Geni 0815
No errors in the syslog appTemp works in loop-data.txt and in the display of weatherboard all wind displays are not displayed correctly and there is no refresh In the loop-date.txt there is always "FMT_SUM_rain": "0.1 mm", but the display is 0.6mm Am Freitag, 3. Juli 2020 08:32:56 UTC+2 schrieb

[weewx-user] Re: Multi-year Graphs

2020-07-03 Thread Richard G
Jarmo,Andrew, Thank you they both look excellent and both on Github so even better. It would be really good to get something like this in the standard release as weather analysis is so much about history. I have a solution, much appreciated. Richard -- You received this message because

[weewx-user] Re: Multi-year Graphs

2020-07-03 Thread Andrew Milner
I have done something similar at http://andrewmilner.online/Bootstrap/history.html and it is very useful for comparing one year with another. I think graphs would get cumbersome when there are more than a few previous years of data to consider. On Friday, 3 July 2020 12:55:16 UTC+3, Jarmo

[weewx-user] Multi-year Graphs

2020-07-03 Thread Jarmo Seppänen
Multiple years as graphs might not work that well as figures. I have resolved this like presented at http://kuusamantie22.altervista.org/history.html Wonder if it’d work for you? jaMO -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-03 Thread John Kline
OK, I’ve pushed new versions of loopdata and weatherboard to user FMT_SUM_rain rather than FMT_rain_day_total. You asked if appTemp could be displayed. Yes, it can be included in loop-data.txt by adding appTemp (or FMT_appTemp) to the Include section of LoopData in weewx.conf. Perhaps you