Hi,
The point of the attached code is to trigger 1 of any 4 hs events via a button press on a web page and set the zwave thermostat to off, heat, cool or auto modes.
If I click the button Off the thermostat is turned off but why it seems to work is confusing. When I examine the value of sVal1 (I am writing them (it) to the hs log) it would seem to be blank. The buttons for Heat or Cool have no apparent action (aside from a page reload) and the button for Auto does set the thermostat back into Auto mode. Again though the value of sVal4 seems to be null (or zero length string or blank) and this leaves me confused -much more so than my normal state of confusion. Anyway, does anyone see what stupid mistakes I am making?
-rick
The point of the attached code is to trigger 1 of any 4 hs events via a button press on a web page and set the zwave thermostat to off, heat, cool or auto modes.
If I click the button Off the thermostat is turned off but why it seems to work is confusing. When I examine the value of sVal1 (I am writing them (it) to the hs log) it would seem to be blank. The buttons for Heat or Cool have no apparent action (aside from a page reload) and the button for Auto does set the thermostat back into Auto mode. Again though the value of sVal4 seems to be null (or zero length string or blank) and this leaves me confused -much more so than my normal state of confusion. Anyway, does anyone see what stupid mistakes I am making?
-rick
Comment