wmalgadey / PyTado

Python binding for Tado web API. Pythonize your central heating!
GNU General Public License v3.0
76 stars 41 forks source link

Hot water zone control #5

Closed andersonshatch closed 6 years ago

andersonshatch commented 6 years ago

Add support for controlling a hot water zone.

wmalgadey commented 6 years ago

thank you for the changes

wmalgadey commented 6 years ago

@andersonshatch I think, I did the merge too fast ;)

I did some changes in (https://github.com/wmalgadey/PyTado/commit/5925c9f8b9e50648b8d9ad2bf0810c51bd4a98f3)

you have to use: setZoneOverlay(<<zone>>, <<overlayMode>>, None, None, deviceType='HOT_WATER', power="ON") or setZoneOverlay(<<zone>>, <<overlayMode>>, None, None, deviceType='HOT_WATER', power="OFF")

andersonshatch commented 6 years ago

Looks good anyhow, thanks for incorporating it! 🎉