Thanks! That got the driver running. I have another hurdle. I am seeing data from the device but it is in NMEA format. The driver is set up for serial format. So my data is not being parsed. I see a command/method defined which would put it in serial mode as a side effect: set_automatic_mode() but I don't see that method being called anywhere. (there is also set_polled_mode() but it has an error and I also don't see it being used either.)
I can mangle this up myself... but I thought I should ask: is it generally considered kosher to do a re-config on the hardware when weewx starts up? Or does the user have to sort that out himself using whatever config tools available to him? On Thursday, August 13, 2020 at 11:52:56 PM UTC-5, Glenn McKechnie wrote: > > Ah. Thanks Gary, that makes more sense. > > @Chris > Gary's correction has been applied to this attachment wxt5x0-trimmed2.py > and has the following diff... > > -- 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/d96fe774-f15f-4cc1-9588-14065c72d9eco%40googlegroups.com.
