hello,

just updated from weewx 3.5 to 3.7.1, all seem ok, just trouble with 
publishing indoor temp and humidity on WU apps.

To work i have to adjust rest.py file

        post_indoor_observations=False,
to 
        post_indoor_observations=*True*,

and

        'inTemp'    : 'intempf=%.1f',
        'inHumidity': 'indoorhumidity=%03.0f'}
to

        'inTemp'      : '*indoortempf*=%.1f',
        'inHumidity'  : 'indoorhumidity=*%2.0f*',

BR

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to