[weewx-user] Re: niculskin - Problems with Backgroundcolor in chronicle

2020-05-14 Thread Michael
thats it, now it works. thank you very much:)

-- 
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://groups.google.com/d/msgid/weewx-user/6acd5c4a-521d-427b-aec8-34b9ec581a56%40googlegroups.com.


[weewx-user] Re: interceptor packet

2020-05-14 Thread n yj
i have resolved the issue. in the interceptor file under class 
Observer(Consumer):

def parse(self, s):
pkt = dict()
try:
data = _cgi_to_dict(s)
pkt['dateTime'] = self.decode_datetime(
data.pop('dateutc', int(time.time() + 0.5)))

i have replaced the decode function to be simply time.time(). required this 
fix as my packet upload frequency is 16s, but timestamps from the receiver 
does not update until a minute later even though other data updates fine. 
weird...

thanks matthew for your help!

-- 
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://groups.google.com/d/msgid/weewx-user/41a62c3e-bb66-449e-8fa0-0b422361549c%40googlegroups.com.


[weewx-user] Re: niculskin - Problems with Backgroundcolor in chronicle

2020-05-14 Thread Greg from Oz
I contacted the author as well and he will update his source code.

The 2to3 program fixed a few other scripts I am using.

https://weather.ubeaut.work/


On Thursday, 14 May 2020 18:15:18 UTC+10, Michael wrote:
>
> thats it, now it works. thank you very much:)
>

-- 
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://groups.google.com/d/msgid/weewx-user/af92a9f7-cf39-45a8-b619-f08d264a75d6%40googlegroups.com.


[weewx-user] Re: Interceptor + gw1000 + remote temp/soil sensors

2020-05-14 Thread John Hill
ahhh... that's it. for some reason extraTemp only goes up to 7 in units.py

I had already added the fields I needed to the DB so should be good to go.  
thx again!

On Wednesday, May 13, 2020 at 9:52:44 PM UTC-4, gjr80 wrote:
>
> You will find them here in units.py 
> . 
> WeeWX takes care of those fields that are in the default schema 
> , 
> anything else needs the user to take care of it. WeeWX allows you to access 
> fields in the current archive record (accessed through the $current tag) 
> that have not been saved to your database. If you want to access aggregates 
> (eg $day..max) then the obs concerned () must be in your database 
> schema and  saved to your database. I was likely wrong in my previous 
> post, extraTemp8 and soilMoist5 are likely not in your schema/archive, 
> the interceptor driver will have added extraTemp8 and soilMoist5 to loop 
> packets and this will have caused WeeWX to include them in the archive 
> record but they will were likely not saved to your archive. So 
> $current.extraTemp8 will work but I expect $day.extraTemp8.max will not.
>
> If you want to add extraTemp8 and soilMoist5 to your database so that you 
> can view the aggregates you will need to refer to the section Adding a 
> new type to the database 
>  in the 
> Customization Guide.
>
> Gary
>
> On Thursday, 14 May 2020 11:34:37 UTC+10, John Hill wrote:
>>
>> Bingo.
>>
>> I never would have figured that out on my own.  Thanks Gary,
>>
>> Just out of curiosity, where are all the other group associations stored 
>> (from import weewx.units)?  I'm curious why/how extraTemp8 wasn't set to be 
>> the same as extraTemp1-7.
>>
>

-- 
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://groups.google.com/d/msgid/weewx-user/c402b076-d591-4793-8fef-f951ca17b38f%40googlegroups.com.


[weewx-user] NOAA reports error after imported historical data

