On Thursday, August 25, 2016 at 10:25:23 AM UTC-4, moof wrote: > > Good morning, > > I am looking to add support for the Rainwise IP-100. The device provides a > XML feed via the devices ip/status.xml updated every 2 second. > > I am new to Python, so some examples could help. What is the best driver > to use a basis to parse the XML? >
moof (or anyone else with a rainwise ip-100), could you give this driver a try: https://github.com/matthewwall/weewx-ip100 this is also a pretty good illustration of how to obtain data from hardware that publishes in xml format (some of the columbia hardware does this as well). thanks! m
