GiorgioBertolotti / TadoJava

Java wrapper library for Tado APIs

Home Page:https://bertolotti.dev/TadoJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control temperature

Dustinhoefer opened this issue · comments

Hey!

The page indicates that we can control the tado with this library.
Is this the case, I can't find any controlling features, just ways to get the data.

Kind regards
Dustin

Hello @Dustinhoefer, sorry for not being enough clear in the README, the function to control the Tado is TadoConnector.setZoneOverlay.
This method allows you to set the temperature of a zone in your home.
Also you can find its usage commented out in the example file (here).

Hope it helped, let me know if you still have problems :)