Page 1 of 1
Sending a climate control schedule to Danfoss thermostat?
Posted: 07 Apr 2013 02:20
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
.
Posted: 07 Apr 2013 02:20
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
you can ommit instances with
Posted: 07 Apr 2013 02:20
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
Great
Posted: 07 Apr 2013 02:20
by sorenp
Thanks to both of you - Now - any suggestions on how to send a schedule?
/Søren P
crontab....
using wget...
Posted: 07 Apr 2013 02:20
by pacaj2am
crontab....
using wget...
You can use setInterval()
Posted: 07 Apr 2013 02:20
by PoltoS
You can use setInterval() Javascript function to periodically check time and do somthing depending on it.