[weewx-user] No handlers could be found for logger "user.ws6in1".

2023-07-11 Thread Ξ
Hello, A year ago I installed WS 6in1 for Bresser 5-in1 (thread for reference https://groups.google.com/u/1/g/weewx-user/c/VPrfgr5uZq4/m/pNE9U0RRAQAJ), which was running without problems until June 13 when it stopped sending reports. When I went at the site I noticed the outside batteries had

[weewx-user] Re: New Bootstrap issue for multi-language

2023-07-11 Thread michael.k...@gmx.at
Hi Yves, which exact version of the skin are you using? try adding locale = {desired_locale} to each Bootstrap stanza: [[Bootstrap-fr]] skin = Bootstrap HTML_ROOT = /var/www/weewx/fr lang = fr enable = true locale = fr_FR [[Bootstrap-en]] sk

[weewx-user] Re: New Bootstrap issue for multi-language

2023-07-11 Thread michael.k...@gmx.at
You also use Bootstrap in [[StandardReport]] and need to specify a lang: [[StandardReport]] # See the customizing guide to change the units, plot types and line # colors, modify the fonts, display additional sensor data, and other # customizations. Many of those changes ca

[weewx-user] Re: New Bootstrap issue for multi-language

2023-07-11 Thread Yves Martin
OK, but how to use a "multi-language" option? YM Le mardi 11 juillet 2023 à 07 h 14 min 00 s UTC-4, michael.k...@gmx.at a écrit : > You also use Bootstrap in [[StandardReport]] and need to specify a lang: > > [[StandardReport]] > # See the customizing guide to change the units, plot typ

[weewx-user] Re: New Bootstrap issue for multi-language

2023-07-11 Thread michael.k...@gmx.at
Like this: [[StandardReport]] # See the customizing guide to change the units, plot types and line # colors, modify the fonts, display additional sensor data, and other # customizations. Many of those changes can be made here by overriding # parameters, or by mod

[weewx-user] Re: New Bootstrap issue for multi-language

2023-07-11 Thread Yves Martin
OK, I already did that. I have a lot o errors, I have to check now. Tks. Yves Le mardi 11 juillet 2023 à 07 h 24 min 18 s UTC-4, michael.k...@gmx.at a écrit : > Like this: > > [[StandardReport]] > # See the customizing guide to change the units, plot types and > line > # color

Re: [weewx-user] ftp/sftp stop working on 4.10.2 ...

2023-07-11 Thread Tom Keffer
Make sure weewxd is using the copy of weewx.conf that you think it is using. You provided an excerpt of the [[FTP]] section. Is it from /etc/weewx/weewx.conf? Is that what weewxd is using? On Mon, Jul 10, 2023 at 2:55 PM Yves Martin wrote: > Hi > > I have this error and I don't know why : > > J

Re: [weewx-user] No handlers could be found for logger "user.ws6in1".

2023-07-11 Thread Tom Keffer
Looking through ws6in1 , it looks like it expects WeeWX V4.0 or greater. You are using V3.7.1, On Tue, Jul 11, 2023 at 1:43 AM Ξ wrote: > Hello, > > A year ago I installed WS 6in1 for Bresser 5-in1 (thread for reference > https://groups.google.com/u/

Re: [weewx-user] No handlers could be found for logger "user.ws6in1".

2023-07-11 Thread Ξ
Hi Tom, Many thanks for the explanation, I'll keep the set up as long as it works since support for Arch for armv6 has been discontinued and I'll need either new hardware or to change to an OS that still has armv6 support, in either case that would require setting up everything anew and I just

Re: [weewx-user] No handlers could be found for logger "user.ws6in1".

2023-07-11 Thread Ξ
> 2. Since the station has a configurable data log, if communication between it and weewx/ws6in1 is interrupted for a significant time period, let's say 5 days, does weewx/ws6in1 catch up/fetch the missing data? To answer my own question weewx/ws6in1 doesn't seem to do a backfill: today the ele

[weewx-user] forecast error

2023-07-11 Thread joe...@gmail.com
Hello, I have a fresh install of weewx and the forecast extension using the exfoliation skin on a raspberrypi 4 running ptyhon3. My issue the forecast is not displayed on the "current" page. And the "forecast" page never updates. In the log there is an error about the forecast.html.tmpl file.

Re: [weewx-user] No handlers could be found for logger "user.ws6in1".

2023-07-11 Thread Bob Atchley
Hi Ivo, ws6in1 should still work with v3.7.1 its more that I no longer have the capacity to support/test it, and with the imminent (?) release of weewx v5 which is not compatible with Python 2.x I thought it time to move on. I can't see any ws6in1 errors in the logs you have provided so not su

Re: [weewx-user] No handlers could be found for logger "user.ws6in1".

2023-07-11 Thread Ξ
also, oops, I've replied to the above but by hitting 'reply to author' so I guess now only Bob sees it :/ -- 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-us

Re: [weewx-user] Critical error ...

2023-07-11 Thread Yves Martin
I've reinstalled all ... still have critical issues debug=1 is already set Last error : /etc/init.d/weewx start /etc/init.d/weewx status Jul 11 17:17:09 weewx4-raspi python3[375]: weewx[375] CRITICAL __main__: File "/usr/share/weewx/weewxd", line 148, in main Jul 11 17:17:09 weewx4

Re: [weewx-user] Critical error ...

2023-07-11 Thread Tom Keffer
Note that with packaged installs, if you remove a package, it does not remove weewx.conf unless you "purge" it. *sudo apt purge weewx* Take a look at the bottom of your weewx.conf under [Engine]. You have user.mqtt specified somewhere in there. On Tue, Jul 11, 2023 at 3:21 PM Yves Martin wro

Re: [weewx-user] Critical error ...

2023-07-11 Thread Yves Martin
OK, I purge all, delete old directories ... and keep my old weewx.conf file. Now I have this error : Configuration file '/etc/weewx/weewx.conf' ==> File on system created by you or by a script. ==> File also in package provided by package maintainer. What would you like to do about it ? You

Re: [weewx-user] Critical error ...

2023-07-11 Thread Yves Martin
OK ... purge again ... but this time I did not installed MQTT (it seems creating issues every time). Seems OK now, but after reinstalling Apache2, and set the directory, I cannot see it. How to set the "public_html" directory for weewx? Usually is it there: /var/www/weewx/* but it does not wor

Re: [weewx-user] Critical error ...

2023-07-11 Thread Yves Martin
OK, purge again ... but this time I did not install MQTT. It seems generated issues every time. I've finally upgraded to a more recent version. New: --- Raspbian GNU/Linux 10 (buster) Python 3.7.3 Old: --- Raspberry pi Debian 7.11 Python 2.7.3 ... It is now about the design and how the new Boo

[weewx-user] Bootstrap and documentation?

2023-07-11 Thread Yves Martin
Hi, Where can I find a documentation for the new Bootstrap (4)? I want to add my solar and UV sensors under the live screen, but I have no information. Tks. Yves -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group a

Re: [weewx-user] ftp/sftp stop working on 4.10.2 ...

2023-07-11 Thread Yves Martin
After a fresh install, I've reinstalled weewx, use ftp instead of sftp (not installed here) and everything works!!! Tks. Yves Le mardi 11 juillet 2023 à 10 h 03 min 26 s UTC-4, Tom Keffer a écrit : > Make sure weewxd is using the copy of weewx.conf that you think it is > using. > > You provid

[weewx-user] Debian 11 vs. 12 for Weewx on (RPI 4 w/8Gig ram & 1TB ssd)

2023-07-11 Thread Kruse Ludington
Sorry I looked around and couldn't find the details needed so I figured I woiuld just ask... I am running Weewx version 4.10.2 and Home Assistant Supervised on this hardware. I have an AmbientWeather WS-2902C and am using the Interceptor to gather enriched data from the WS2902C console. Home

[weewx-user] Debian 11 to 12 (weewx running on RPI4 w/8 GIg Ram & 1TB SSD)

2023-07-11 Thread Kruse Ludington
Sorry I looked around and couldn't find the details needed so I figured I woiuld just ask... I am running Weewx version 4.10.2 and Home Assistant Supervised on the hardware listed in the title. I have an AmbientWeather WS-2902C and am using the Interceptor to gather enriched data from the WS290

[weewx-user] Re: Debian 11 to 12 (weewx running on RPI4 w/8 GIg Ram & 1TB SSD)

2023-07-11 Thread vince
weewx supports anything with the minimum python requirements which debian 12 of course meets too On Tuesday, July 11, 2023 at 9:22:52 PM UTC-7 Kruse Ludington wrote: > Sorry I looked around and couldn't find the details needed so I figured I > woiuld just ask... > > I am running Weewx version 4

[weewx-user] Re: Bootstrap and documentation?

2023-07-11 Thread michael.k...@gmx.at
As of today, the documentation is very limited. Some documentation is in the skin.conf predefined configs. ([see LiveCharts]) An upgrade guide, and a guide for MQTT is in the wiki: https://github.com/brewster76/fuzzy-archer/wiki You are invited to participate in improving the docs, your ongoing