2020-05-14 Thread Keimpe Bleeker
Hi all, I am using Weewx 4.0, Belchertown 1.1 (http://oentsjerk.eu). After 
importing 4 months of historical data, the NOAA reports are no longer 
accessible and I get a 404. See the attached screenshots. After the import 
I moved the previous NOAA reports to /home/weewx/public_html/NOAA/old (see 
the inset) after which they were recreated during the next reporting cycle, 
but I no longer see them on the website. The new files are properly created 
and uploaded. Graphs are updated correctly with the imported data. Anyone 
have an idea?

-- 
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://groups.google.com/d/msgid/weewx-user/50b47fc8-6706-4ac8-9627-70b317bf995d%40googlegroups.com.


[weewx-user] Number of days on which the average Temperature was above a certain value

2020-05-14 Thread Rolf Zanchettin
Hello,

I would like to display the number of days on which the average Temperature 
was greater or equal 5° C.
How can I achieve this?


Thanks in advance
Best regards, Rolf

-- 
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://groups.google.com/d/msgid/weewx-user/d1a3130c-d00b-4eb2-8d09-44a36d27e35f%40googlegroups.com.


[weewx-user] Re: A monitor program for WeeWx running on Raspberry Pi

2020-05-14 Thread Mikael Fredriksson


Den torsdag 23 april 2020 kl. 03:05:27 UTC+2 skrev re...@eau.net:
>
> I'm not real familiar with Raspberry Pi and have looked in both the user 
> guide and the Wiki for an answer but didn't find anything.
>
> I wonder if WeeWx is running on the Pi. 
>
> Is there a 'monitoring' program that I can open in the command line by 
> typing some command, and having it tell me that WeeWx is indeed running?
>
> In Windows there is a Task Manager that does sort of like that, telling if 
> a program is running, how much CPU and memory usage there is. It would be 
> nice to have it also tell me the accumulated network traffic, even though 
> limits on traffic aren't as common as the once were with ISPs, it is still 
> a point of curiosity for me.
>
> I don't have to run it in a command line window, as I also have the 
> graphic interface available on this little box, too.
>
> Suggestions? 
>
> Dale
>
>

-- 
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://groups.google.com/d/msgid/weewx-user/e8d67de9-f881-4aef-a524-7f228ed1e697%40googlegroups.com.


[weewx-user] Re: A monitor program for WeeWx running on Raspberry Pi

2020-05-14 Thread Mikael Fredriksson
I have this script running on my setup, watchdog, works perfectly. Sends 
email and tries to restart weewx if it has stopped! Running as cronjob.
https://groups.google.com/d/msg/weewx-user/vkorG7zt3Bo/pro8mGNOCgAJ


Den torsdag 23 april 2020 kl. 03:05:27 UTC+2 skrev re...@eau.net:
>
> I'm not real familiar with Raspberry Pi and have looked in both the user 
> guide and the Wiki for an answer but didn't find anything.
>
> I wonder if WeeWx is running on the Pi. 
>
> Is there a 'monitoring' program that I can open in the command line by 
> typing some command, and having it tell me that WeeWx is indeed running?
>
> In Windows there is a Task Manager that does sort of like that, telling if 
> a program is running, how much CPU and memory usage there is. It would be 
> nice to have it also tell me the accumulated network traffic, even though 
> limits on traffic aren't as common as the once were with ISPs, it is still 
> a point of curiosity for me.
>
> I don't have to run it in a command line window, as I also have the 
> graphic interface available on this little box, too.
>
> Suggestions? 
>
> Dale
>
>

-- 
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://groups.google.com/d/msgid/weewx-user/cccb92a2-ab5a-4da9-9133-8bb837e42a57%40googlegroups.com.


[weewx-user] Re: A monitor program for WeeWx running on Raspberry Pi

2020-05-14 Thread Mikael Fredriksson
Here's the link to Github where you can find it.
https://github.com/UberEclectic/weewx/tree/watchdog/examples/watchdog

Den torsdag 14 maj 2020 kl. 15:31:53 UTC+2 skrev Mikael Fredriksson:
>
> I have this script running on my setup, watchdog, works perfectly. Sends 
> email and tries to restart weewx if it has stopped! Running as cronjob.
> https://groups.google.com/d/msg/weewx-user/vkorG7zt3Bo/pro8mGNOCgAJ
>
>
> Den torsdag 23 april 2020 kl. 03:05:27 UTC+2 skrev re...@eau.net:
>>
>> I'm not real familiar with Raspberry Pi and have looked in both the user 
>> guide and the Wiki for an answer but didn't find anything.
>>
>> I wonder if WeeWx is running on the Pi. 
>>
>> Is there a 'monitoring' program that I can open in the command line by 
>> typing some command, and having it tell me that WeeWx is indeed running?
>>
>> In Windows there is a Task Manager that does sort of like that, telling 
>> if a program is running, how much CPU and memory usage there is. It would 
>> be nice to have it also tell me the accumulated network traffic, even 
>> though limits on traffic aren't as common as the once were with ISPs, it is 
>> still a point of curiosity for me.
>>
>> I don't have to run it in a command line window, as I also have the 
>> graphic interface available on this little box, too.
>>
>> Suggestions? 
>>
>> Dale
>>
>>

-- 
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://groups.google.com/d/msgid/weewx-user/8373dd12-924e-49db-a870-accaf1d13f5d%40googlegroups.com.


[weewx-user] RTGD

2020-05-14 Thread Phil Owers
Im trying to set up the HTTP POST.  The gauge-data.txt is being produced as 
the web site already uses that which gets updated every 10 mins.
Ive set a gaugedata sub-directory up with post_gauge-data.php in it, but Im 
not getting a gauge-data.txt file generated.
In weewx.conf the remote_server_url 
= http://www.sheringhamweathercentre.uk/gaugedata/post_gauge-data.php but 
its not generating a gauge-data.txt file
In the log I get 
DATA MAY HAVE BEEN POSTED SUCCESFULLY RESPONCE MESSAGE WAS NOT RECEIVED BUT 
A VALID CODE WAS RECEIVED.
I was wondering if the PHP 7.4 installed on my web hosting may be the 
problem, it can be changed but im afraid im guessing here
Any help would be appreciated 
Thanks Phil


-- 
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://groups.google.com/d/msgid/weewx-user/4e942db8-7429-402d-80b1-b461fc8a0f25%40googlegroups.com.


[weewx-user] Re: suggestion for a future release

2020-05-14 Thread vince
On Wednesday, May 13, 2020 at 10:06:42 PM UTC-7, Andrew Milner wrote:
>
> would it not be good idea for this information to be included in 
> weewx.conf together with the version.
>

You already know that answer from 'where' the file is located.
If it's in /home/weewx then you used setup.py, otherwise you used the 
pre-packaged version.

And you can still have cases where people installed weewx twice (once 
setup.py, once packaged) and have a messed up system as a result.

-- 
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://groups.google.com/d/msgid/weewx-user/8855408c-d669-4236-af20-19c7d196c139%40googlegroups.com.


[weewx-user] Re: suggestion for a future release

2020-05-14 Thread Phil Owers
Silly question time but why can you load it in (at least ) 2 places

On Thursday, May 14, 2020 at 6:06:42 AM UTC+1, Andrew Milner wrote:
>
> I have seen many posts where there has been confusion or doubt as to how 
> weewx has been installed or updated.  As a suggestion would it not be good 
> idea for this information to be included in weewx.conf together with the 
> version.
> ie if installing or updating via setup.py this is included together with 
> the current version (and ideally the previous version)
> and similarly if using one of the other installes / updaters.
> Just a thought for a future release/update
>
>

-- 
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://groups.google.com/d/msgid/weewx-user/a5ec532c-14bc-4127-9de9-7d3c01d9604c%40googlegroups.com.


Re: [weewx-user] Number of days on which the average Temperature was above a certain value

2020-05-14 Thread Tom Keffer
There is a 'max_ge()' aggregation, but, unfortunately, no 'avg_ge()'. It
could be added via the xtypes
 facility,
but it would require some clever Python programming.

Let me think about that...

-tk



On Thu, May 14, 2020 at 6:22 AM Rolf Zanchettin  wrote:

> Hello,
>
> I would like to display the number of days on which the average
> Temperature was greater or equal 5° C.
> How can I achieve this?
>
>
> Thanks in advance
> Best regards, Rolf
>
> --
> 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://groups.google.com/d/msgid/weewx-user/d1a3130c-d00b-4eb2-8d09-44a36d27e35f%40googlegroups.com
> 
> .
>

-- 
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://groups.google.com/d/msgid/weewx-user/CAPq0zEC2Zy3DqiCWZ2K3Abcjya0AeV1%3DOPB_Sk_apkmQGOTuWA%40mail.gmail.com.


[weewx-user] Wind speed shows on Station screen but doesnt report

2020-05-14 Thread simplegreen
Hey all, odd situation. I changed the batteries in my outdoor Acurite 
02032C unit. All seemed fine, i get all info on the indoor screen but for 
some reason no longer get wind speed reporting in WeeWx. Any thoughts on 
why?

-- 
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://groups.google.com/d/msgid/weewx-user/fbda94d0-3e0d-42c1-8080-a304bfdc3200%40googlegroups.com.


Re: [weewx-user] Re: suggestion for a future release

2020-05-14 Thread Tom Keffer
There's nothing messed up with installing weewx twice. Heck, I probably
have a half-dozen installations right now on my nuc.

There are no hardwired paths in a weewx installation. Provided it can find
its modules, it can live anywhere. The key is weewx.conf: that's where all
the paths are. Given a weewx.conf, any installation of weewx can run it and
come up with the same results.

-tk

On Thu, May 14, 2020 at 8:24 AM vince  wrote:

> On Wednesday, May 13, 2020 at 10:06:42 PM UTC-7, Andrew Milner wrote:
>>
>> would it not be good idea for this information to be included in
>> weewx.conf together with the version.
>>
>
> You already know that answer from 'where' the file is located.
> If it's in /home/weewx then you used setup.py, otherwise you used the
> pre-packaged version.
>
> And you can still have cases where people installed weewx twice (once
> setup.py, once packaged) and have a messed up system as a result.
>
> --
> 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://groups.google.com/d/msgid/weewx-user/8855408c-d669-4236-af20-19c7d196c139%40googlegroups.com
> 
> .
>

-- 
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://groups.google.com/d/msgid/weewx-user/CAPq0zEAiPN6y_aCdUesKVQf4mhfJG5Li%3Df13SBQQ255UV1O_9w%40mail.gmail.com.


[weewx-user] Re: Belchertown 1.1

2020-05-14 Thread Ron Sell
I got it to work. Had to reinstall PHP.

I extended my database to include :
schema_extended = schemas.wview.schema + [('appTemp', 'REAL'), ('windrun', 
'REAL'), ('lightning_strikes', 'REAL'), ('avg_distance', 'REAL'), 
('maxSolarRad', 'REAL'),('lightningYYY', 'REAL'), ('lightningZZZ', 'REAL')]

I followed all of the instructions here:
https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database

Now i get this error:

Any ideas?

Traceback (most recent call last):
  File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
obj.start()
  File "/usr/share/weewx/weewx/reportengine.py", line 280, in start
self.run()
  File "/usr/share/weewx/weewx/cheetahgenerator.py", line 150, in run
ngen = self.generate(gen_dict[section_name], self.gen_ts)
  File "/usr/share/weewx/weewx/cheetahgenerator.py", line 220, in generate
ngen += self.generate(section[subsection], gen_ts)
  File "/usr/share/weewx/weewx/cheetahgenerator.py", line 220, in generate
ngen += self.generate(section[subsection], gen_ts)
  File "/usr/share/weewx/weewx/cheetahgenerator.py", line 309, in generate
default_binding)
  File "/usr/share/weewx/weewx/cheetahgenerator.py", line 376, in 
_getSearchList
searchList += obj.get_extension_list(timespan, db_lookup)
  File "/usr/share/weewx/user/belchertown.py", line 836, in 
get_extension_list
obs_output = getattr(current, obs)
  File "/usr/share/weewx/weewx/tags.py", line 457, in __getattr__
vt = weewx.xtypes.get_scalar(obs_type, self.record, db_manager)
  File "/usr/share/weewx/weewx/xtypes.py", line 71, in get_scalar
return xtype.get_scalar(obs_type, record, db_manager)
  File "/usr/share/weewx/weewx/wxservices.py", line 252, in get_scalar
