Hi,

Today I discovered a bug in version 1.3.6 of the Klimalogg driver.
It only effects when used with command wee_device --current

This is solved in version 1.3.7 (I just sent a copy to Matthew Wall).
You can add (the red marked) line 1618 in version 1.3.6 of kl.py to solve 
this for now.

    def show_current(self, maxtries):
        """Get current weather observation."""
        print 'Querying the station for current weather data...'
        start_ts = None
        ntries = 0
        self.station.clear_wait_at_start()  # let rf communication start
        while ntries < maxtries or maxtries == 0:

I have five Synology NAS'es to test the KL-driver with (207, 207+, 209+ii, 
211 and 216j).
Can you tell me the steps you took to install weewx on your ds111? Then I 
can have a look at the syslogs not working.

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