[weewx-user] Data Import

2024-09-28 Thread 'Sebastian E' via weewx-user
Hi, maybe someone can help me I have installed weewx with the Belchertown skin. My weather station is currently sending the data to Wunderground and Awekas. At Wunderground I can fetch the data via API, unfortunately now every 5 minutes. At Awekas I also got an API, where I have 240 retrievals

Re: [weewx-user] Data Import and DOM DIR

2019-07-06 Thread shvman
Yes, that's right. I flushed the cache and that month is now correct. Thanks for everyone's help. Hope I didn't waste too much of your time. jjs On Saturday, July 6, 2019 at 5:44:51 PM UTC-5, gjr80 wrote: > > If the issue is the browser then it has to be a caching issue. > > Gary > --

Re: [weewx-user] Data Import and DOM DIR

2019-07-06 Thread gjr80
If the issue is the browser then it has to be a caching issue. 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 vi

Re: [weewx-user] Data Import and DOM DIR

2019-07-06 Thread shvman
The problem appears to be with the browser..Vivaldi ( Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.102 Safari/537.36 Vivaldi/2.6.1566.44 ) does NOT show the DOM DIR column correctly But Chromium does. I think that's the problem. Hard to believe.

Re: [weewx-user] Data Import and DOM DIR

2019-07-06 Thread shvman
Yes, I deleted all of the NOAA text files in the /home/weewx/public_html/NOAA subdirectory. The web server is running on the same machine. I had a sym link in the /var/www/html directory to the weewx/public_html directory. Yes, I deleted ALL NOAA filesall months and the rain data. I

Re: [weewx-user] Data Import and DOM DIR

2019-07-06 Thread gjr80
A few things to check: - did you delete the NOAA files from the directory on your WeeWX machine where WeeWX originally saves them? If you delete then off the web server then that will have no effect, the files with the incorrect data just get uploaded again next report cycle. - did you delete ev

Re: [weewx-user] Data Import and DOM DIR

2019-07-06 Thread shvman
Here's what I get: MONTHLY CLIMATOLOGICAL SUMMARY for Apr 2019 NAME: Shreveport, LA ELEV: 180 feet LAT: 32-24.00 N LONG: 093-42.00 W TEMPERATURE (F), RAIN (in), WIND SPEED (mph) HEAT COOL AVG MEAN DEG DEG WIND DOM DAY TEMP HIGH TIME LOW TIME DAYS DAYS RAIN SPEED HIGH TIME DIR ---

Re: [weewx-user] Data Import and DOM DIR

2019-07-06 Thread shvman
Hello, Thanks for the suggestion. I deleted all NOAA text files and regenerated with wee_reports and still get 90's all down the DOM DIR column for the imported month. All other reports look OK. jjs On Friday, July 5, 2019 at 6:42:47 PM UTC-5, gjr80 wrote: > > Given the OP had a 'bad' import

Re: [weewx-user] Data Import and DOM DIR

2019-07-05 Thread shvman
I sure do appreciate all the help!! OK, well I'll force a regeneration of all NOAA Monthly reports and see what happens. Gary suggested that might do it. Many thanks to all. jjs On Friday, July 5, 2019 at 5:51:49 PM UTC-5, Thomas Keffer wrote: > > Forgot to include a NOAA report. Her

Re: [weewx-user] Data Import and DOM DIR

2019-07-05 Thread Thomas Keffer
Oh. That would have been useful to know. Thanks, Gary. I'll bet that was the problem. -tk On Fri, Jul 5, 2019 at 4:42 PM gjr80 wrote: > Given the OP had a 'bad' import (separate thread) this sounds like all > that is needed is a forced regeneration of the NOAA reports by deleting > them all. >

Re: [weewx-user] Data Import and DOM DIR

2019-07-05 Thread gjr80
Given the OP had a 'bad' import (separate thread) this sounds like all that is needed is a forced regeneration of the NOAA reports by deleting them all. Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

Re: [weewx-user] Data Import and DOM DIR

2019-07-05 Thread vince
On Friday, July 5, 2019 at 12:38:30 PM UTC-7, Thomas Keffer wrote: > > It would be useful to see what actually ended up in the database. Use the > tool sqlite3 to do this (you may have to install). > > *sqlite3 weewx.sdb* > sqlite> *select dateTime, datetime(dateTime,'unixepoch','localtime'), > w

Re: [weewx-user] Data Import and DOM DIR

2019-07-05 Thread Thomas Keffer
It would be useful to see what actually ended up in the database. Use the tool sqlite3 to do this (you may have to install). *sqlite3 weewx.sdb* sqlite> *select dateTime, datetime(dateTime,'unixepoch','localtime'), windSpeed, windDir from archive limit 20;* -tk On Fri, Jul 5, 2019 at 12:21 PM sh

[weewx-user] Data Import and DOM DIR

2019-07-05 Thread shvman
Hi, I'm importing about 11 years of data collected using a Vantage Pro2 station and WeatherLink software. The WeatherLink files are on my computer, so my data are exported from the software as text files. I bring the data into LibreOffice Calc, make changes and save the data as a CSV file. W