Have you configured your IP address mask in the HP1000 section of the 
config file? 

Here is my setup: -

[HP1000]
    # This section is for the weewx HP1000 weather station driver
    
    # The IP address mask to search for a weather station
    # Define this if you DO NOT have the 'netifaces' Python
    # package installed on your computer or you want to 
    # force the driver to use a specific broadcase address
    ip_address_mask = 192.168.1.255
    
    # The retry count for getting a response from the weather station
    retry_count = 5
    
    # Socket timeout value (seconds)
    socket_timeout = 5
    
    # Loop delay time (seconds)
    # None or not specified means loop packets are generated as fast as 
possible
    # (approx every few seconds) and will increase network traffic volume
    loop_delay = 15
    
    # Number of times to try to access the network
    max_retry = 3
    
    # Number of seconds to wait between attempts to access the network
    retry_wait = 5
    
    # The driver to use:
    driver = user.HP1000

On Thursday, 19 April 2018 07:45:12 UTC+1, Damjan Hajsek wrote:
>
> Yes I see now sorry forget to reconfigure.
> I also didn't have HP1000 driver so I downloaded it, install it and 
> reconfigure it.
> but now It doesn't work I get this error.
> localhost weewx[21212]: HP1000: Timed out too many times
>
>
> Dne Ĩetrtek, 19. april 2018 04.39.36 UTC+2 je oseba [email protected] 
> napisala:
>>
>> That indicates that you have not followed the instructions for installing 
>> the driver and configuring the 'weewx.conf' file.
>> Susan
>>
>> On Thursday, April 19, 2018 at 4:38:24 AM UTC+10, Damjan Hajsek wrote:
>>>
>>> I also tried HP1000 driver as it was suggested by some use, but get this 
>>> error.
>>>
>>> Apr 18 20:31:49 localhost weewx[593]: engine: Caught unrecoverable 
>>> exception in engine:
>>> Apr 18 20:31:49 localhost weewx[593]:    ****  No module named HP1000
>>> Apr 18 20:31:49 localhost weewx[593]:    ****  Traceback (most recent 
>>> call last):
>>> Apr 18 20:31:49 localhost weewx[593]:    ****    File 
>>> "/usr/share/weewx/weewx/engine.py", line 865, in main
>>> Apr 18 20:31:49 localhost weewx[593]:    ****      engine = 
>>> engine_class(config_dict)
>>> Apr 18 20:31:49 localhost weewx[593]:    ****    File 
>>> "/usr/share/weewx/weewx/engine.py", line 71, in __init__
>>> Apr 18 20:31:49 localhost weewx[593]:    ****      
>>> self.setupStation(config_dict)
>>> Apr 18 20:31:49 localhost weewx[593]:    ****    File 
>>> "/usr/share/weewx/weewx/engine.py", line 95, in setupStation
>>> Apr 18 20:31:49 localhost weewx[593]:    ****      __import__(driver)
>>> Apr 18 20:31:49 localhost weewx[593]:    ****  ImportError: No module 
>>> named HP1000
>>> Apr 18 20:31:49 localhost weewx[593]:    ****  Exiting.
>>>
>>>
>>>>

-- 
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.

Reply via email to