-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$nest->setAway(TRUE); doesn't stay away #89
Comments
This most likely isn't the root cause of the problem, but.....setAway is for the most part, deprecated. Use "setEcoMode" instead with parameter (ECO_MODE_MANUAL / ECO_MODE_AUTO). Although setAway is calling setEcoMode on it's own - away is basically only there for legacy when Nest didn't have Eco mode. How many thermostats do you have? Theoretically this shouldn't matter since ECO is system level rather than 'per device'. If you manually set it in eco via the app will it pull itself back out? Has it done this for more than today? What does it say in the 'history' of who pulled it out of eco? |
I have 2. |
Eco, not Echo. Here are the implementations you can use.
|
Hello, |
Away/present is not deprecated; it's the away mode of the thermostat that is. There is also a setting on the thermostat that defines if the ECO temps should be used automatically, when you're away: As for your actual problem, did you try to do tests with the web (or mobile) app, see if ECO mode sticks, or it reacts the same? |
Away/Eco seems to stick when I use the Web or App, without an issue. |
Okay, here's the differences I see from when I use the app, as opposed to using the api. "mode": "range,manual-eco,away" (Downstairs Thermo) "mode": "range,auto-eco,away" (Downstairs Thermo) |
Okay, now it's doing it regardless if i use the API or if i use the app... |
I had that problem - I logged into the nest website and turned off auto away, seems to work. |
When running $nest->setAway(TRUE);, it will set my thermostats to away and eco mode, but after a few minutes (if that) the thermostats will come out of eco. Most of the time the house is still reading "away".
Any idea how to actually manually set AWAY from the API, and keep it that way?
The text was updated successfully, but these errors were encountered: