domotinc-customs Posted August 21, 2016 Share Posted August 21, 2016 guys, sounds very simple, but I cant figure that one out. I have a "all off" button on a keypad that turns all the lights off. button is in toggle-off mode. works great. now I want that "all off" button to also turn the thermostat fans to "auto" how do I do that? if I add it the the scene, I need to set cool VS heat, set temperature and fans too. (all 3) when I only want to change the fan to auto. if I try to do a program that is triggered by the "all off" button, it does not work. I believe this is due to the toggle-off mode of the button. so the button never really get "on" so the program never trigger. I tried: if status "keypad/allOff" is responding "does not work if status "keypad/allOff" is off "does not work if status "keypad/allOff" is 100% "does not work any idea how to get my fans to auto when I press a button in toggle-off mode? thanks Link to comment
stusviews Posted August 21, 2016 Share Posted August 21, 2016 Status requires that the state of the controller changes. If the button is non-toggle off, then its stale never changes. Use Control and Off. Link to comment
domotinc-customs Posted September 7, 2016 Author Share Posted September 7, 2016 thanks! it works. Link to comment
Recommended Posts