return getattr(self, method_name)(obs_type, record, db_manager)
  File "/usr/share/weewx/weewx/wxservices.py", line 274, in calc_cloudbase
if 'outTemp' not in data or 'outHumidity' not in data:
TypeError: argument of type 'NoneType' is not iterable






On Tuesday, 12 May 2020 13:59:47 UTC-4, Ron Sell wrote:
>
> I am trying to re create my Weewx on a new server. I am having the hardest 
> time. When I make changes to the weewx.conf, restart service and run sudo 
> weewx_reports none of my changes take affect. What am I missing?
>
> [[Belchertown]]
>
> HTML_ROOT = /var/www/html
>
> skin = Belchertown
>
> [[[Extras]]]
>
> belchertown_root_url = http://10.0.0.1 81
>
>   # footer_copyright_text = BelchertownWeather.com
>
> forecast_enabled = 1
>
> forecast_api_id = x
>
> forecast_api_secret = x
>
> forecast_units = "us"
>
> forecast_stale = forecast_stale
>
> earthquake_enabled = 0
>
> twitterenabled = 0
>
> webpage_autorefresh = 20
>
>   #mqtt_websockets_enabled = 1
>
>#   mqtt_websockets_host = "10.0.0.32"
>
>#   mqtt_websockets_port = 9001
>
>#   mqtt_websockets_topic = "weather/#"
>
> disconnect_live_website_visitor = 0
>
> show_apptemp = 1
>
>   #  show_windrun = 1
>
> station_observations = barometer, dewpoint, outHumidity, 
> cloudbase, rainWithRainRate, UV, radiation
>
> theme = auto
>
> reload_hook_images = 1
>
> reload_images_hook_af = 60
>
> show_last_updated_alert = 1
>
> last_updated_alert_threshold = 1800
>
> footer_disclaimer_text = "Weather"
>
> footer_copyright_text = " "
>
> powered_by = "WeatherFlow"
>
> about_page_header = "About"
>
> home_page_header = "Weather Conditions"
>

-- 
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://groups.google.com/d/msgid/weewx-user/ce6b2c10-5350-48e8-93a1-bfbf49c5df9e%40googlegroups.com.


[weewx-user] Re: RTGD

2020-05-14 Thread Phil Owers
After changing a couple of things on my web hosting (under supervision) it 
started producing the gauge-data.txt.
We changed them back one at a time and it still produces the txt file so 
didn't prove anything but it is now working


On Thursday, May 14, 2020 at 3:36:33 PM UTC+1, Phil Owers wrote:
>
> Im trying to set up the HTTP POST.  The gauge-data.txt is being produced 
> as the web site already uses that which gets updated every 10 mins.
> Ive set a gaugedata sub-directory up with post_gauge-data.php in it, but 
> Im not getting a gauge-data.txt file generated.
> In weewx.conf the remote_server_url = 
> http://www.sheringhamweathercentre.uk/gaugedata/post_gauge-data.php but 
> its not generating a gauge-data.txt file
> In the log I get 
> DATA MAY HAVE BEEN POSTED SUCCESFULLY RESPONCE MESSAGE WAS NOT RECEIVED 
> BUT A VALID CODE WAS RECEIVED.
> I was wondering if the PHP 7.4 installed on my web hosting may be the 
> problem, it can be changed but im afraid im guessing here
> Any help would be appreciated 
> Thanks Phil
>
>
>

-- 
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://groups.google.com/d/msgid/weewx-user/fa5349af-89ad-44c9-8317-5e8c47a80337%40googlegroups.com.


Re: [weewx-user] Import from Weathercat

2020-05-14 Thread Ville Helander
Thx for this! 

-Ville-

> Ryan Stasel  kirjoitti 12.5.2020 kello 23.30:
> 
> 
> Yup. Only concern (though not huge) is pressure vs barometer. According to WC 
> author, what's in the csv is "pressure". But that doesn't make sense to me 
> since WC displays "Pressure (rel)" which to me means "Barometer" unless I'm 
> completely misunderstanding. 
> 
> My csv.conf is attached. I did end up moving the recorded pressures to 
> barometer in my final import. Things look correct, but I haven't done (and 
> likely won't do) a thorough check. 
> 
> 
> 
>> On Saturday, May 9, 2020 at 8:14:26 AM UTC-7, Ville Helander wrote:
>> Hi Ryan,
>> 
>> Sounds great! I tryet importing from csv file some time ago, but newer get 
>> it to work. I guess it was user error..
>> Can you share more your configs how you did the import?
>> 
>> -Ville-
>> 
>> 
>> 
>>> Ryan Stasel  kirjoitti 8.5.2020 kello 21.48:
>>> 
>>> Hi Ville,
>>> 
>>> Just a heads up. I literally JUST imported 11 years worth of data out of WC 
>>> into Weewx using a csv export from WC (5min intervals) and then using 
>>> wee_import to import into weewx. Certainly not as clean as a native import, 
>>> but it seems to have worked. Initially tested on my Pi4 and it took about 4 
>>> hours to do the import of 1.2M rows. Did it a second time on a ubuntu VM 
>>> and took about 1.5 hours. The import is definitely single threaded (or 
>>> close). So I'd run on the fastest single core you have. =)
>>> 
 On Wednesday, May 6, 2020 at 10:25:32 AM UTC-7, Ville Helander wrote:
 Ok,
 
 No problem with waiting, just wanted to hear somethink of WeatherCat 
 import state. 
 But it sound’s promising! 
 
 -Ville-
 
 
> gjr80  kirjoitti 6.5.2020 kello 15.36:
> 
> Hi Ville,
> 
> My apologies that WeatherCat support for wee_import did not make it into 
> 4.0.0. However, I have started adding back the the WeatherCat code that 
> removed back in 2017. I see no reason why it will not appear in the next 
> release. I will certainly get you to do some testing, my sample 
> WeatherCat data is of somewhat dubious heritage.
> 
> Gary
> 
>> On Wednesday, 6 May 2020 18:06:44 UTC+10, Ville Helander wrote:
>> Hello Gary and all,
>> 
>> WeeWX 4 is released, thank you for all the hard work everyone has made!!
>> I see that import from WeatherCat is not included there and would like 
>> to know is there happening any progress for making import working?
>> I can test the importing when there is somethink to test. :)
>> 
>> Again, thanks for everyone who work with weewx!! 
>> 
>> -Ville-
>> 
>> 
>>> gjr80  kirjoitti 18.11.2019 kello 0.20:
>>> 
>>> Hi,
>>> 
>>> No unfortunately it has not been included in b1. I will get to it, 
>>> unfortunately other things have taken priority.
>>> 
>>> Gary
>>> 
 On Saturday, 16 November 2019 21:10:32 UTC+10, Ville Helander wrote:
 Hello Gary, 
 
 WeeWX beta1 is just released, is this WeatherCat import available with 
 that beta1 release? 
 
 -Ville- 
 
 
 > On 13. Oct 2019, at 0.06, gjr80  wrote: 
 > 
 > Thank you, seems I did commit WeatherCat support back in April 2017 
 > but it appears (for reasons unknown) to have been largely removed. I 
 > will have a look at resurrecting it (it shouldn’t be too hard) 
 > though it was a first cut so may still have some rough edges plus 
 > documentation is still to be updated. I will try to include it in 
 > the 4.0 release though I have a few other things to finish first 
 > plus free time is somewhat scarce at the moment. Fortunately your 
 > WeatherCat data is not going anywhere :) 
 > 
 > Gary 
 > 
 > -- 
 > You received this message because you are subscribed to a topic in 
 > the Google Groups "weewx-user" group. 
 > To unsubscribe from this topic, visit 
 > https://groups.google.com/d/topic/weewx-user/zc4atfmQIco/unsubscribe.
 >  
 > To unsubscribe from this group and all its topics, send an email to 
 > weewx...@googlegroups.com. 
 > To view this discussion on the web visit 
 > https://groups.google.com/d/msgid/weewx-user/a9342c34-fcb5-4b6d-9aa1-faa43253f160%40googlegroups.com.
 >  
 
