AussieSusan / HP1000

Weewx driver for the HP1000 (WS1001, XC0422) Weather Station using WiFi connection
7 stars 4 forks source link

WeeWX 5.0 (compatability) #14

Closed Damien0505 closed 7 months ago

Damien0505 commented 8 months ago

Not an issue, but an observation. I have just installed WeeWX 5.0 on a VM and it appears that the HP1000 drive works with it, without issue. :)

I'll confirm this in a few days when my new install of WeeWX 4.10.2 finishes download (hopefully!) data.

(Apologies for posting this here, but there is no discussion option on this repository)

marriotb commented 8 months ago

Thanks for posting. I, too, have it running (on MacOS with Python 3.10), but I had to add another parameter to the super(ProcessHP1000Installer, self).__init__ call in the installer.py code:

config={ "HP1000": { "socket_timeout": "5", "retry_wait": "5", "retry_count": "5", "max_retry": "30", "loop_delay": "15", "driver": "user.HP1000", } },

AussieSusan commented 8 months ago

Thanks for the feedback. I must admit that I've not touched by WeeWx system in a long time - it still ticks along doing what I intended it to. Looks like I should check it out for other changes that could improve things. Susan

AussieSusan commented 7 months ago

A new version of the driver has been released that gets around an issue in the old one when the HP1000 console reports 0 historical records for a year (in this case 2024). This caused the driver to hang.