I have just started messing around with the beta 4 code.
1. the WMR300 driver seems to be basically working, both standalone under
python3 and as part of weewx to a new sqlite db. There is one small
problem - it is not reading the history from the console because there is
no time to which data was previously stored. It's only a once-off problem
but I'll see if there's an easy fix. Once the database has a "last time"
then the read history works as expected. I would expect the bug is also
present in the old version.
2. My system was based on METRICWX - If I configure v4 for that then it
raises a KeyError exception:
> ...
File "/home/weewx/_base/bin/weewx/units.py", line 1190, in convert
conversion_func = conversionDict[val_t[1]][target_unit_type]
KeyError: 'km'
and the log file reports:
DEBUG weewx.units: Unable to convert from meter to km
Using METRIC seems to work fine.
Happy to provide more logs if necessary.
--
You received this message because you are subscribed to the Google Groups
"weewx-development" 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-development/df802b4a-2833-4536-8133-797987f5e4cf%40googlegroups.com.