>>> 
>>> 
>>> -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "weewx-user" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/weewx-user/zc4atfmQIco/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> weewx...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/f6f9db7a-d35

Re: [weewx-user] Import from Weathercat

2020-05-14 Thread Ville Helander
Good to hear that email was send succesfully.

I try to get time on weekend to test it, I can make whole new virtual machine 
to try that import. 

Since yesterday I had to take my laptop (Macbook pro from 2016 with very shitty 
keyboard) to repair shop and have to work with space computer so it is not so 
easy, but I think I can locally attach keyboard and monitor to my server and 
try it locally.

I answer how thinks go.

-Ville-
 

> gjr80  kirjoitti 13.5.2020 kello 17.36:
> 
> 
> Ville,
> 
> I received all of your post in the email summary, think the embedded image 
> may have caused some hiccups for google groups.
> 
> I have yet to write the weathercat instructions for the Utilities Guide but 
> they will be very similar to the Cumulus and Weather Display sections, the 
> process will be very similar so you may get some good background by reading 
> those sections.
> 
> The easiest was to use the weathercat import and not interfere with your 
> current install is to clone the WeeWX Github development branch and run 
> wee_import from there. Instructions as follows:
> 
> 1. install git if not already installed:
> 
> $ sudo apt-get install git
> 
> 2. create a directory in which the WeeWX repo will be cloned and change to 
> that directory:
> 
> $ mkdir /var/tmp/src
> $ cd /var/tmp/src
> 
> 3. clone the development branch of the WeeWX GitHub repo:
> 
> $ git clone -b development https://github.com/weewx/weewx
> 
> 4. check wee_import works:
> 
> $ sudo PYTHONPATH=/var/tmp/src/weewx/bin /var/tmp/src/weewx/bin/wee_import 
> --help
> $ sudo PYTHONPATH=/var/tmp/src/weewx/bin /var/tmp/src/weewx/bin/wee_import 
> --version
> 
> you should see the wee_import help and the version should be 0.5
> 
> 5. copy the example weathercat import config file to /var/tmp:
> 
> $ cp /var/tmp/src/weewx/util/import/weathercat-example.conf /var/tmp/wcat.conf
> 
> 6. edit /var/tmp/wcat.conf and have a read through the settings and the 
> comments. Change settings as required. Likely you will only need to change 
> the directory setting, the interval setting and perhaps the [[Units]] 
> settings. The directory setting should be the path to the directory 
> containing the year directories containing your .cat files. The interval 
> setting should be set to the interval used in the .cat files, in the .cat 
> files I have seen this has been 1 minute so I have used interval = 1. Change 
> the [[Units]] settings to suit the data in your .cat files, remember the 
> setting must use WeeWX unit codes, the comments should help you.
> 
> 7. stop WeeWX and backup your database
> 
> 8. first try a dry run, the import command will look something like:
> 
> $ sudo PYTHONPATH=/var/tmp/src/weewx/bin /var/tmp/src/weewx/bin/wee_import 
> --config=/home/weewx/weewx.conf --import-config=/var/tmp/wcat.conf --dry-run
> 
> You need to use your existing weewx.conf, I have assumed it is in 
> /home/weewx, depending on your install it might be in /etc/weewx, change as 
> required. You will likely see a lot of warnings indicating a field was mapped 
> but no data was found, this is due to the fields that are in the wee_import 
> .cat field map but for which there is no data in your .cat files, mostly it 
> is the less common fields such as soil moisture, leaf temperature etc. Unless 
> there are obvious discrepancies you can ignore these. You can suppress the 
> warnings using the optional --suppress-warnings command line option. 
> 
> I suggest that for your first dry run import just have a few months of .cat 
> files in your import directory, or limit your import with --from and --to 
> command line options, otherwise you might be waiting for some time.
> 
> 9. if the dry run goes OK do a live import by removing the --dry-run command 
> line option.
> 
> 10. finally, you can remove the trial code code using:
> 
> $ rm -R /var/tmp/src
> 
> Any problems/issues/feedback please let me know.
> 
> Gary
> 
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "weewx-user" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/weewx-user/zc4atfmQIco/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/814c912a-06db-452f-ae7c-fe2ce7907aaa%40googlegroups.com.

-- 
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://groups.google.com/d/msgid/weewx-user/7091E090-780E-429D-9DD2-42DD4A073631%40gmail.com.


[weewx-user] Acutrite bridge with interceptor - sensor selection

2020-05-14 Thread Andre Pio
Hi,

I managed to get the acurite bridge back to life using the interceptor and 
and old DDWRT using DNS override for the briudge to point to the 
interceptor. I also managed to connect to WU but my bridge is detecting 4 
different sensors that I have. One of them (I think) is the Acurite 5 in 1. 

My problem is the infomration being sent to WU is not the 5 in 1 info so I 
was tryting to figure out if the interceptor is actually capturing the 
feeds from all sensors or just the first one it finds? If it is capturing 
all then where can I see this data? I checked the var/www/html/weewx folder 
and it only shows the one sensor.

Anyone have insight into this?

Thanks
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, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/275016e4-3596-49f9-b50d-3bfa315a94a8%40googlegroups.com.


[weewx-user] Can Weewx works with weatherLinkIP and Meteobridge?

2020-05-14 Thread José C . Morales C .
I have weatherlinkIP and meteobridge working fine, im installed Weewx on a 
RPI3, but weewx can´t read current conditions from weatherlinkIP local 
address.

Can Weewx works with weatherLinkIP and Meteobridge?

-- 
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://groups.google.com/d/msgid/weewx-user/f93c134b-0351-4eec-ace5-8a1d537b928f%40googlegroups.com.


Re: [weewx-user] Can Weewx works with weatherLinkIP and Meteobridge?

2020-05-14 Thread Tom Keffer
WeeWX does not support either weatherLinkIP, nor Meteobridge
out-of-the-box. They both require extensions. You would have to talk to the
extension authors.

On Thu, May 14, 2020 at 10:17 AM José C. Morales C. 
wrote:

> I have weatherlinkIP and meteobridge working fine, im installed Weewx on a
> RPI3, but weewx can´t read current conditions from weatherlinkIP local
> address.
>
> Can Weewx works with weatherLinkIP and Meteobridge?
>
> --
> 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://groups.google.com/d/msgid/weewx-user/f93c134b-0351-4eec-ace5-8a1d537b928f%40googlegroups.com
> 
> .
>

-- 
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://groups.google.com/d/msgid/weewx-user/CAPq0zECHQFB4XFxXOfsDn%2BZuJn%2Bj4-jd8NSnmrVEE_1v1E_8cQ%40mail.gmail.com.


[weewx-user] Re: Wind speed shows on Station screen but doesnt report

2020-05-14 Thread simplegreen
i've actually jsut realized its my data thats style. 10.10.10.1/weewx (the 
url i hit to see my stats) is showing data from a week ago. so two questions

1) how do i refresh that data (still shows the station being up and online 
for 7 days even after repeated reboots)
2) is that the correct URL to be hitting to see live stats?

On Thursday, May 14, 2020 at 10:51:19 AM UTC-5, simplegreen wrote:
>
> Hey all, odd situation. I changed the batteries in my outdoor Acurite 
> 02032C unit. All seemed fine, i get all info on the indoor screen but for 
> some reason no longer get wind speed reporting in WeeWx. Any thoughts on 
> why?
>

-- 
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://groups.google.com/d/msgid/weewx-user/41474bcf-3a7a-47e0-9ad0-c5e195d70486%40googlegroups.com.


Re: [weewx-user] Can Weewx works with weatherLinkIP and Meteobridge?

2020-05-14 Thread José C . Morales C .
Thanks Tom

The log say

