GiorgioBertolotti / TadoJava

Java wrapper library for Tado APIs
https://bertolotti.dev/TadoJava
7 stars 2 forks source link

Control temperature #5

Open Dustinhoefer opened 2 years ago

Dustinhoefer commented 2 years ago

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

GiorgioBertolotti commented 2 years ago

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 :)