[weewx-user] Re: Trouble getting GW1000 driver to work

2021-09-25 Thread 'Cameron D' via weewx-user
I am pretty sure the semicolon is *not *what you want with Bourne shell syntax. 1. with no semicolon, the variable is placed in the environment of the program being executed 2. with a semicolon, it is a simple assignment to a variable in the environment of the current shell and is *

[weewx-user] Re: Trouble getting GW1000 driver to work

2021-09-25 Thread Evan Kimberly
Hi Gary, It’s no trouble at all. I sincerely appreciate all the help you are providing and am not in a rush. Truthfully, my time is fairly limited for this. I’ve been trying to respond to everyone as timely as possible. I have a three year old and a 4 month old, so my day time hours to tink

[weewx-user] Re: Trouble getting GW1000 driver to work

2021-09-25 Thread gjr80
Evan, Ah, of course, your truncated log is going to truncate all of the hex data I was after! No matter, I think I have the problem sorted. Could you try the v0.3.2 of the driver. You can download it with: $ wget https://raw.githubusercontent.com/gjr80/weewx-gw1000/master/bin/user/gw1000.py J

[weewx-user] Re: Trouble getting GW1000 driver to work

2021-09-25 Thread Evan Kimberly
Haha, yes I figured that was what was happening with the truncated debug output, but I thought I'd show it to you regardless. Hey that did it!!! Thanks so much, Gary! I can see the sensors with the sensor input on the drivers, and I see the LOOP packets now while actively running weewxd. The ht

[weewx-user] GW1100 with FW 2.0.4 produces critical error with GW1000.py 0.3.1

2021-09-25 Thread 'Rainer Lang' via weewx-user
@Gary fyi: I updated my GW1100 to the newly released firmware 2.0.4 and it now produces the following error (including refusing to archive data) Looks like the internal sensor map has been enlarged. FW 2.0.3 still ran without such problems. Sep 26 01:08:07 raspberrypi weewx-GW1000[24829] INFO u

[weewx-user] Re: GW1100 with FW 2.0.4 produces critical error with GW1000.py 0.3.1

2021-09-25 Thread gjr80
Thank you Rainer, that was the problem identified in this thread . It has been fixed in v0.3.2. I will properly release v0.3.2 later today. Gary On Sunday, 26 September 2021 at 09:20:58 UTC+10 lang@googlemail.com wrote:

[weewx-user] Trouble with GW1000 driver

2021-09-25 Thread 'super zee' via weewx-user
After installing the GW1000 driver, I try to test it using the python command, but get the following error: pi@raspberrypi:~ $ sudo PYTHONPATH=/usr/share/weewx python -m user.gw1000 --test-driver Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as

[weewx-user] Re: Trouble with GW1000 driver

2021-09-25 Thread gjr80
Hi, What version of python did you install WeeWX under? Chances are it was python3 and changing python to python3 in your command may work. As per the GW1000 driver readme you need to run the GW1000 driver under the same python version as WeeWX was installed otherwise you will likely find pytho