May 14 13:37:18 raspberrypi weewx[8856] CRITICAL weewx.engine: 
>   raise weewx.WeeWxIOError(ex)
> May 14 13:37:18 raspberrypi weewx[8856] CRITICAL weewx.engine:   
> weewx.WeeWxIOError: [Errno -2] Nombre o servicio desconocido
> May 14 13:37:18 raspberrypi weewx[8856] CRITICAL __main__: Unable to load 
> driver: [Errno -2] Nombre o servicio desconocido
> May 14 13:37:18 raspberrypi weewx[8856] CRITICAL __main__:   
> Exiting...
> May 14 13:37:18 raspberrypi weewx[8840]: Starting weewx weather system: 
> weewx.
> May 14 13:37:18 raspberrypi systemd[1]: Started LSB: weewx weather system.
> May 14 13:39:01 raspberrypi CRON[8882]: (root) CMD (  [ -x 
> /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then 
> /usr/lib/php/sessionclean; fi)
> May 14 13:39:35 raspberrypi systemd[1]: Starting Clean php session files...
> May 14 13:39:35 raspberrypi systemd[1]: phpsessionclean.service: Succeeded.
> May 14 13:39:35 raspberrypi systemd[1]: Started Clean php session files.




El jueves, 14 de mayo de 2020, 13:38:12 (UTC-4), Tom Keffer escribió:
>
> WeeWX does not support either weatherLinkIP, nor Meteobridge 
> out-of-the-box. They both require extensions. You would have to talk to the 
> extension authors.
>
> On Thu, May 14, 2020 at 10:17 AM José C. Morales C.  > wrote:
>
>> I have weatherlinkIP and meteobridge working fine, im installed Weewx on 
>> a RPI3, but weewx can´t read current conditions from weatherlinkIP local 
>> address.
>>
>> Can Weewx works with weatherLinkIP and Meteobridge?
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f93c134b-0351-4eec-ace5-8a1d537b928f%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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://groups.google.com/d/msgid/weewx-user/426791fb-cede-46cd-a081-411135508f82%40googlegroups.com.


Re: [weewx-user] Number of days on which the average Temperature was above a certain value

2020-05-14 Thread Tom Keffer
Nope. Not possible with the present version of xtypes.

But, it's given me some ideas on how to modify xtypes to make it possible.
Maybe in v4.0.1.

On Thu, May 14, 2020 at 8:37 AM Tom Keffer  wrote:

> There is a 'max_ge()' aggregation, but, unfortunately, no 'avg_ge()'. It
> could be added via the xtypes
> 
> facility, but it would require some clever Python programming.
>
> Let me think about that...
>
> -tk
>
>
>
> On Thu, May 14, 2020 at 6:22 AM Rolf Zanchettin 
> wrote:
>
>> Hello,
>>
>> I would like to display the number of days on which the average
>> Temperature was greater or equal 5° C.
>> How can I achieve this?
>>
>>
>> Thanks in advance
>> Best regards, Rolf
>>
>> --
>> 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://groups.google.com/d/msgid/weewx-user/d1a3130c-d00b-4eb2-8d09-44a36d27e35f%40googlegroups.com
>> 
>> .
>>
>

-- 
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://groups.google.com/d/msgid/weewx-user/CAPq0zEAPO48VGCwWuSSWQ%3DAm0D4iNFivXjOZWs%3DSX-HvEFM8WQ%40mail.gmail.com.


[weewx-user] Re: RTGD

2020-05-14 Thread gjr80
Appreciate this one is solved, albeit for unknown reason. But maybe some 
pointers for others with any future issues of this type.

rtgd uses a fairly basic http post to post gauge-data.txt. rtgd looks for a 
pre-agreed response from the php script to indicate successful transfer but 
I have found that some combinations of python/php did not send/receive the 
pre-agreed response despite successful transfer of the file (probably needs 
further investigation/time). Hence the somewhat wishy/washy (WeeWX) log 
entry. Otherwise the transfer is fire and forget, so there is not much that 
can be added to the (WeeWX) log to hep trouble shooot. In these case it is 
often worth looking at the php log on the web server to see what is/is not 
being received. The most common issue I have encountered is a mismatch of 
directories; rtgd is posting somewhere in the web server tree but the the 
php script on the web server is actually located elsewhere in the tree and 
hence never receives the file.

Gary

On Friday, 15 May 2020 02:41:57 UTC+10, Phil Owers wrote:
>
> After changing a couple of things on my web hosting (under supervision) it 
> started producing the gauge-data.txt.
> We changed them back one at a time and it still produces the txt file so 
> didn't prove anything but it is now working
>
>
> On Thursday, May 14, 2020 at 3:36:33 PM UTC+1, Phil Owers wrote:
>>
>> Im trying to set up the HTTP POST.  The gauge-data.txt is being produced 
>> as the web site already uses that which gets updated every 10 mins.
>> Ive set a gaugedata sub-directory up with post_gauge-data.php in it, but 
>> Im not getting a gauge-data.txt file generated.
>> In weewx.conf the remote_server_url = 
>> http://www.sheringhamweathercentre.uk/gaugedata/post_gauge-data.php but 
>> its not generating a gauge-data.txt file
>> In the log I get 
>> DATA MAY HAVE BEEN POSTED SUCCESFULLY RESPONCE MESSAGE WAS NOT RECEIVED 
>> BUT A VALID CODE WAS RECEIVED.
>> I was wondering if the PHP 7.4 installed on my web hosting may be the 
>> problem, it can be changed but im afraid im guessing here
>> Any help would be appreciated 
>> Thanks Phil
>>
>>
>>

-- 
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://groups.google.com/d/msgid/weewx-user/7b71c333-1b49-43a7-8286-6ab564e88ecd%40googlegroups.com.


[weewx-user] Re: Wind speed shows on Station screen but doesnt report

2020-05-14 Thread gjr80
Hi,

I think you need to start by looking at the log; is WeeWX running? are 
files being generated? are they being transferred? is there some error in 
the log? We really need to see a debug log, see the article Help! Posting 
to weewx user 
 on how to 
obtain a good log extract and post here. Please post the log extract as 
text and not as a screenshot.

Gary

On Friday, 15 May 2020 03:41:43 UTC+10, simplegreen wrote:
>
> i've actually jsut realized its my data thats style. 10.10.10.1/weewx 
> (the url i hit to see my stats) is showing data from a week ago. so two 
> questions
>
> 1) how do i refresh that data (still shows the station being up and online 
> for 7 days even after repeated reboots)
> 2) is that the correct URL to be hitting to see live stats?
>
> On Thursday, May 14, 2020 at 10:51:19 AM UTC-5, simplegreen wrote:
>>
>> Hey all, odd situation. I changed the batteries in my outdoor Acurite 
>> 02032C unit. All seemed fine, i get all info on the indoor screen but for 
>> some reason no longer get wind speed reporting in WeeWx. Any thoughts on 
>> why?
>>
>

-- 
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://groups.google.com/d/msgid/weewx-user/1c329e1d-1422-494a-874f-252bbd232850%40googlegroups.com.


Re: [weewx-user] Import from Weathercat

2020-05-14 Thread gjr80
OK, should have the first cut of the WeatherCat section of wee_import 
portion of the Utilities Guides done today. Will post a link once done, 
check back before you do the import as the Utilities Guide will be an 
easier read than comments in a file.

Gary

On Friday, 15 May 2020 03:04:37 UTC+10, Ville Helander wrote:
>
> Good to hear that email was send succesfully.
>
> I try to get time on weekend to test it, I can make whole new virtual 
> machine to try that import. 
>
> Since yesterday I had to take my laptop (Macbook pro from 2016 with very 
> shitty keyboard) to repair shop and have to work with space computer so it 
> is not so easy, but I think I can locally attach keyboard and monitor to my 
> server and try it locally.
>
> I answer how thinks go.
>
> -Ville-
>  
>
> gjr80 > kirjoitti 13.5.2020 kello 17.36:
>
> 
> Ville,
>
> I received all of your post in the email summary, think the embedded image 
> may have caused some hiccups for google groups.
>
> I have yet to write the weathercat instructions for the Utilities Guide 
>  but they will be very similar to 
> the Cumulus  
> and Weather Display 
>  
> sections, the process will be very similar so you may get some good 
> background by reading those sections.
>
> The easiest was to use the weathercat import and not interfere with your 
> current install is to clone the WeeWX Github development branch and run 
> wee_import from there. Instructions as follows:
>
> 1. install git if not already installed:
>
> $ sudo apt-get install git
>
> 2. create a directory in which the WeeWX repo will be cloned and change to 
> that directory:
>
> $ mkdir /var/tmp/src
> $ cd /var/tmp/src
>
> 3. clone the development branch of the WeeWX GitHub repo:
>
> $ git clone -b development https://github.com/weewx/weewx
>
> 4. check wee_import works:
>
> $ sudo PYTHONPATH=/var/tmp/src/weewx/bin /var/tmp/src/weewx/bin/wee_import 
> --help
> $ sudo PYTHONPATH=/var/tmp/src/weewx/bin /var/tmp/src/weewx/bin/wee_import 
> --version
>
> you should see the wee_import help and the version should be 0.5
>
> 5. copy the example weathercat import config file to /var/tmp:
>
> $ cp /var/tmp/src/weewx/util/import/weathercat-example.conf /var/tmp/wcat.
> conf
>
> 6. edit /var/tmp/wcat.conf and have a read through the settings and the 
> comments. Change settings as required. Likely you will only need to change 
> the directory setting, the interval setting and perhaps the [[Units]] 
> settings. The directory setting should be the path to the directory 
> containing the year directories containing your .cat files. The interval 
> setting should be set to the interval used in the .cat files, in the .cat 
> files I have seen this has been 1 minute so I have used interval = 1. 
> Change the [[Units]] settings to suit the data in your .cat files, 
> remember the setting must use WeeWX unit codes, the comments should help 
> you.
>
> 7. stop WeeWX and backup your database
>
> 8. first try a dry run, the import command will look something like:
>
> $ sudo PYTHONPATH=/var/tmp/src/weewx/bin /var/tmp/src/weewx/bin/wee_import 
> --config=/home/weewx/weewx.conf --import-config=/var/tmp/wcat.conf --dry-
> run
>
> You need to use your existing weewx.conf, I have assumed it is in 
> /home/weewx, depending on your install it might be in /etc/weewx, change 
> as required. You will likely see a lot of warnings indicating a field was 
> mapped but no data was found, this is due to the fields that are in the 
> wee_import .cat field map but for which there is no data in your .cat 
> files, mostly it is the less common fields such as soil moisture, leaf 
> temperature etc. Unless there are obvious discrepancies you can ignore 
> these. You can suppress the warnings using the optional 
> --suppress-warnings command line option. 
>
> I suggest that for your first dry run import just have a few months of 
> .cat files in your import directory, or limit your import with --from and 
> --to command line options, otherwise you might be waiting for some time.
>
> 9. if the dry run goes OK do a live import by removing the --dry-run 
> command line option.
>
> 10. finally, you can remove the trial code code using:
>
> $ rm -R /var/tmp/src
>
> Any problems/issues/feedback please let me know.
>
> Gary
>
>
> -- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/weewx-user/zc4atfmQIco/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> weewx...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/814c912a-06db-452f-ae7c-fe2ce7907aaa%40googlegroups.com
>  
> 

[weewx-user] Re: Acutrite bridge with interceptor - sensor selection

2020-05-14 Thread gjr80
Hi,

If you are concerned with exactly what the interceptor driver is/is not 
detecting/parsing/emitting then the best approach is to turn on debug. To 
do this edit weewx.conf and set debug = 1, save weewx.conf and restart 
WeeWX. You should then see a lot of info from the interceptor driver. Can 
be overwhelming but its the only real way to track down what is/is not 
being seen etc.

Gary

On Friday, 15 May 2020 03:11:48 UTC+10, Andre Pio wrote:
>
> Hi,
>
> I managed to get the acurite bridge back to life using the interceptor and 
> and old DDWRT using DNS override for the briudge to point to the 
> interceptor. I also managed to connect to WU but my bridge is detecting 4 
> different sensors that I have. One of them (I think) is the Acurite 5 in 1. 
>
> My problem is the infomration being sent to WU is not the 5 in 1 info so I 
> was tryting to figure out if the interceptor is actually capturing the 
> feeds from all sensors or just the first one it finds? If it is capturing 
> all then where can I see this data? I checked the var/www/html/weewx folder 
> and it only shows the one sensor.
>
> Anyone have insight into this?
>
> Thanks
> 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, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9f7726c3-486b-4d7f-9ff1-f2646a8f2b8d%40googlegroups.com.


[weewx-user] Installing multiple weewx instances with weewx 4

2020-05-14 Thread Gert Andersen
Hi

I would like to know if there are some who have been successful in 
installing multiple weewx instances on the same computer and with weewx 4. 
First I tried with weewx-multi which I could not get to work. I have also 
tried 2 startup scripts where I have changed names so the weewx startup 
script points to its own .conf file. These 2 scripts are based on the 
startup script that comes with weewx4.

I also asked a question about weewx-multi here 
, but it's 
a very old thread not using weewx 4

System Ubuntu 20.04, weewx installed with apt(not install.py)

Before I go any further, it would be nice to know if this is possible. If 
anyone has multiple instances running using weewx 4, it would also be nice 
to know which method is used, weewx-multi or separate startup scripts

Thanks for your advice.

Gert

-- 
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://groups.google.com/d/msgid/weewx-user/91f0c07e-e6d2-4268-9144-d9fd98622fbb%40googlegroups.com.


Re: [weewx-user] Import from Weathercat

2020-05-14 Thread gjr80
Ville,

I have pushed the first cut of the Utilities Guide that includes WeatherCat 
import details to GitHub. You can view the document via this link 
.
 
Just a word of caution, the link provided will let you view and scroll 
through the Utilities Guide but you will likely find the navigation panes 
on the left hand side of the screen will not work, likewise for some of the 
embedded links - the vagaries of viewing version controlled HTML in GitHub.

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://groups.google.com/d/msgid/weewx-user/f3e9d898-dfd1-48e5-ba9d-cdd8febfdb8a%40googlegroups.com.


[weewx-user] Noisy logging, log_success = False not followed

2020-05-14 Thread Chris Nelson
 

These two log.info lines in manager.py do not use the config file 
log_success switch, resulting in entries every five minutes.  Adding the 
log_success switch test within _addSingleRecord instances is not trivial 
since the config is not passed to the object.

 

> May 12 18:55:15 shop2 journal: weewx[7760] INFO weewx.manager: Added 
> record 2020-05-12 18:55:00 MST (1589334900) to database 'weewx.sdb'
>
> May 12 18:55:15 shop2 journal: weewx[7760] INFO weewx.manager: Added 
> record 2020-05-12 18:55:00 MST (1589334900) to daily summary in 'weewx.sdb'
>

This was noted back in 2017 also by Daniel Jönsson in this thread 
 - not a 
new issue.  I just commented out the two calls to log.info().  I'm just 
working to clean up noise in my system 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/11778f1a-f56b-4753-97e9-4bc53c9a03e3%40googlegroups.com.


Re: [weewx-user] Installing multiple weewx instances with weewx 4

2020-05-14 Thread Garry A Lockyer
I got two stations, a Vantage and a WeatherFlow, running under 3.9.x using 
information at https://github.com/weewx/weewx/wiki/weewx-multi.

Unfortunately I’m in the middle of implementing weewx 4 with python3 and the 
WeatherFlow driver doesn’t work with python3, so I’m done to one station.  But 
it just occurred to me that I could run a second Vantage!  I’ll try that 
tomorrow and get back to you.

Regards,

Garry Lockyer
C: +1.250.689.0686
E: ga...@lockyer.ca


