Re: [weewx-user] Re: Belchertown Development & WeeWX 4 b10 Error

2020-02-20 Thread G Hammer
Perhaps I will save my database and wipe the machine, then reinstall using WeeWX 4 and python 3. I have an incompatible driver but hopefully I can find a way to correct it before irrigation season starts. More to come On Thu, Feb 20, 2020, 9:13 PM Pat wrote: > It should work in your configurat

Re: [weewx-user] Re: Mismatch Between Hardware and weeWX Data

2020-02-20 Thread Dan Blanchard
Thanks Les, I will give this a go. Will be a couple days though before I can get to it. I'll report my findings. On Thursday, February 20, 2020 at 2:09:44 PM UTC-8, ln77 wrote: > > JD said that he “suspects” that would be the right change. It would help > if you tested it, but be prepared for

[weewx-user] Re: Belchertown Development & WeeWX 4 b10 Error

2020-02-20 Thread Pat
It should work in your configuration - weewx 4, python 2. I have this in a virtual machine and it's working fine for me. So I'm not sure what's gone south. On my real website, I'm using python 3 and weewx 4. But it should work on weewx 3.9.2 with python 2, weewx 4 python 2, and weewx 4 pytho

Re: [weewx-user] Re: Mismatch Between Hardware and weeWX Data

2020-02-20 Thread Les Niles
JD said that he “suspects” that would be the right change. It would help if you tested it, but be prepared for it not to work or break the driver. Save the original version of the file, and restart weewx after changing it in order to load the new version. The location of the driver can depend

Re: [weewx-user] Belchertown and translation

2020-02-20 Thread salinois
yes of course but you can put also this line " for Darksky" inside weewx.conf. Patrick Le 20/02/2020 à 22:23, Gert Andersen a écrit : Hi Thanks for your answer. I found that the translation is not in these .conf files, but returned by the Darksky API. It must therefore be stated: darksky_la

Re: [weewx-user] Re: Mismatch Between Hardware and weeWX Data

2020-02-20 Thread Dan Blanchard
I was under the impression that what JD wrote was a change I can make to the driver. If so, how can I access the driver to modify it? On Thursday, February 20, 2020 at 12:39:43 AM UTC-8, ln77 wrote: > > I thought your questions were answered: what you’ve done is a workaround. > Fundamentally, i

Re: [weewx-user] Belchertown and translation

2020-02-20 Thread Gert Andersen
Hi Thanks for your answer. I found that the translation is not in these .conf files, but returned by the Darksky API. It must therefore be stated: darksky_lang = "xx" where xx is the language of choice. Description in the Darksky API documentation. Pat also wrote it in his documentation. My mi

[weewx-user] Re: how to insert additional data (cpu temp) into skins?

2020-02-20 Thread ed100
What driver are you using? The edits I show go into BCRobotics.py which is my driver. That is what i use to get the data into LOOP. On Thursday, February 20, 2020 at 10:55:00 AM UTC-6, Vetti52 wrote: > > Sorry for being too dumb for python... > > I want to show the actual cpu temperature in the "

[weewx-user] Re: how to insert additional data (cpu temp) into skins?

2020-02-20 Thread Vetti52
Just to proceed step by step: Your code goes into a file cpu_temp.py. First line as usually I added: #!/usr/bin/env python Then, how do I have to include this file into my Seasons skin file about.inc? Sorry, but, as I said, I am totally uncomfortable with python. Am Donnerstag, 20. Februar 20

[weewx-user] Re: how to insert additional data (cpu temp) into skins?

2020-02-20 Thread ed100
Forgot to say I am using Belchertown/MQTT and the cpu temp is on front page updating every 10 sec. On Thursday, February 20, 2020 at 10:55:00 AM UTC-6, Vetti52 wrote: > > Sorry for being too dumb for python... > > I want to show the actual cpu temperature in the "About this weather > station" se

[weewx-user] Re: how to insert additional data (cpu temp) into skins?

2020-02-20 Thread ed100
I am using BCRobotics driver. I rounded to avoid bunch of decimals. Had to encode to avoid python3 errors. This works fine for me. I have 4 rpi4's running and get the temp from all of them. import math import subprocess def round_half_up(n, decimals=0): multiplier = 10 ** decimals re

[weewx-user] Re: users guide for python3 installation

