iMicknl / python-overkiz-api

Async Python wrapper to interact with internal Somfy TaHoma API, or other OverKiz API's.
MIT License
48 stars 29 forks source link

Write in cozytouch #810

Closed KostadinovicNikola closed 1 year ago

KostadinovicNikola commented 1 year ago

Hello, is there a way to write in cozytouch, like to change the target temperature of a heater for example.

iMicknl commented 1 year ago

Yes, you can execute a command. You could have a look at the Home Assistant code (https://github.com/home-assistant/core/tree/dev/homeassistant/components/overkiz) for an example.

iMicknl commented 1 year ago

And this should help as well: https://github.com/iMicknl/python-overkiz-api/issues/759.

KostadinovicNikola commented 1 year ago

Thank you, it helped a lot and it works !!!!