Changing thermostat setpoint not working
Posted: 16 Jul 2013 22:43
I am communicating to a IS-ZW-STAT-100 GE thermostat with ZWave USnap module.
The product is working fine in standalone mode.
The product seems to be working in ZWave mode, as I can change the mode to heat through ZWave. The following commands work fine:
192.168.2.1:8083/ZWaveAPI/Run/devices[30].ThermostatMode.Set(1)
192.168.2.1:8083/ZWaveAPI/Run/devices[30].instances[0].commandClasses[0x40].Set(1)
However, I cannot change the Heat setpoint (either using F or C). The following do not work:
192.168.2.1:8083/ZWaveAPI/Run/devices[30].ThermostatSetPoint.Set(1,26)
192.168.2.1:8083/ZWaveAPI/Run/devices[30].ThermostatSetPoint.Set(1,80)
192.168.2.1:8083/ZWaveAPI/Run/devices[30].instances[0].commandClasses[0x43].Set(1,26)
192.168.2.1:8083/ZWaveAPI/Run/devices[30].instances[0].commandClasses[0x43].Set(1,80)
A similar reaction occurs when I use the the web interface, http://192.168.2.1:8083, and try "Device control", "Thermostats" or "For experts", "Expert commands".
A Wayne Dalton WDTC-20 thermostat in the same setup works fine using either of the commands listed above to change its setpoint.
Any suggestions on how to change the heat setpoint on the GE thermostat using the ZWave commands? Any ideas as to why the GE thermostat does not work, while the Wayne Dalton does work?
Thanks.
The product is working fine in standalone mode.
The product seems to be working in ZWave mode, as I can change the mode to heat through ZWave. The following commands work fine:
192.168.2.1:8083/ZWaveAPI/Run/devices[30].ThermostatMode.Set(1)
192.168.2.1:8083/ZWaveAPI/Run/devices[30].instances[0].commandClasses[0x40].Set(1)
However, I cannot change the Heat setpoint (either using F or C). The following do not work:
192.168.2.1:8083/ZWaveAPI/Run/devices[30].ThermostatSetPoint.Set(1,26)
192.168.2.1:8083/ZWaveAPI/Run/devices[30].ThermostatSetPoint.Set(1,80)
192.168.2.1:8083/ZWaveAPI/Run/devices[30].instances[0].commandClasses[0x43].Set(1,26)
192.168.2.1:8083/ZWaveAPI/Run/devices[30].instances[0].commandClasses[0x43].Set(1,80)
A similar reaction occurs when I use the the web interface, http://192.168.2.1:8083, and try "Device control", "Thermostats" or "For experts", "Expert commands".
A Wayne Dalton WDTC-20 thermostat in the same setup works fine using either of the commands listed above to change its setpoint.
Any suggestions on how to change the heat setpoint on the GE thermostat using the ZWave commands? Any ideas as to why the GE thermostat does not work, while the Wayne Dalton does work?
Thanks.