"Kike .Asekas" <[email protected]> writes:

> I use MQTT y I have configure it with METRICWX.
> [[MQTT]]
>         server_url = mqtt://broker.hivemq.com:1883
>         topic = estacion/datos
>         unit_system = METRICWX
>         binding = loop
>         ...
> When I load the page goes well, but at the time of updating the wind speed 
> appears in m / s. If I change the lines I told you multiplying x3.6 it goes 
> well. 

You can tell the mqtt publisher to set the units on each thing to
publish.   Probably you should just do that, even if in the background
you try to investigate the defaults.

For example, I have

        [[[inputs]]]
            [[[[barometer]]]]
                name = barometer_hPa
                units = hPa

I am really not sure why I needed this, as I have group_pressure set to
hPa as a default for all reports, but it was easy to set.

> This is the output of MQTT. By the way, I don't understand how maxSolarRad 
> appears without having a solar sensor

That does not make sense.  Some stations pretend to measure solar
radation from an illuminance sensor, but I don't even see that in your
output.

Also, since solar radiation is more or less always in W/m^2 (even in the
US we do not use hp/ft^2), the value 7 does not really make sense unless
right at dawn.  Even a very dark day will see 50.

-- 
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/rmi5zj5qgl0.fsf%40s1.lexort.com.

Reply via email to