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
Sending a climate control schedule to Danfoss thermostat?
you can ommit instances with
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
/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
crontab.... using wget...
crontab....
using wget...
using wget...
You can use setInterval()
You can use setInterval() Javascript function to periodically check time and do somthing depending on it.