[weewx-user] Re: How to get both lux and radiation values in the report?

2022-02-27 Thread gjr80
The short answer is yes, it is possible. However, what you need to do depends. I assume you are using the SDR driver, if that is the case it should be providing you with the 'light' reading in Lux mapped to whatever WeeWX field you have specified in the sensor map (the usual mapping would be to

[weewx-user] Re: import csv file from weatherlink davis to weewx

2022-02-27 Thread gjr80
You have two things going on here. * Unable to decode source data for period 1. 'utf-8' codec can't decode byte 0xb0 in position 29: invalid start byte* Period 1 will be skipped. Proceeding to next period. Consider specifying the source file encoding using the 'source_encodin

[weewx-user] Re: Weather34

2022-02-27 Thread Steeple Ian
Vince is correct, it is looking for services.txt one level up from the install folder. Assuming you downloaded the zip file from the repository into your /home/pi folder and un zipped it, the install folder is weewx-Weather34-main. The services.txt file should also be in your /home/pi folder.

[weewx-user] Re: Weather34

2022-02-27 Thread vince
On Sunday, February 27, 2022 at 12:02:05 PM UTC-8 matthieu89...@gmail.com wrote: > When i use sudo python3 /home/pi/weewx-Weather34/w34_installer.py > *Cannot find ../services.txt file INSTALL ABORTED* > Whereas my file service.txt is in /home/pi > > It is trying to find services.txt using a r

[weewx-user] Re: Weather34

2022-02-27 Thread Matthieu Devigne
When i use sudo python3 /home/pi/weewx-Weather34/w34_installer.py I have a message : *PHP 7.4.28 (cli) (built: Feb 17 2022 16:17:19) ( NTS )Copyright (c) The PHP GroupZend Engine v3.4.0, Copyright (c) Zend Technologieswith Zend OPcache v7.4.28, Copyright (c), by Zend Techno

[weewx-user] Re: Weather34

2022-02-27 Thread Matthieu Devigne
I use debian (raspberry) Le dimanche 27 février 2022 à 19:58:09 UTC+1, vince a écrit : > > Looks like you need to use sudo > > On Sunday, February 27, 2022 at 10:04:29 AM UTC-8 matthieu89...@gmail.com > wrote: > >> Yes, I download the new version with the method setup py. >> I have a permiss

Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-27 Thread Jeff A. D.
Makes some sense. But I also wonder about ET values always being '0' when I have no solar sensors. That does make it into the archive data and the database, though I don't use it in any reports, so I guess it really doesn't matter, though I wouldn't think it's accurate. (I'm assuming '0" mean

[weewx-user] Re: Weather34

2022-02-27 Thread vince
Looks like you need to use sudo On Sunday, February 27, 2022 at 10:04:29 AM UTC-8 matthieu89...@gmail.com wrote: > Yes, I download the new version with the method setup py. > I have a permission denied : home/weewx/bin/user/w34hightchartsSearchX.py > > And I always have the error messages i

[weewx-user] Re: Weather34

2022-02-27 Thread Steeple Ian
Which OS are you using? You may have to prefix your command with sudo On Sunday, February 27, 2022 at 6:04:29 PM UTC matthieu89...@gmail.com wrote: > Yes, I download the new version with the method setup py. > I have a permission denied : home/weewx/bin/user/w34hightchartsSearchX.py > > And I al

[weewx-user] Re: Weather34

2022-02-27 Thread Matthieu Devigne
Yes, I download the new version with the method setup py. I have a permission denied : home/weewx/bin/user/w34hightchartsSearchX.py And I always have the error messages in syslog. Le dimanche 27 février 2022 à 16:34:09 UTC+1, steep...@gmail.com a écrit : > Hi, > The repository has now been upda

[weewx-user] Re: Weather34

2022-02-27 Thread Steeple Ian
Hi, The repository has now been updated to the new vesion 4.2.0 On Sunday, February 27, 2022 at 8:03:21 AM UTC matthieu89...@gmail.com wrote: > Good ;) , thanks. > > Le dimanche 27 février 2022 à 08:42:54 UTC+1, steep...@gmail.com a écrit : > >> >> It looks as though the main weather34.py modul

Re: [weewx-user] translategenerator

2022-02-27 Thread Tom Keffer
I just looked through Bootstrap, and it appears that it has been internationalized, but not by using the new WeeWX V4.6 method. It has its own way of doing things. On Sun, Feb 27, 2022 at 5:00 AM Tom Keffer wrote: > We will need more information from you. > > As far as I know, Bootstrap has not

[weewx-user] import csv file from weatherlink davis to weewx

2022-02-27 Thread Artvd
I am trying to import a monthly csv file to weewx using the weewx import guideline .Unfortunately i get a error. I wonder if someone could help me to solve the problem. Below is weewx output of the dry run wee_import --import-config=/var/tmp/csv.conf --dry-run Using WeeWX configuration file /

Re: [weewx-user] translategenerator

2022-02-27 Thread Tom Keffer
We will need more information from you. As far as I know, Bootstrap has not been internationalized. You will have to ask the author to do this, or do it yourself. The V4.6 version of the Standard skin has been internationalized. Tell us what you are doing, and how the results differ from what you

[weewx-user] translategenerator

2022-02-27 Thread Bebs974
Hello I have a problem to translate Bootstrap or Standard html pages when i use 4.6 weewx version. This problem does'nt exist with 4.5 weewx version. It seems that CheetahGeneratorTranslated does'nt work and translation is not applied. Thanks for help -- You received this message because you a

[weewx-user] Re: Belchertown Radar

2022-02-27 Thread DaveStLou
The other possibility, do you have aeris_map = 1? On Sunday, February 27, 2022 at 5:56:04 AM UTC-6 DaveStLou wrote: > What do you have under [Extras] for radar_html = ""? > > On Saturday, February 26, 2022 at 9:29:20 AM UTC-6 kk44...@gmail.com > wrote: > >> You can create an index_radar.inc file

[weewx-user] Re: Belchertown Radar

2022-02-27 Thread DaveStLou
What do you have under [Extras] for radar_html = ""? On Saturday, February 26, 2022 at 9:29:20 AM UTC-6 kk44...@gmail.com wrote: > You can create an index_radar.inc file to include whatever you want > instead of the radar image. Or you can set radar_html in skin.conf. > > bchap...@gmail.com sch

Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-27 Thread Tom Keffer
I think the way to interpret "alarm" values of zero is no alarm at all. So, zero values are probably normal. However, it is not normal to have leafWet4 when there is no sensor. On Sat, Feb 26, 2022 at 8:22 PM Jeff A. D. wrote: > Just as a matter of interest, I went back even further and looked

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-02-27 Thread gjr80
Regards the WH23xx driver, have you actually installed the WH23xx driver? Is the file wh23xx.py in the /home/weewx/user directory? If not you need to install the driver, if the file exists then something else is amiss. I note the wh23xx driver has not yet been ported to python 3, if the driver i

[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-27 Thread an oldman
there are other units. just look at the schema file to see what there is. if your station sends wind gust you could one that's not in use. acurite 5n1 do not send wind gust just wind speed and dir. to get the extra wind stuff i have to hack weewx files for every weewx update. On Sunday, Februar

[weewx-user] Re: Weather34

2022-02-27 Thread Matthieu Devigne
Good ;) , thanks. Le dimanche 27 février 2022 à 08:42:54 UTC+1, steep...@gmail.com a écrit : > > It looks as though the main weather34.py module has not install correctly. > I will be releasing a new version of the template this evening which I > think may help you. > I will let you know direc