Re: [weewx-development] Re: What happens in Weewx around 3AM

2021-02-13 Thread Ryan Stasel
If the database is myisam format that could cause it to fail to write during backups. I personally shut down weewx nightly to do my backups just so I get a clean backup. So you may want to have weewx shutdown just before your backup job kicks off then start back up again. > On Feb 13, 2021,

[weewx-development] Re: What happens in Weewx around 3AM

2021-02-13 Thread gjr80
Looks pretty clear that the issue is WeeWX losing its connection to the MySQL server. WeeWX will be wanting database access each time it saves records to database (every archive interval seconds) and every report cycle but I don't see WeeWX doing anything to cause the error. I guess only you kn

Re: [weewx-development] Re: Grünlandtemperatursumme (GTS)

2021-02-13 Thread Tom Keffer
Good start! I can see a few issues here. 1. All xtype extensions must be registered, otherwise the system has no way of knowing of their existence. See the section *Registering your subclass * for how to re

[weewx-development] Re: What happens in Weewx around 3AM

2021-02-13 Thread sbar...@gmail.com
To be complete , the log from messages : Feb 13 02:58:10 weatherpi /weewxd: PiSense: Pressure :1000.5552978515625 Feb 13 02:58:11 weatherpi /weewxd: PiSense: Lux:0.0 Feb 13 02:58:24 weatherpi /weewxd: PiSense: Pressure :1000.66787109375 Feb 13 02:58:25 weatherpi /weewxd: PiSense: Lux:0.0 Feb 13 02

[weewx-development] Re: What happens in Weewx around 3AM

2021-02-13 Thread sbar...@gmail.com
Hi, Ok I can try that. I am running weewx 4.3.0 installed with setup.py. I have a SDR with weewx SDR driver and a custom extension derived from a BME280 extension that will inject some extra measures in the measure loop. Regarding logs, even though I set debug=1, i find only minimal info in me

[weewx-development] Re: Grünlandtemperatursumme (GTS)

2021-02-13 Thread Karen K
And the cheetah generator's result is Karen K schrieb am Samstag, 13. Februar 2021 um 22:04:36 UTC+1: > test skin index.html.tmpl > > -- You received this message because you are subscribed to the Google Groups "weewx-development" group. To unsubscribe from this group and stop receiving emails

[weewx-development] Re: Grünlandtemperatursumme (GTS)

2021-02-13 Thread Karen K
test skin index.html.tmpl -- You received this message because you are subscribed to the Google Groups "weewx-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-development+unsubscr...@googlegroups.com. To view this discussion on the web

[weewx-development] Re: Grünlandtemperatursumme (GTS)

2021-02-13 Thread Karen K
test skin -- You received this message because you are subscribed to the Google Groups "weewx-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-development+unsubscr...@googlegroups.com. To view this discussion on the web visit https://

[weewx-development] Grünlandtemperatursumme (GTS)

2021-02-13 Thread Karen K
This refers to https://groups.google.com/g/weewx-user/c/MHN64Ex2sTA/m/v6-Qp8D5AwAJ I tried to write an XType extension for that. There are no error messages, but the value is not known to the record. The loop and archive record do not include a value called "GTS" or "GTSdate". I created a skin

[weewx-development] Re: Weewx and Well Watch 760

2021-02-13 Thread ral...@gmail.com
I considered an external timer as a solution for the ESP8266, but decided to use one of the "old" RPi 3 that were sitting on the workbench. Is the Eno Scientific Well Watch 760 correct or did you mean 670? Very interesting devices. On Saturday, February 13, 2021 at 10:30:30 AM UTC-8 michael.

[weewx-development] Re: Weewx and Well Watch 760

2021-02-13 Thread michael.k...@gmx.at
I found them reliable except for deep-sleeping below freezing temperatures. But this problem can be solved if you attach an external timer. ral...@gmail.com schrieb am Samstag, 13. Februar 2021 um 19:23:30 UTC+1: > I have used the ESP8266 boards and found that they work, however they can > be

[weewx-development] Re: Weewx and Well Watch 760

2021-02-13 Thread ral...@gmail.com
I have used the ESP8266 boards and found that they work, however they can be a pain when they stop working (for unknown reasons - wifi burps or power problems) and you have to power cycle them. I ran the ESP8266 code in my workshop for over two month with no problems, then I put them out in the

[weewx-development] Re: What happens in Weewx around 3AM

2021-02-13 Thread gjr80
Hi, Probably easiest if you post a log extract showing the lead up to a failure and the actual error trace. Also what version of WeeWX are you running and is WeeWX running under python 2 or python 3? Gary On Sunday, 14 February 2021 at 03:39:13 UTC+10 sbar...@gmail.com wrote: > Hi, > > My Wee

[weewx-development] What happens in Weewx around 3AM

2021-02-13 Thread sbar...@gmail.com
Hi, My Weewx dies on a daily basis a little before 3AM. The cause for the dying is some not properly handled exception that I need to fix on my own. However, the faulty code is in a constructor class call by the constructor of my user extension (so I would expect it to only be called once). So