Sending a climate control schedule to Danfoss thermostat?

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
sorenp
Posts: 2
Joined: 25 Mar 2013 17:33

Sending a climate control schedule to Danfoss thermostat?

Post by sorenp »

Hi, Does anybody have a API sample showing how to send a schedule to a Danfoss Living Thermostat?

Also, from another thread I picked up this command to set the setpoint:
razberry.lan:8083/ZWaveAPI/Run/devices[5].instances[0].commandClasses[67].Set(1,23)

but what is the right command to READ the setpoint?

All help is highly appreciated

Thx, Søren P
elegant
Posts: 8
Joined: 09 Apr 2013 01:39

.

Post by elegant »

Trying to figure out my thermostat also... This should get you the set point though:

devices[#].instances[#].ThermostatSetPoint.data[MODE#].setVal.value
...
devices[5].instances[0].ThermostatSetPoint.data[1].setVal.value
pacaj2am
Posts: 28
Joined: 18 Mar 2013 22:48

you can ommit instances with

Post by pacaj2am »

you can ommit instances with lastest version...

/ZWaveAPI/Run/devices[6].ThermostatSetPoint.data[1].setVal.value

but i think you would like to know the value, that is on thermostat, not the one, that you want to change to:

http://razberry.paci.name/ZWaveAPI/Run/ ... .val.value
sorenp
Posts: 2
Joined: 25 Mar 2013 17:33

Great

Post by sorenp »

Thanks to both of you - Now - any suggestions on how to send a schedule? :-)

/Søren P
pacaj2am
Posts: 28
Joined: 18 Mar 2013 22:48

crontab.... using wget...

Post by pacaj2am »

crontab....

using wget...
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

You can use setInterval()

Post by PoltoS »

You can use setInterval() Javascript function to periodically check time and do somthing depending on it.
Post Reply