On Thursday, January 9, 2020 at 5:47:19 AM UTC-8, raenrfm wrote:
>
> Seems like it's this line in the windy.py:
>
> if 'barometer' in record_m:
>
> data['pressure'] = 100.0 * record_m['barometer'] # Pascalsthat is causing 
> the issue, but there is no mqtt topic in my setup called "barometer", I'm 
> only posting "pressure", so why would it even be trying to execute this 
> function?
>
>
>
Without looking at windy.py, my guess is there is something in your loop 
and/or archive content that 'has' a barometer item in there. 

-- 
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/a0f07831-a640-4258-b138-4720ac356864%40googlegroups.com.

Reply via email to