On Sunday, May 17, 2020 at 4:02:26 AM UTC-7, Tom K wrote:
>
> I am looking to measure wind speed so that I can monitor my retractable 
> awning and Auto-close when the wind picks up. I need as close to real-time 
> wind speed as possible. I don’t have a weather station yet, but was hoping 
> that you could provide a recommendation.  I see that an Acurite station can 
> provide updates as often as every 18 seconds - can I do better? I use Home 
> Assistant for automation, so planning on feeding feeding wind speed into HA 
> and then controlling the awning from there. 
>
>
A WeatherFlow station can report wind every 2 seconds and has an ultrasonic 
wind sensor, so it's very sensitive to changes.

They just came out with a new model literally this week, so you might look 
for a used SmartWeather station perhaps. 

For integrating with HA, you could pick the data off the UDP broadcasts via 
a program (I wrote one and lots of people use it), you could integrate that 
with HA pretty easily I think.   My python program can broadcast to MQTT 
 that HA could subscribe to, or something like that.  I run my listener and 
HA in Docker containers on a i3 Intel NUC running ubuntu, but a pi3+ or pi4 
could easily handle it.

One thing I need to mention about the WeatherFlow stations is tht the rain 
is 'not' generally accurate in realtime, if that matters to you.   They 
have a magic thing called 'rain check' where they apply corrections after 
the fact and you basically can see the previous day's corrected rain via 
their website.   All the other sensors seem pretty good though.


-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ed10a8e6-623a-49a4-9779-81117ea117c7%40googlegroups.com.

Reply via email to