Hello, I created a scene to turn off my Nest if any windows are opened. I cant seem to figure out away to turn the Nest back on when I close the window.
I tried creating another scene to turn the Nest on when all windows are closed but I only have the option to act on “tripped” under triggers… not “closed”
Just some background, i’m using the DSC plugin with an evisalink 3 for my DSC 1832 alarm system.
[quote=“rsoares28, post:1, topic:181221”]Hello, I created a scene to turn off my Nest if any windows are opened. I cant seem to figure out away to turn the Nest back on when I close the window.
I tried creating another scene to turn the Nest on when all windows are closed but I only have the option to act on “tripped” under triggers… not “closed”
Just some background, i’m using the DSC plugin with an evisalink 3 for my DSC 1832 alarm system.
Thanks for any help you can provide,[/quote]
Scenes are very basic and have alot of limited functions. When you out grow those, which is very fast you will find that most people move on to the PLEG app in VERA.
In PLEG you can do what you want to plus alot more. You probley don’t want to always turn on the AC when all windows are shut though (this means any time all windows are shut it would be on, which is my house that would mean 90% of the time). If you do thats fine, but if not you can add alot more variables also. Using free apps in vera, like the weather app (or maybe you already have a physical temp sensor outside) Now you add to PLEG not only all windows are closed, but its 25 degrees hotter outside then inside and inside thermostat temp is starting to rise so kick on a/c since windows are shut. Some also do home or away settings. Only do this if I’m also home.
I setup what your doing with pleg myself and just recently added the weather underground plugin into the mix to give me more control.
One thing to add though if your doing ac is to put a delay on everything. I have a 5 minute delay on shutoff and start up so that walking thru a door doesn’t shut it off and also to have a delay on startup to protect ac unit from cycling too much.
Pleg really is the only way to go for something like this. Look at the beginner doc as it has an example in there for this that you can build off of.
You shouldn’t need a Delay on anything as there is already a delay built in your thermostat. My Trane Thermostat defaults and wont let you go any lower then 3 min on and 5 min off (or vise versa I can’t rem.) TYou can how ever adjust it longer and this delay is in the thermostat so no matter if you manually turn the a/c from the thermostat or turn it on from and app or have PLEG turn it on there is a built in delay. Adding a Delay to PLEG will only overlap (do nothing) the factory built in delay.
I still feel better with the delay and it also keeps the AC or heater from turning off when I am just opening a door to walk thru it. No need for it to turn off at all on those cases.
As far as opening a door and a/c or heat going off I think is a bit much. That’s all how you have your PLEG setup.
If you really wanted to do something like that then only shut the a/c or heat down if any door or window remained open for more then “X” amount of minutes. This would cut your on and off if you were only walking threw.
Even then I would like a warning (alert maybe) rather then an A/C shut down, I wouldn’t want to find out a while after the a/c is off cuz someone opened the bath room window and never shut it.
If its a nice day outside and I start opening windows then have PLEG shut off a/c only if 2,3 or more windows are opened that would signal its not an accident I opened 3 windows.
What you say makes sense. I have the doors on there too just because we like to have them open when it’s nice to let more air in with the screens closed. It’s just me and my wife so leaving a window open and forgetting just doesn’t happen. And if it did and the AC didn’t go on because of it… Well lesson learned
After that you find your self cutting things short just to make it work in a scene… Then you test out PLEG (learning curve) once you get a few things going you never want to use scenes because PLEG can do it all plus so much more.
Don’t sell your self short the possibilities are endless. Get PLEG going play with it a bit to find out the basics, setting an input, where to put a condition and setting an output. After you get inputs setup post in the PLEG section and someone can help you write a quick condition (as long as we know what you want and what your input names are) then you can start playing with that.
The hardest part is the so many different conditions you can create.
Just get your inputs listed, and post what you want to do and someone can give you a quick condition that will get you started. Then you add a action (what will happen when condition is true). Really 3 steps.
For the Nest, I just use the Home/Away to turn it off. This has the benefit of cooling or heating if your emergency limits are reached (like 50 degrees to keep the pipes from freezing).
Here is how I do it in PLEG:
Trigger:
DoorsOrWindowOpen = Switch turns on (combination switch plugin for door/window sensors)
ThermostatOff = Thermostat is turned off
Conditions
Thermostat_On = !ThermostatOff and (DoorsOrWindowOpen and (DoorsOrWindowOpen;Now > 10:00))
Thermostat_Off = ThermostatOff and (!DoorsOrWindowOpen and (!DoorsOrWindowOpen;Now > 1:00))
The actions flip home and away.
I’ve attached my Occupancy PLEG Config Report for more details.
I’m noticing my nest auto sense (turning to away mode when we leave the house) is not working. Could this scene have anything to do with that?
What i’m thinking is since the windows are closed when we leave the house the nest is forced to stay in “Home” mode as opposed to auto switching to “Away”
I’m gonna try changing my settings in pleg to reflect Nest off = Off and Nest On = Cool(seeing its summer) as opposed to what it is now; Nest Off = Away and Nest On = Home.
Edit: Wait… would the above change mean the nest still wont be able to auto away when the windows are closed as windows closed = Cool setting?
So its pretty obvious now that the scene I created is overriding the nest auto away. I figured I will now create a scene to put the nest in away mode once the alarm system is armed “away”. That works, but now I have to create another scene to set the nest to “home” mode once the alarm is disarmed.
Does this sound right? Kind sounds like when the Dr gives you a pill for an issue, and the pill has side effects that causes other issues that in turn requires more pills lol
Is there a way to turn off the nest when a window is opened (for longer than 5mins) and once the window is closed the nest goes back to normal operation?
[quote=“rsoares28, post:17, topic:181221”]So its pretty obvious now that the scene I created is overriding the nest auto away. I figured I will now create a scene to put the nest in away mode once the alarm system is armed “away”. That works, but now I have to create another scene to set the nest to “home” mode once the alarm is disarmed.
Does this sound right? Kind sounds like when the Dr gives you a pill for an issue, and the pill has side effects that causes other issues that in turn requires more pills lol
Is there a way to turn off the nest when a window is opened (for longer than 5mins) and once the window is closed the nest goes back to normal operation?
Thanks[/quote]
Problem is nest is a smart thermostat and wants to do its own thing. But vera is smarter and capable of alot more. Now your trying to over ride nest and use it as a basic on off switch for your ac . All this is fine but then 250 for what a 90.00 zwave thermostat can do already?
Thanks for the reply… Makes sense. So to confirm there is no way to setup the scene where closing the window can return the nest to its normal operation… Meaning not forced to say on the “cool” setting (even though no one is home) because the windows are closed
I’m not sure that it matters in this case that the Nest is a “smart” thermostat. It seems relatively straightforward to write one or two scenes, one that sets Nest to away when the alarm is armed, another (optional one) to set the Nest to home when the alarm is disarmed (or, instead of writing this scene, just walk in the door past your Nest set to auto-away mode, and it will switch itself to home mode). You wouldn’t use the state of the Nest’s home/away switch to indicate or trigger anything itself in this scenario, but instead you just set it on or off depending on the alarm system’s armed state. Nest’s auto-away, if you have that turned on, will switch to “away” mode after a period of non-activity, but since you aren’t relying on Nest’s home/away state to trigger scenes, I don’t see how that would matter.
As for turning off AC, switching to away, etc., if a window is left open for five minutes, there is the PLEG plugin that people have used to implement this kind of thing successfully. Search the forums to find those threads.