2020-02-20 Thread david glenn
well that settles that. I am so sorry I used up so much of your time and experience. I'll go look into a 'plan B'. Thanks again to all who tried to help. Indirectly, I learned a lot about Linux and Raspbian. Mike On Sunday, February 2, 2020 at 9:52:51 AM UTC-5, david glenn wrote: > > I am n

Re: [weewx-user] Re: users guide for python3 installation

2020-02-20 Thread vince
On Thursday, February 20, 2020 at 8:22:43 AM UTC-8, Thomas Keffer wrote: > > WeatherLink Live is not supported by weewx. At least, not yet. See Issue > #412 . > > > I added a comment to the issue above, but FWIW it looks like this one would be a slam dun

Re: [weewx-user] Re: users guide for python3 installation

2020-02-20 Thread vince
On Thursday, February 20, 2020 at 8:22:43 AM UTC-8, Thomas Keffer wrote: > > WeatherLink Live is not supported by weewx. At least, not yet. See Issue > #412 . > > > David - this thread is a good example of why we need complete+clear problem descriptions:

[weewx-user] how to insert additional data (cpu temp) into skins?

2020-02-20 Thread Vetti52
Sorry for being too dumb for python... I want to show the actual cpu temperature in the "About this weather station" section. On my Raspberry Pi I get the result: $ vcgencmd measure_temp temp=53.0'C However, I do not know, how to enter this into a skin file. I gave a first try to resulting

Re: [weewx-user] Re: users guide for python3 installation

2020-02-20 Thread Thomas Keffer
WeatherLink Live is not supported by weewx. At least, not yet. See Issue #412 . On Thu, Feb 20, 2020 at 8:16 AM david glenn wrote: > Andrew, you misunderstand what I am trying to do. I have weewx on a RPI > and I'm using Raspbian as the OS. I am at th

Re: [weewx-user] wee_import 4.00.b12 errors

2020-02-20 Thread Thomas Keffer
Gary will have to answer that one. Gary? On Thu, Feb 20, 2020 at 8:14 AM Nicolas CUVILLIER wrote: > I got an error in wee_import in the bloc > if obs == 'epoch': > try: > _date = datetime.date.fromtimestamp(_flat_record['epoch']) > except ValueError: > _flat_record['epoch'] = _flat_record['epoch

Re: [weewx-user] Belchertown and translation

2020-02-20 Thread salinois
Hello either in the weewx.conf file, or in skin.conf. I did everything in weewx.conf. Patrick Le 20/02/2020 à 14:12, Gert Andersen a écrit : Hi I'm in the process of translate Belchertown and I can't find where to translate the forecast text(see screenshot). Can anyone point me in the right

[weewx-user] Re: users guide for python3 installation

2020-02-20 Thread david glenn
Andrew, you misunderstand what I am trying to do. I have weewx on a RPI and I'm using Raspbian as the OS. I am at the point that weewx is not accepting the IP address of the WeatherLink LIVE on my network. I dug into the Davis knowledge base and it clearly states that the port to use is

Re: [weewx-user] wee_import 4.00.b12 errors

2020-02-20 Thread Nicolas CUVILLIER
I got an error in wee_import in the bloc if obs == 'epoch': try: _date = datetime.date.fromtimestamp(_flat_record['epoch']) except ValueError: _flat_record['epoch'] = _flat_record['epoch'] // 1000 *The error was:* Traceback (most recent call last): File "/home/weewx/bin/wee_import", line 896, in

[weewx-user] Re: users guide for python3 installation

2020-02-20 Thread Andrew Milner
weewx is designed for unix/linux systems, so in my opinion you should be running on a native linux/usinx system rather than some variety of linux running on windows 10. run on an RPI and get to know the delights of linux/raspbian/whatever. Collect the data in the sqlite database. Generate a w

Re: [weewx-user] wee_import 4.00.b12 errors

2020-02-20 Thread Thomas Keffer
No, I don't. Gary wrote the wee_import utility. There's nothing to be lost by just trying it! On Thu, Feb 20, 2020 at 6:54 AM Nicolas CUVILLIER wrote: > Thanks Thomas > Probably I made a mistake during the upgrade. > > I removed weewx, and re-install directly the v4.0.b12, and it just work :-)

Re: [weewx-user] wee_import 4.00.b12 errors

