Hi Mike,

I debugged the vantage driver for the ip-datalogger in March 2016 and came 
across the same errors you have now.
I discovered the ip-datalogger needed other timings than the serial and usb 
dataloggers.

This is what I found in my old notes:

    # Serial delays (when using serial or USB):
    command_delay = 0.2

    # TCP delays (when using the WeatherLinkIP):
    command_delay = 1.0
    tcp_send_delay = 0.2

The default values of the current driver are:
    command_delay = 0.5
    tcp_send_delay = 0.5

Maybe the command_delay time is too short for the ip-datalogger.
Default it is 0.5 s and it should be 1.0 s (according to my notes one year 
ago)
You can try to increase the command_delay time by putting in the [Vantage] 
section of weewx.conf:
    command_delay = 1.0

Maybe it helps.

Luc


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