[weewx-user] locale FTP template and belchertown theme

2023-11-29 Thread Juan Antonio Mosquera Casais
Hello, I have installed the latest version of stable weewx, belchertown theme on Raspberry (raspbian). I have a problem with coding, I want to be able to generate templates like FTP with en_US coding and belchertown with es_ES coding (the Belchertown configuration allows it). But having

[weewx-user] Re: Unmapped bresser7in1

2023-11-29 Thread magnus hult
hello. I can confirm that it is sdr.py 0.93 . weewx version is 4.10,2 tisdag 28 november 2023 kl. 17:41:37 UTC+1 skrev paul...@gmail.com: > Hi Magnus > You don't say which version of sdr.py you are using but you need 0.93 to > run the Bresser 7in1. > Have a look at this thread >

Re: [weewx-user] weewx in docker plus rtldavis

2023-11-29 Thread vince
You're in deep deep trouble if you think that :-) I did at one time reach success and put up a repo at https://github.com/vinceskahan/weewx-rtldavis that might help you get started, but it's written assuming you are setting up a VM rather than a docker container for runtime. You might be able

Re: [weewx-user] New error UnicodeDecodeError: 'utf-8'

2023-11-29 Thread Tom Keffer
There are at least two things going on here: 1. Configuration files must be encoded in UTF-8. At least one of your files (graph.conf) has a byte in it that is inconsistent with UTF-8. This can happen if you open the file with something other than a text editor, or if you set the text editor to

Re: [weewx-user] weewx in docker plus rtldavis

2023-11-29 Thread Tom Keffer
Vince is the local docker whiz. Look around his github repositories: https://github.com/vinceskahan On Tue, Nov 28, 2023 at 7:08 PM Rexyboy AU wrote: > Hi, > I am keen to start playing around with weewx and want to run it all inside > a docker container (linux/ubuntu). My station is a Davis

Re: [weewx-user] locale FTP template and belchertown theme

2023-11-29 Thread Tom Keffer
Unfortunately, Version 4 allows only one locale to be set. Version 5 will allow a locale to be set for each report. It's a bit of a hack, but one thing you could try is to put something like this at the top of a template (NOT TESTED): #import locale #locale.setlocale(locale.LC_ALL, 'es_ES')

Re: [weewx-user] locale FTP template and belchertown theme

2023-11-29 Thread Chuck Rhode
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 29 Nov 2023 08:34:17 -0800 Tom Keffer wrote: > It's a bit of a hack, but one thing you could try is to put something > like this at the top of a template (NOT TESTED): > #import locale > #locale.setlocale(locale.LC_ALL, 'es_ES') > This

[weewx-user] New error UnicodeDecodeError: 'utf-8'

2023-11-29 Thread Lorin Tremblay
Hi there error started to appear about 2 weeks ago…. Nov 29 12:05:26 Weewx-APRS3695 weewx[14883] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'weewx.cheetahgenerator.CheetahGenerator' Nov 29 12:05:26 Weewx-APRS3695 weewx[14883] ERROR weewx.reportengine:

Re: [weewx-user] Move data from one column to another in the archive table?

2023-11-29 Thread Tom Keffer
If you have the necessary hardware, your VP2 should be able to emit the soil measurements. The Vantage configuration utility has had some issues. The version to be included with V5 is much better. Fortunately, the new driver is compatible with V4, so all you have to do is replace the old one with

Re: [weewx-user] Move data from one column to another in the archive table?

2023-11-29 Thread Tom Keffer
Personally, I would make the change, but I can certainly understand leaving it well enough alone. To make it easy on yourself, you could use wee_database to drop column soilMoist1, then use it again to rename extraTemp1 to soilMoist1. Then use wee_device to change to the correct configuration.

Re: [weewx-user] weewx in docker plus rtldavis

2023-11-29 Thread Mitchell Knight
Thanks for getting in touch Vince. It seems like there may be a few challenges to overcome before I get there. I was just scratching around your repo when you messaged so good timing. A couple quick questions while I have you: - What would be a good base container to start building on top

[weewx-user] RTLDavis battery data

2023-11-29 Thread Patrick Mendiuk
Hello, I would like to monitor the ISS battery via the RTLDavis plugin but I haven't seen any battery voltage being reported when I look at syslog output with debug_rtld = 3 in weewx.conf. Does RTLDavis regularly report battery voltage? -- You received this message because you are subscribed

Re: [weewx-user] weewx in docker plus rtldavis

2023-11-29 Thread vince
I really don't support nor use that repo. I was just putting it up on github for safekeeping since I had (momentary) interest in seeing if I could hear my vp2 ISS over the air a while ago. I did just run a five-minute test using debian:11 as a base image where I downloaded the script, changed

Re: [weewx-user] locale FTP template and belchertown theme

2023-11-29 Thread Juan Antonio Mosquera Casais
Thanks Tom, but it doesn't work. The strange thing is that the first generation of the template is correct (en_US) but the second and subsequent ones are again es_ES, does the Belchertown configuration somehow prevail globally?. I don't understand how the first generation is correct. El