2020-02-20 Thread Nicolas CUVILLIER
Thanks Thomas Probably I made a mistake during the upgrade. I removed weewx, and re-install directly the v4.0.b12, and it just work :-) I have 3 years more or less to import. Is it better to do it in one shot, or by smaller part, like every six months ? Do you have any experience on this ? Than

[weewx-user] Re: users guide for python3 installation

2020-02-20 Thread david glenn
It may not be relevant but I am using the WeatherLink LIVE device to receive the sensor data and transfer it to my network. On Sunday, February 2, 2020 at 9:52:51 AM UTC-5, david glenn wrote: > > I am new to weewx and have very basic linux and python skills. I'd like > to run weewx on windows

[weewx-user] Re: users guide for python3 installation

2020-02-20 Thread david glenn
To answer Glenn's question I have tried : cd /home/weewx sudo ./bin/weewxd weewx.conf and nothing was returned. In weewx.config there is the statement: WEEWX_ROOT = /home/weewx if that is of any value I have attached the Vantage portion of weewx.config. It is a plain text document. tha

[weewx-user] Re: Belchertown Development & WeeWX 4 b10 Error

2020-02-20 Thread G Hammer
Yes, the encoding was there. So, here's an idea. What exactly should be installed to run this skin? Meaning, how are you configured? On Wednesday, February 19, 2020 at 12:53:13 PM UTC-5, Pat wrote: > > I see why, but this is another one I can't replicate. It's an encoding > problem again. Can

Re: [weewx-user] wee_import 4.00.b12 errors

2020-02-20 Thread Thomas Keffer
I suspect you are using weewx v3.9 code to run a V4.0 configuration file. A new version of WeeWX can run old configuration files, but not the other way around. You are running wee_import without qualifying which version you want. The system found your old version, and is attempting to use that. Tr

[weewx-user] Belchertown and translation

2020-02-20 Thread Gert Andersen
Hi I'm in the process of translate Belchertown and I can't find where to translate the forecast text(see screenshot). Can anyone point me in the right direction? Thanks Gert -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

Re: [weewx-user] Non supported weather station

2020-02-20 Thread Andrew Milner
Interceptor perhaps so that weewx intercepts the data on its way from the station to wunderground . On Thursday, 20 February 2020 14:00:26 UTC+2, Ivan Schrooyen wrote: > > Hello Andrew, > > Is there a cleaner way to get my data out of my weather station then? > I am open to any suggestions.

Re: [weewx-user] Non supported weather station

2020-02-20 Thread Ivan Schrooyen
Hello Andrew, Is there a cleaner way to get my data out of my weather station then? I am open to any suggestions... Ivan *Ivan Schrooyen* *M: **+33 6 98 38 72 56* *M: **+47 950 41 710* *E**: **ivan.schroo...@gmail.com * *A: 8 Sakkastadvika**, 5538 Haugesund, Norway* Le jeu. 20 févr. 2020 à

[weewx-user] wee_import 4.00.b12 errors

2020-02-20 Thread Nicolas CUVILLIER
Hello, I have a running weewx (3.9.2) connected to a VP2, working perfectly. This weewx is sending data to wunderground (stationID = IRIVIRED4) This system is running since a month and is part of a local network of weather stations in south Indian Ocean. I prefer to stay on the same configuratio

Re: [weewx-user] Non supported weather station

2020-02-20 Thread Andrew Milner
I doubt if you will find wunderground to be reliable if you try and access it to get your data every 60 seconds Wunderground is just not designed for such usage. On Thursday, 20 February 2020 10:43:05 UTC+2, Ivan Schrooyen wrote: > > Hello Thomas, > > Thanks for your answer. > The model

Re: [weewx-user] Non supported weather station

2020-02-20 Thread Ivan Schrooyen
Hello Thomas, Thanks for your answer. The model that I have is the following. I did not see any possibility to export the data to something else than wunderground. https://www.bresser.de/fr/Temps/BRESSER-Station-meteo-couleur-WIFI-avec-capteur-exterieur-5-en-1.html Please let me know if I am wron

Re: [weewx-user] Re: Mismatch Between Hardware and weeWX Data

2020-02-20 Thread Les Niles
I thought your questions were answered: what you’ve done is a workaround. Fundamentally, it’s not a limitation of the LaCrosse hardware, it’s a bug in the driver. -Les > On 19 Feb 2020, at 12:05, Dan Blanchard wrote: > > Where did you all go? I was hoping for some comments on my last p