On Sunday, April 9, 2017 at 8:00:05 AM UTC-4, mwall wrote:
>
> > Can you please give me a hint how to correct the winddirection for 180
> degrees using the meteostick ?
>
try the [StdCalibrate] section of the weewx configuration. for example,
something like this:
[StdCalibrate]
[[Corrections]]
windDir = windDir + 180 if windDir < 180 else windDir - 180
you should not have to modify the meteotemplate driver (or any other driver)
> and do you have an idea what goes wrong using the wee_device
> --show-options command ?
>
is some other process using the meteostick? for example, you must stop
weewx before running wee_device.
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.