iancmcc / ouimeaux

Python API to Belkin WeMo devices

Home Page:http://pypi.python.org/pypi/ouimeaux

Repository from Github https://github.comiancmcc/ouimeauxRepository from Github https://github.comiancmcc/ouimeaux

Add support for Wemo Humidifier

sqldiablo opened this issue · comments

Hi all, would it be possible to add support for the Wemo Humidifier?

Product Page:
https://www.holmesproducts.com/wemo-humidifier.html

Another project trying to implement local control of the humidifier:
https://community.smartthings.com/t/holmes-wemo-humidifier/19482/6

As long as the same protocols are involved, it should be reasonably straightforward. Adding new types is pretty easy, although the API and CLI get a little messy. I'd love to refactor it all, but there's just no time.

Anyway, it is certainly possible, and I would happily assist anybody who wanted to do so.

I've created a pull request to add this to pywemo: pywemo/pywemo#87. Feel free to roll the changes into ouimeaux as well.