rolandbreedveld / nest-api

Nest API script to get Google/Nest accounts working on Domoticz
10 stars 6 forks source link

Wrong logic of application #2

Closed AdamWeglarz closed 4 years ago

AdamWeglarz commented 4 years ago

Hi,

We are missing possibility to setup eco mode off and heating off. In this mode thermostat does not allow to go below safety temperature setup in nest.

Proper logic which is working inside Nest looks like:

Turning off Eco mode should turn off heating. Turning on Eco mode should turn on heating. Turning off heating should when eco mode is On should provide state Eco mode off, Heating off. Turning on heating should should turn Eco mode off.

Adam

AdamWeglarz commented 4 years ago

Also what's wrong is that switching between eco mode and heating changes thermostat temperature!

rolandbreedveld commented 4 years ago

This has nothing to do with this api, this is behaviour of the nest thermostat and the nest app or website. This api has no logic, it only send's stuff to the nest, and reads the states to keep domoticz in sync.