Re: [weewx-user] weedb.OperationalError: no such function: RADIANS

2022-11-24 Thread Chris Nelson
ite.py (usually > found in /usr/share/weewx/weedb/sqlite.py) with this one. > <https://raw.githubusercontent.com/weewx/weewx/cbd8b570cfa0488721db5739c73a26c4fd2fe78b/bin/weedb/sqlite.py> > > > > > > > On Thu, Nov 24, 2022 at 11:25 AM Chris Nelson wrote: >

Re: [weewx-user] weedb.OperationalError: no such function: RADIANS

2022-11-24 Thread Chris Nelson
Hum... I still have the problem. I've read the Version 4.9.0 available and weedb.OperationalError: no such function: RADIANS

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

2020-05-15 Thread Chris Nelson
Thinking out loud here... Running as the Pi user? Have write access to /var/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...@googlegr

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

2020-05-15 Thread Chris Nelson
-v4-and-logging>. To suppress > everything below log level WARN, put this at the bottom of weewx.conf: > > [Logging] > [[loggers]] > [[[weewx.manager]]] > level = WARN > > -tk > > On Thu, May 14, 2020 at 9:53 PM Chris Nelson > wrote: > >> Thes

[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-user] Weewx 4.0.0 on Centos 7.8 & Python 3

2020-05-12 Thread Chris Nelson
On V3.9.2 I was having package dependency problems with graph generation (pillow?), and thought I'd move to the new Py3 version. For reference on 3.9.2… File "/usr/lib64/python2.7/site-packages/PIL/ImageDraw.py", line 82, in __init__ TypeError: function takes exactly 1 argument (2 gi