On Saturday, September 10, 2016 at 12:31:03 PM UTC-4, Geoff Harris wrote:
>
> I'm a pretty mediocre in python (or any other) programming, but I can 
> often hack a solution such as a XML parsing script. Would love some 
> thoughts, pointers and perhaps help to build either of these options as I 
> suspect many people that would find this functionality really useful as 
> well.
>

what you describe is a pretty standard configuration: weewx collects data 
and feeds to to another system that does analysis/control/notification

imho, the best way to do this is with MQTT.  use the MQTT extension for 
weewx with binding=loop, feeding the data into an MQTT broker.  from there 
your home automation system can use the data.  the home automation system 
will get the data as soon as they are available, and MQTT ensures that the 
data transfers are efficient.

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.

Reply via email to