diff --git a/FHEM/10_ZWave.pm b/FHEM/10_ZWave.pm index fbf33b4dd..048876cb7 100755 --- a/FHEM/10_ZWave.pm +++ b/FHEM/10_ZWave.pm @@ -123,6 +123,8 @@ my %zwave_class = ( "0340031f" => "state:manual", }, } , THERMOSTAT_OPERATING_STATE=>{ id => '42', }, THERMOSTAT_SETPOINT => { id => '43', + set => { setpointHeating => "010101%02x", + setpointCooling => "010201%02x"}, get => { setpoint => "02" }, parse => { "064303(..)(..)(....)" => 'sprintf("temperature:%0.1f %s %s", '. 'hex($3)/(10**int(hex($2)/32)), '. @@ -851,6 +853,16 @@ s2Hex($) set the thermostat mode to off, cooling, heating or manual. +

Class THERMOSTAT_SETPOINT +
  • setpointHeating value
    + set the thermostat to heat to the given value. + The value is a whole number and read as celsius. +
  • +
  • setpointCooling value
    + set the thermostat to heat to the given value. + The value is a whole number and read as celsius. +
  • +

    Class WAKE_UP
  • wakeupInterval value
    Set the wakeup interval of battery operated devices to the given value in