Hey Vince, thanks for the tip.  Turns out I needed to send from my base 
station the "barometer" value pre calculated in the base station before 
sending it to the mqtt server, so seeing as windy.py needs the barometer 
implicitly I had to send it to weewx already corrected for my altitude.  I 
guess I assumed that weewx would calculate it at the end of every archive 
cycle.  Weird.   

On Thursday, 9 January 2020 10:38:28 UTC-5, vince wrote:
>
> 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/3f0e39bc-6896-412b-a779-521aeb3518d9%40googlegroups.com.

Reply via email to