[weewx-user] Re: HP1000 Driver Problems discovered

2024-01-27 Thread Susan Mackay
A new version of the driver is now in the GitHib repository (https://github.com/AussieSusan/HP1000). Ths version has been used with V4.10 of WeeWx but is intended for use with V5. As mentioned above, there was a 'bug' in the previous version that only came to light recently (in my case since

[weewx-user] Re: HP1000 Driver Problems discovered

2024-01-21 Thread Susan Mackay
I'm not sure what happened but I did reply to this topic a few days ago with an explanation of what was happening. So here I go again Firstly - please DON'T delete the historical records from the console. While that does get WeeWx to again read the current data, it is not necessary given

Re: [weewx-user] Re: HP1000 driver with WS-1001 clone - "HP1000: Timed out too many times"

2023-07-20 Thread Tomasz Lewicki
Thank you both for reply. In the meantime, after about 8 hours of heavy fight - success. I tried many ways and finally got it. IP, port and protocol were correct. Reading other posts I suspected router settings as the most likely cause. I have also PiHole (https://pi-hole.net) in my LAN,

[weewx-user] Re: HP1000 driver with WS-1001 clone - "HP1000: Timed out too many times"

2023-07-20 Thread 'Rainer Lang' via weewx-user
Another option I could suggest for this antiquarian piece of a weather station (it's imho a shame that such old hardware is still being sold - but probably the sellers want to empty their stock - when technology has made already big leaps ahead for 5+ years) would be to get yourself a modern

[weewx-user] Re: HP1000 driver with WS-1001 clone - "HP1000: Timed out too many times"

2023-07-19 Thread Susan Mackay
As the author of that driver, all I can suggest is that the weather station is not interpreting the request correctly and therefore it is being ignored. Perhaps a different post is being used, or a different protocol??? The HP1001 manual that I found ( Microsoft Word - HP1000 HP2000 User

Re: [weewx-user] Re: HP1000 Driver

2021-04-19 Thread Susan Mackay
Re the 'HP100' - I thought I had fixed that. I'll check again. Good to hear that it is all working for you. Susan On Tuesday, 20 April 2021 at 3:56:40 am UTC+10 ried...@gmail.com wrote: > Hello > Thank you once again for your help. > The driver works perfectly. I noticed a small blemish. > In

Re: [weewx-user] Re: HP1000 Driver

2021-04-19 Thread ried...@gmail.com
Hello Thank you once again for your help. The driver works perfectly. I noticed a small blemish. In the log it is displayed as HP100 and not as HP1000. I fixed that in the driver. I have now solved the problem. My cable router had an update and probably deleted the setting from the IP. thus

Re: [weewx-user] Re: HP1000 Driver

2021-04-18 Thread Susan Mackay
What happens after you wait the 60 seconds? The Timeout message means that the communication with the console is having problems and either the console is not receiving the request or the driver is not receiving the response. Susan On Sunday, 18 April 2021 at 7:22:41 am UTC+10 ried...@gmail.com

Re: [weewx-user] Re: HP1000 Driver

2021-04-17 Thread ried...@gmail.com
Hello Thanks again for your help. I now have weewx running with Python 3 and the HP driver. When I start weewx, not much happens. Except that often INFO root: HP1000: Timed out too many times occurs. If I delete the weewx.sdb file and restart weewx, the data is downloaded from the weather

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread vince
DOH - thanks Gary ! On Friday, April 16, 2021 at 3:50:18 PM UTC-7 gjr80 wrote: > Right cause wrong location :) it’s actually the forecasting extension > causing the latest problem. If you search the forums you will find a number > of threads with details of an updated forecasting extension that

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread gjr80
Right cause wrong location :) it’s actually the forecasting extension causing the latest problem. If you search the forums you will find a number of threads with details of an updated forecasting extension that will run under python 3. Gary On Saturday, 17 April 2021 at 08:42:32 UTC+10 vince

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread vince
That is the classic "code is written for python2 only" error you get when you try to run it under python3.You should either run your weewx under python2 or contact the driver's author and see if they have plans to update to python3-compliant code. On Friday, April 16, 2021 at 3:11:44 PM

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread ried...@gmail.com
Hello Many thanks for the help. With the Master Link I was able to install the driver. Unfortunately, I now get a different error message. root@raspberrypi:~# sudo /etc/init.d/weewx status -l ● weewx.service - LSB: weewx weather system Loaded: loaded (/etc/init.d/weewx; generated)

Re: [weewx-user] Re: HP1000 Driver

2021-04-16 Thread Glenn McKechnie
'file' is your friend. You're fetching the actual html page... wget -P /var/tmp https://github.com/AussieSusan/HP1000/blob/master/HP1000.tar.gz file /var/tmp/HP1000.tar.gz /var/tmp/HP1000.tar.gz: HTML document, UTF-8 Unicode text, with very long lines rm /var/tmp/HP1000.tar.gz Try the download

[weewx-user] Re: HP1000 Driver

2021-04-16 Thread ried...@gmail.com
pi@raspberrypi:~ $ sudo tar -xzf HP1000.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now ried...@gmail.com schrieb am Freitag, 16. April 2021 um 09:51:49 UTC+2: > Hello I tried the Weewx 4.5.1-1 update. Since then, the HP1000 driver