On Wednesday, September 21, 2016 at 5:47:25 AM UTC-4, Der Peter wrote:
>
> Hey,
>
> this is probably a noob question but i can't figure out how to tell the
> emoncms plugin to send the values in Celsius to emoncms.
>
hi peter,
if you want all observations in metric, then do this:
[StdRESTful]
[[EmonCMS]]
unit_system = METRIC
if you want to specify units for individual inputs, then do this:
[StdRESTful]
[[EmonCMS]]
[[[inputs]]]
[[[[outTemp]]]]
units = degree_F
[[[[inTemp]]]]
units = degree_C
you can mix and match. for example, set the unit_system to US, then
override the units for individual observations.
you do not need to specify the name or format unless you want to override
the name or format for a specific observation.
m
--
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.