-
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
New issue with home / away #93
Comments
Same here; |
This function may have been elevated to "structure" level. It sounds like the current functionality affects the thermostat away mode (Eco on or off -- formerly home/away), but the current functionality in the App has decoupled Eco from home/away (which also affects cameras, etc.) |
I am not sure how they are decoupled.....while testing today. I had ECO mode on / nest.class showing AWAY / web showing HOME. I had Unit OFF / nest.class showing HOME / web showing HOME. I am glad someone was here, because I don't have a sniffer set up to catch the webui. |
@doctorkb The library does use a POST on the structure to try to set away mode, but it doesn't work.
Ref: https://github.com/gboudreau/nest-api/blob/master/nest.class.php#L699-L709 |
@cagivacode Seems to work now. (Not sure if I tested correctly earlier..?) Maybe just make sure your |
I should have mentioned that.....I think this is day 3 of this "issue". I have seen it work and then not work, yesterday it did not work most of the day and then was fine after 5pm est. The day before it did not work all night. What I have not been able to determine if the order (as in last done by library or not) is having an effect. Or if there is just a delay for the webui to react....although I tried clearing cache / different browsers ...etc. I did check and that is the nest.class that I am using (actually just switched to it in January while dealing with new weather APIs). |
The part that I noticed recently was in the app (iOS here):
I honestly have no idea if this is relevant, but I noticed the feature in the app recently and thought it might be relevant to troubleshooting. I recall that it used to be that there wasn't this optional linkage - away was eco (aka away temp) and home was non-eco (aka home temp). |
I still have this issue and it does seem to be ECO related. I have Home/Away Assist turned off and use scripts for this function. I also have 2 thermostat (zones) which complicates matters. There has been changes to the UI for this, when I go into a unit and click eco I have a choice to change for all units or just one. So running: Running: So the scripts work as intended -- I get the same result as in the past. The problem is I have an override "switch" for keep scripts from running...and checking the UI looks like the scripts did not run when someone came home (when in fact it did). I will keep watching....and see if there is other specific command sequences that cause this. |
I have been using this for a couple of years....I have been watching it closer than usual because the Weather Under Ground API went away 1st of the year (another part of my program) and I had to replace it.
Starting this week setAway(AWAY_MODE_ON) using the API works if you read the status with the API.
But if you check with a browser / app the away status is unchanged.
e.g. Use API to turn status from Home to away.....login with browser you still see "home". Clicking on status also seems to show how long you have been home (last activity?) or how long you have been away...I don't recall that dialog from before.
anyone else?
The text was updated successfully, but these errors were encountered: