Hello Susan! I've had weewx running about 3 weeks. I am running the current weewx using python2.7. It's running on a Raspberry Pi Zero W (so wireless connection). The weather station is a WS-1001. After the first week I haven't made changes to the setup until I made the changes last week to address the exceptions.
FYI I forked your repo to https://github.com/ronguest/HP1000. The changes roughly speaking were to unpack the tar file, add the above change to address the unpack exception, and change all the sleep() calls to be time.sleep(). There are also some loginf() calls added in getHistoryData. I need to remove those as I added them in an effort to understand how that was working. I imagined, without any data to support it, a transient network issue caused the unpack errors. The sleep() exception I posted was in HP1000 code that catches an exception on a a socket call. It occurred about the time I took the WS-1001 offline to move some cabling around so it might be a complete one-off where the driver was talking to the WS just as I disconnected it. The HP1000.py in my repo has been running with the change for the unpack exception since the 27th. I just made the change to the sleep() calls yesterday. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
