On Thursday, December 23, 2021 at 2:30:18 PM UTC-8 [email protected] wrote:
> Dec 24 09:10:25 metoffice weewx[101332] CRITICAL __main__: **** File > "/usr/share/weewx/user/aqi/service.py", line 311, in new_archive_record > Dec 24 09:10:25 metoffice weewx[101332] CRITICAL __main__: **** > temp_kelvin = weewx.units.CtoK(weewx.units.FtoC(row['outTemp'])) > Dec 24 09:10:25 metoffice weewx[101332] CRITICAL __main__: **** File > "/usr/share/weewx/weewx/units.py", line 44, in FtoC > Dec 24 09:10:25 metoffice weewx[101332] CRITICAL __main__: **** > return (x - 32.0) * 5.0 / 9.0 > Dec 24 09:10:25 metoffice weewx[101332] CRITICAL __main__: **** > TypeError: unsupported operand type(s) for -: 'NoneType' and 'float' > Dec 24 09:10:25 metoffice weewx[101332] CRITICAL __main__: **** Exiting. > > Looks like you're trying to convert 'None' for outTemp to different units. That's not going to work. My 'guess' is your aqi extension is the underlying fault but that's just a guess. We'd have to know more about your config to help much more. Try "wee_extension --list" to list out your extensions and versions. -- 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/fe9783ab-0578-4ed5-9bc8-021c9d77d117n%40googlegroups.com.
