vanstinator / raincloudy

RainCloudy is a library written in Python 3.x that manages the Melnor RainCloud Smart Garden Watering Irrigation Timer.
Apache License 2.0
24 stars 7 forks source link

Version 0.0.6 #32

Closed tchellomello closed 5 years ago

tchellomello commented 5 years ago

Many thanks to @vanstinator for your contribution and fixing the code after the update on Melnor website.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 96.124% when pulling e2647fe804df4287f27d4d502255159b1aba5927 on version_0.0.6 into fcd1d1ed65c28abcf4035aa45148535aaf476223 on stable.

tchellomello commented 5 years ago

@vanstinator I've published the module into PyPi.

Do you want to update the module within HA?

Thank you!! :+1:

vanstinator commented 5 years ago

Yup! I'm going to run it locally for a day or two to make sure it all works great yet. After that I'll submit a PR

vanstinator commented 5 years ago

Alright. Just bumping the module didn't work. The integration itself isn't working either. I'm going to have to dig deeper 🤔

vanstinator commented 5 years ago

🤦‍♂️ my HA config was invalid. running well now 👍. Current road-map for me is:

1) submit PR that fixes the existing integration 2) update integration to use latest HA integration standards 3) add support for N controllers and N valves per account. (melnor currently hard-limits to 2. but that could change.)

tchellomello commented 5 years ago

Awesome @vanstinator Thanks for all your hard work!!