> On May 14, 2020, at 20:25, Gert Andersen  wrote:
> 
> 
> Hi
> 
> I would like to know if there are some who have been successful in installing 
> multiple weewx instances on the same computer and with weewx 4. First I tried 
> with weewx-multi which I could not get to work. I have also tried 2 startup 
> scripts where I have changed names so the weewx startup script points to its 
> own .conf file. These 2 scripts are based on the startup script that comes 
> with weewx4.
> 
> I also asked a question about weewx-multi here, but it's a very old thread 
> not using weewx 4
> 
> System Ubuntu 20.04, weewx installed with apt(not install.py)
> 
> Before I go any further, it would be nice to know if this is possible. If 
> anyone has multiple instances running using weewx 4, it would also be nice to 
> know which method is used, weewx-multi or separate startup scripts
> 
> Thanks for your advice.
> 
> Gert
> -- 
> 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://groups.google.com/d/msgid/weewx-user/91f0c07e-e6d2-4268-9144-d9fd98622fbb%40googlegroups.com.

-- 
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://groups.google.com/d/msgid/weewx-user/2ADD6C46-3CDF-4666-B07F-25A3EC3AED64%40gmail.com.


[weewx-user] Re: Installing multiple weewx instances with weewx 4

2020-05-14 Thread Michael
i use weewx V4.0.0. multi as described here 
(https://github.com/weewx/weewx/wiki/weewx-multi) without any problems. 
installation type: setup.py
What exactly does not work?

Michael

Am Freitag, 15. Mai 2020 05:25:14 UTC+2 schrieb Gert Andersen:
>
> Hi
>
> I would like to know if there are some who have been successful in 
> installing multiple weewx instances on the same computer and with weewx 4. 
> First I tried with weewx-multi which I could not get to work. I have also 
> tried 2 startup scripts where I have changed names so the weewx startup 
> script points to its own .conf file. These 2 scripts are based on the 
> startup script that comes with weewx4.
>
> I also asked a question about weewx-multi here 
> , but 
> it's a very old thread not using weewx 4
>
> System Ubuntu 20.04, weewx installed with apt(not install.py)
>
> Before I go any further, it would be nice to know if this is possible. If 
> anyone has multiple instances running using weewx 4, it would also be nice 
> to know which method is used, weewx-multi or separate startup scripts
>
> Thanks for your advice.
>
> Gert
>

-- 
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://groups.google.com/d/msgid/weewx-user/983f96d9-1443-4301-959a-0922df7adc35%40googlegroups.com.


[weewx-user] Re: Noticed that the statistics.html page giving wrong data.

2020-05-14 Thread Andrew Milner
very hard to say from the screenshot!!  Do you have any rain recorded for 
between september 2019 and january 2020 which you believe should be added 
to the rain year total??

On Friday, 15 May 2020 08:49:14 UTC+3, Banana Bob wrote:
>
> [image: Screenshot from 2020-05-15 17-46-11.png]
> Please look at the screenshot and notice that the Year and the Rain Year 
> columns give the same data. I suspect that this is not correct. 
>

-- 
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://groups.google.com/d/msgid/weewx-user/40500c3d-b6c6-48eb-aaa2-9a5b7db4a7eb%40googlegroups.com.


[weewx-user] Re: Noticed that the statistics.html page giving wrong data.

2020-05-14 Thread Banana Bob
If you right click on the screenshot and select view image you will get a 
large version. It will show exactly what I said that the last row contains 
the same data as the previous row.

On Friday, 15 May 2020 18:01:39 UTC+12, Andrew Milner wrote:
>
> very hard to say from the screenshot!!  Do you have any rain recorded for 
> between september 2019 and january 2020 which you believe should be added 
> to the rain year total??
>
> On Friday, 15 May 2020 08:49:14 UTC+3, Banana Bob wrote:
>>
>> [image: Screenshot from 2020-05-15 17-46-11.png]
>> Please look at the screenshot and notice that the Year and the Rain Year 
>> columns give the same data. I suspect that this is not correct. 
>>
>

-- 
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://groups.google.com/d/msgid/weewx-user/2a58b516-ed44-4bab-9af5-dd59702c3085%40googlegroups.com.


[weewx-user] Re: Noticed that the statistics.html page giving wrong data.

2020-05-14 Thread Andrew Milner
Oh - I see what you mean - the year column and the rain year column are 
showing same values for ALL readings.

Doesn't that just imply that your rain year start is set to start January 
1st rather than to some date in 2019??



On Friday, 15 May 2020 09:06:19 UTC+3, Banana Bob wrote:
>
> If you right click on the screenshot and select view image you will get a 
> large version. It will show exactly what I said that the last row contains 
> the same data as the previous row.
>
> On Friday, 15 May 2020 18:01:39 UTC+12, Andrew Milner wrote:
>>
>> very hard to say from the screenshot!!  Do you have any rain recorded for 
>> between september 2019 and january 2020 which you believe should be added 
>> to the rain year total??
>>
>> On Friday, 15 May 2020 08:49:14 UTC+3, Banana Bob wrote:
>>>
>>> [image: Screenshot from 2020-05-15 17-46-11.png]
>>> Please look at the screenshot and notice that the Year and the Rain Year 
>>> columns give the same data. I suspect that this is not correct. 
>>>
>>

-- 
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://groups.google.com/d/msgid/weewx-user/93746b89-7e64-48c4-a2ce-07dec4f80e95%40googlegroups.com.


[weewx-user] Re: Noticed that the statistics.html page giving wrong data.

2020-05-14 Thread Banana Bob
Sorry but maybe I am reading this page incorrectly. I was assuming that 
Rain Year was a column for how much Rain fell in the year. Does it have 
another meaning? 

On Friday, 15 May 2020 18:18:10 UTC+12, Andrew Milner wrote:
>
> Oh - I see what you mean - the year column and the rain year column are 
> showing same values for ALL readings.
>
> Doesn't that just imply that your rain year start is set to start January 
> 1st rather than to some date in 2019??
>
>
>
> On Friday, 15 May 2020 09:06:19 UTC+3, Banana Bob wrote:
>>
>> If you right click on the screenshot and select view image you will get a 
>> large version. It will show exactly what I said that the last row contains 
>> the same data as the previous row.
>>
>> On Friday, 15 May 2020 18:01:39 UTC+12, Andrew Milner wrote:
>>>
>>> very hard to say from the screenshot!!  Do you have any rain recorded 
>>> for between september 2019 and january 2020 which you believe should be 
>>> added to the rain year total??
>>>
>>> On Friday, 15 May 2020 08:49:14 UTC+3, Banana Bob wrote:

 [image: Screenshot from 2020-05-15 17-46-11.png]
 Please look at the screenshot and notice that the Year and the Rain 
 Year columns give the same data. I suspect that this is not correct. 

>>>

-- 
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://groups.google.com/d/msgid/weewx-user/99cff3c0-94c1-453a-93cc-19dd13e46426%40googlegroups.com.


[weewx-user] Re: Acutrite bridge with interceptor - sensor selection

2020-05-14 Thread Andre Pio
Thanks for the tip. I turned logging on and can see that all sensors are 
captured in the log but still need to figure out which one is picked to send to 
WU and how can see dara from all other sensors.

-- 
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://groups.google.com/d/msgid/weewx-user/41572081-9339-43a8-a15c-8bd2830aa34f%40googlegroups.com.


[weewx-user] Re: Noticed that the statistics.html page giving wrong data.

2020-05-14 Thread Andrew Milner
rain_year_start is a date set in weewx.conf - in the station_url section, 
and should be set to the month in which the rain year starts.

the rain year is then the period from rain year start to current date

so yes, i think you are misreading the column - the column represents a 
time period



On Friday, 15 May 2020 09:24:27 UTC+3, Banana Bob wrote:
>
> Sorry but maybe I am reading this page incorrectly. I was assuming that 
> Rain Year was a column for how much Rain fell in the year. Does it have 
> another meaning? 
>
> On Friday, 15 May 2020 18:18:10 UTC+12, Andrew Milner wrote:
>>
>> Oh - I see what you mean - the year column and the rain year column are 
>> showing same values for ALL readings.
>>
>> Doesn't that just imply that your rain year start is set to start January 
>> 1st rather than to some date in 2019??
>>
>>
>>
>> On Friday, 15 May 2020 09:06:19 UTC+3, Banana Bob wrote:
>>>
>>> If you right click on the screenshot and select view image you will get 
>>> a large version. It will show exactly what I said that the last row 
>>> contains the same data as the previous row.
>>>
>>> On Friday, 15 May 2020 18:01:39 UTC+12, Andrew Milner wrote:

 very hard to say from the screenshot!!  Do you have any rain recorded 
 for between september 2019 and january 2020 which you believe should be 
 added to the rain year total??

 On Friday, 15 May 2020 08:49:14 UTC+3, Banana Bob wrote:
>
> [image: Screenshot from 2020-05-15 17-46-11.png]
> Please look at the screenshot and notice that the Year and the Rain 
> Year columns give the same data. I suspect that this is not correct. 
>


-- 
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://groups.google.com/d/msgid/weewx-user/2655282c-f1e3-4385-a5b7-f211e6cb02a0%40googlegroups.com.


[weewx-user] Re: Installing multiple weewx instances with weewx 4

2020-05-14 Thread Gert Andersen
Hi Michael

Sounds good it's possible. 

My installation is not based install.py and maybe that was the problem. 
Even if I changed the pointers to my installation, weewx-multi could not be 
started. Maybe I should try install.py.

Could you please post your files you use with weewx 4(weewx-multi used in 
init.d and weewx-mulite used in default)

Thanks a lot for looking

Gert

On Friday, May 15, 2020 at 7:51:49 AM UTC+2, Michael wrote:
>
> i use weewx V4.0.0. multi as described here (
> https://github.com/weewx/weewx/wiki/weewx-multi) without any problems. 
> installation type: setup.py
> What exactly does not work?
>
> Michael
>
> Am Freitag, 15. Mai 2020 05:25:14 UTC+2 schrieb Gert Andersen:
>>
>> Hi
>>
>> I would like to know if there are some who have been successful in 
>> installing multiple weewx instances on the same computer and with weewx 4. 
>> First I tried with weewx-multi which I could not get to work. I have also 
>> tried 2 startup scripts where I have changed names so the weewx startup 
>> script points to its own .conf file. These 2 scripts are based on the 
>> startup script that comes with weewx4.
>>
>> I also asked a question about weewx-multi here 
>> , but 
>> it's a very old thread not using weewx 4
>>
>> System Ubuntu 20.04, weewx installed with apt(not install.py)
>>
>> Before I go any further, it would be nice to know if this is possible. If 
>> anyone has multiple instances running using weewx 4, it would also be nice 
>> to know which method is used, weewx-multi or separate startup scripts
>>
>> Thanks for your advice.
>>
>> Gert
>>
>

-- 
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://groups.google.com/d/msgid/weewx-user/18170890-95e3-4465-b1a8-de7f80c99a9b%40googlegroups.com.


[weewx-user] Problem with Davis VP2 (Data logger or Konsole)?

2020-05-14 Thread Meteo Oberwallis
Hello everbody.

I have the following problem. The data readout of the Vantage Pro2 console 
worked without problems for a long time. But I've had this problem for a few 
weeks now. The solution then seems to be to delete the data logger (with 
wee_device --clear-memory) and restart weewx. 
Then it works for a while until this error occurs again. What could this be? If 
I understand that correctly, can't he read the data record from the logger?


May 15 08:43:16 raspberrypi systemd[1]: Starting LSB: weewx weather 
system...
May 15 08:43:27 raspberrypi weewx[4653]: engine: Initializing weewx version 
3.9.1
May 15 08:43:27 raspberrypi weewx[4653]: engine: Using Python 2.7.13 
(default, Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516]
May 15 08:43:27 raspberrypi weewx[4653]: engine: Platform 
Linux-4.19.42-v7+-armv7l-with-debian-9.9
May 15 08:43:27 raspberrypi weewx[4653]: engine: Locale is 'de_CH.UTF-8'
May 15 08:43:27 raspberrypi weewx[4653]: engine: pid file is 
/var/run/weewx.pid
May 15 08:43:27 raspberrypi weewx[4639]: Starting weewx weather system: 
weewx.
May 15 08:43:27 raspberrypi systemd[1]: Started LSB: weewx weather system.
May 15 08:43:27 raspberrypi weewx[4657]: engine: Using configuration file 
/etc/weewx/weewx.conf
May 15 08:43:27 raspberrypi weewx[4657]: engine: Debug is 1
May 15 08:43:27 raspberrypi weewx[4657]: engine: Initializing engine
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading station type 
Vantage (weewx.drivers.vantage)
May 15 08:43:27 raspberrypi weewx[4657]: vantage: Driver version is 3.1.1
May 15 08:43:27 raspberrypi weewx[4657]: vantage: Opened up serial port 
/dev/ttyUSB0; baud 19200; timeout 4.00
May 15 08:43:27 raspberrypi weewx[4657]: vantage: Gentle wake up of console 
successful
May 15 08:43:27 raspberrypi weewx[4657]: vantage: Hardware type is 16
May 15 08:43:27 raspberrypi weewx[4657]: vantage: ISS ID is 1
May 15 08:43:27 raspberrypi weewx[4657]: vantage: Hardware name: Vantage 
Pro2
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading service 
weewx.engine.StdTimeSynch
May 15 08:43:27 raspberrypi weewx[4657]: engine: Finished loading service 
weewx.engine.StdTimeSynch
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading service 
user.cputemp.AddCpuTemp
May 15 08:43:27 raspberrypi weewx[4657]: engine: Finished loading service 
user.cputemp.AddCpuTemp
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading service 
user.radiationhours.RadiationHours
May 15 08:43:27 raspberrypi weewx[4657]: engine: Finished loading service 
user.radiationhours.RadiationHours
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading service 
weewx.engine.StdConvert
May 15 08:43:27 raspberrypi weewx[4657]: engine: StdConvert target unit is 
0x1
May 15 08:43:27 raspberrypi weewx[4657]: engine: Finished loading service 
weewx.engine.StdConvert
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading service 
weewx.engine.StdCalibrate
May 15 08:43:27 raspberrypi weewx[4657]: engine: Finished loading service 
weewx.engine.StdCalibrate
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading service 
weewx.engine.StdQC
May 15 08:43:27 raspberrypi weewx[4657]: engine: Finished loading service 
weewx.engine.StdQC
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading service 
weewx.wxservices.StdWXCalculate
May 15 08:43:27 raspberrypi weewx[4657]: wxcalculate: The following values 
will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, 
dewpoint=prefer_hardware, appTemp=prefer_hardware, 
rainRate=prefer_hardware, windrun=prefer_hardware, 
heatindex=prefer_hardware, maxSolarRad=prefer_hardware, 
humidex=prefer_hardware, pressure=prefer_hardware, 
inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, 
cloudbase=prefer_hardware
May 15 08:43:27 raspberrypi weewx[4657]: wxcalculate: The following 
algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
May 15 08:43:27 raspberrypi weewx[4657]: engine: Finished loading service 
weewx.wxservices.StdWXCalculate
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading service 
weewx.engine.StdArchive
May 15 08:43:27 raspberrypi weewx[4657]: engine: Archive will use data 
binding wx_binding
May 15 08:43:27 raspberrypi weewx[4657]: engine: Record generation will be 
attempted in 'hardware'
May 15 08:43:27 raspberrypi weewx[4657]: engine: Using archive interval of 
300 seconds (specified by hardware)
May 15 08:43:27 raspberrypi weewx[4657]: engine: Use LOOP data in hi/low 
calculations: 1
May 15 08:43:27 raspberrypi weewx[4657]: manager: Daily summary version is 
2.0
May 15 08:43:27 raspberrypi weewx[4657]: engine: Using binding 'wx_binding' 
to database 'weewx.sdb_new'
May 15 08:43:27 raspberrypi weewx[4657]: manager: Starting backfill of 
daily summaries
May 15 08:43:27 raspberrypi weewx[4657]: engine: Finished loading service 
weewx.engine.StdArchive
May 15 08:43:27 raspberrypi weewx[4657]: engine: Loading service 
weewx.restx.StdStationRegistry
May 15 08:43:27 raspberrypi weewx[