I uninstalled and reinstalled weewx, along with interceptor, crt and HP1000. Here's the section in the weewx.conf file with comments removed. [HP1000] ip_address_mask = "192.168.0.255"
retry_count = 5 socket_timeout = 5 loop_delay = 15 max_retry = 3 retry_wait = 5 driver = user.HP1000 The section from user.log: The ws-1001 is at static IP addr 192.168.0.197. Pinging that addr shows something is there. Jul 31 12:01:02 raspberrypi weewx[24848]: engine: Using configuration file /etc/weewx/weewx.conf Jul 31 12:01:02 raspberrypi weewx[24848]: engine: Loading station type HP1000 (user.HP1000) Jul 31 12:01:02 raspberrypi weewx[24848]: HP1000: HP1000 Starting Jul 31 12:01:02 raspberrypi weewx[24848]: HP1000: Using user-defined broadcast mask - 192.168.0.255 Jul 31 12:01:02 raspberrypi weewx[24848]: HP1000: Address Mask = 192.168.0.255 Jul 31 12:01:02 raspberrypi weewx[24848]: HP1000: Retry count = 5.000000 Jul 31 12:01:02 raspberrypi weewx[24848]: HP1000: Socket timeout = 5.000000 Jul 31 12:01:02 raspberrypi weewx[24848]: HP1000: Loop delay = 15.000000 Jul 31 12:01:02 raspberrypi weewx[24848]: HP1000: Retry Wait = 5.000000 Jul 31 12:01:02 raspberrypi weewx[24848]: HP1000: Max Retry = 3.000000 Jul 31 12:01:02 raspberrypi weewx[24848]: engine: StdConvert target unit is 0x1 Later I get this in the user.log file: Jul 31 12:01:27 raspberrypi weewx[24848]: HP1000: Timed out too many times That repeats. what to fix now? Thanks On Monday, July 29, 2019 at 10:47:49 PM UTC-4, Susan Mackay wrote: > > In the weewx.conf file, you can uncomment the 'ip_address_mask' line and > set it to whatever is the correct address mask for your network. > The HP1000 code must be running on a computer that is on the same network > sub-net as the weather console. Setting the 'ip_address_mask' overrides the > automatic selection of the computers IP address as the default. > Failing that,if you know Python, then go into the HP1000.py code and > remove the stat of the 'connectToWeatherStation' function and set > 'self.ws_socket' to be an open connection to the remote IP address. > Susan > > On Tuesday, July 30, 2019 at 4:55:44 AM UTC+10, Bill Volz wrote: >> >> I had this working for 2 years but it stopped Saturday. I got it working >> 2 years ago and don't quite recall what I did. I think I used EasyWeatherIP >> to change web page in the setup page from "www.wunderground.com' to >> 'www.***.com". Now when I try to change it with EWIP, it doesn't make the >> change - it has made other changes. Not sure if there is a trick. I've >> tried to install HP1001 but it times out and can't find the WS-1001. Is >> there a way to tell HP1001 what the IP address of the WS_1001 is - I have >> it on a static address using the MAC address on my router. I tried to >> install ObserverIP and that's not working either. Current WS-1001 firmware >> is 2.4.3 and would prefer to not have to upgrade that since it's a pain in >> a$$ to get everything update again. >> >> Any hints on how to get it connected again would be appreciated. Thanks >> > -- 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 weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/9169a730-96fc-4cb7-a213-fa0a8f0f5f9c%40googlegroups.com.