Thanks for the changes. Fixed in commit d29eba5
<https://github.com/weewx/weewx/commit/d29eba5a53e180625ae53158fc70c10083eec6a2>
.

It should not be necessary to hardwire post_indoor_observations to True. It
should be done from the configuration file, weewx.conf:

[[Wunderground]]
    ...
    post_indoor_observations = True


-tk



On Sat, Mar 25, 2017 at 4:16 AM, Vincent Di Sanzo <[email protected]> wrote:

> 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.
>

-- 
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