I found the solution myself.

In csv.py :

        if self.binding == 'binding':


        self.binding = d.get('binding', 'loop')
 ##       if self.binding == 'loop':
        if self.binding == 'binding':
            self.bind(weewx.NEW_LOOP_PACKET, self.handle_new_loop)
        else:
            self.bind(weewx.NEW_ARCHIVE_RECORD, self.handle_new_archive)

janc

Op zaterdag 25 mei 2019 11:39:11 UTC+2 schreef JanC:
>
> I use a WH2600 weatherstation with a raspberry pi
>
> debian8
> weewx 3.9.1
> driver interceptor observer
> csv.py to collect the data to a csv-file
>
> with weewx 3.8 it works ok, after upgrade to 3.9 it fails
>
> I have some things overlooked?
>
> JanC
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d5c9b022-c0bb-4be9-8af0-0b2dd2e3d22f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to