Page 1 of 1

Remember thermostat value when window opens

Posted: 04 Mar 2017 16:30
by mcfrush
Hi,

i am using Z-Way to set my Danfoss Living Connect thermostat to 5 °C when a window is opened. I created a virtual device that runs the following code ("Code for action off"):

Code: Select all

zway.devices[10].ThermostatSetPoint.Set(1,5)
(i'm using "If -> Then" to switch that virtual device on/off) I found that piece of code in this thread: https://forum.z-wave.me/viewtopic.php?f=3420&t=21170

As soon as the window is closed, i set the temperatur to 21 °C. That works fine. But of course, whenever i change the the value of my thermostat manually, it is overwritten when i open/close my window. Is there any workaround to "store" the value the thermostat had before the window was opened and set it back to that value when it's closed?

Thanks in advance!

Re: Remember thermostat value when window opens

Posted: 07 Mar 2017 13:18
by mcfrush
Anyone having an idea?

Re: Remember thermostat value when window opens

Posted: 08 Mar 2017 10:27
by Z-Wave Support
Hello,

you can use climate Control App.

regars
Z-Wave Support

Re: Remember thermostat value when window opens

Posted: 08 Mar 2017 16:57
by mcfrush
Where can I find it? It won't show up in the appstore

Re: Remember thermostat value when window opens

Posted: 09 Mar 2017 10:54
by Z-Wave Support
You can find this, in online App's

Re: Remember thermostat value when window opens

Posted: 09 Mar 2017 22:34
by mcfrush
Needed to upgrade z-way, now it shows up. Thanks!