Hi all,
I just started using razberry last week and successfully have it running on a raspberry pi 2 with five Danfoss LC 13 thermostats connected. Using http://localhost:8083 I can change the temperature at ease.
Now I'd like to set up a heating schedule so the thermostats will stop heating while I'm not around. However I couldn't figure this one out. I read about scenes but wasn't quiet sure on how to accomplish this with thermostats.
Any help is greatly appreciated.
I'm super excited about this great product and am looking forward to many more fun and useful projects using z-wave.
Thanks a lot for your time and help,
jrn
If this post would be better suited within the razberry board please move it accordingly.
Heating schedule Danfoss thermostat using razberry
Re: Heating schedule Danfoss thermostat using razberry
Hey,
easy like apple pie:
Create a new CodeDevice.
Type should be switch binary.
Code for action on :
zway.devices[xx].ThermostatSetPoint.Set(1,21)
Code for action of
zway.devices[xx].ThermostatSetPoint.Set(1,16)
xx should be your z-device number you see on the configuration part.
The 21 and 16 is the temperature in °C
This device you can add to a scene and this scene can be added to a scheduled scene .
Thats all
easy like apple pie:
Create a new CodeDevice.
Type should be switch binary.
Code for action on :
zway.devices[xx].ThermostatSetPoint.Set(1,21)
Code for action of
zway.devices[xx].ThermostatSetPoint.Set(1,16)
xx should be your z-device number you see on the configuration part.
The 21 and 16 is the temperature in °C
This device you can add to a scene and this scene can be added to a scheduled scene .
Thats all
Re: Heating schedule Danfoss thermostat using razberry
Awesome!
Thank you very much :-)
Thank you very much :-)
I wish apple pies would be as easy! ;-)elRedeo wrote:[...]
easy like apple pie
[...]
Re: Heating schedule Danfoss thermostat using razberry
Hi,
first of all thanks, this post helped me out, too.
One question: What did you enter for 'Code to get value'? Should be something like 'state after last toggle', shouldn't it? but how do I do that?
first of all thanks, this post helped me out, too.
One question: What did you enter for 'Code to get value'? Should be something like 'state after last toggle', shouldn't it? but how do I do that?