diff --git a/FHEM/10_ZWave.pm b/FHEM/10_ZWave.pm index 9ccb36520..a2d686493 100755 --- a/FHEM/10_ZWave.pm +++ b/FHEM/10_ZWave.pm @@ -5453,6 +5453,15 @@ s2Hex($)
  • stop
    stop dimming/operation
  • +

    Class THERMOSTAT_FAN_MODE +
  • fanAutoLow
  • +
  • fanLow
  • +
  • fanAutoMedium
  • +
  • fanMedium
  • +
  • fanAutoHigh
  • +
  • fanHigh
    + set the fan mode.
  • +

    Class THERMOSTAT_MODE
  • tmOff
  • tmEnergySaveHeating
  • @@ -5869,6 +5878,16 @@ s2Hex($) return the status of the node, as state:on, state:off or state:dim value. +

    Class THERMOSTAT_FAN_MODE +
  • fanMode
    + request the mode +
  • + +

    Class THERMOSTAT_FAN_STATE +
  • fanMode
    + request the state +
  • +

    Class THERMOSTAT_MODE
  • thermostatMode
    request the mode @@ -6366,29 +6385,25 @@ s2Hex($) Start: $sl Duration: $dur Step: $step
  • state:swmEnd
  • +

    Class THERMOSTAT_FAN_MODE +
  • fanMode:[fanAutoLow | fanLow | fanAutoHigh | fanHigh | fanAutoMedium | + fanMedium] +
  • + +

    Class THERMOSTAT_FAN_STATE +
  • fanState:[off | low | high | medium | circulation | humidityCirc | + fanrightLeftCirc | upDownCirc | quietCirc]
  • +

    Class THERMOSTAT_MODE -
  • off
  • -
  • cooling
  • -
  • heating
  • -
  • manual
  • -
  • setTmOff
  • -
  • setTmHeating
  • -
  • setTmCooling
  • -
  • setTmManual
  • +
  • thermostatMode:[off | cooling | heating | fanOnly | + energySaveHeating | manual | setTmOff | setTmHeating | + setTmEnergySaveHeating | setTmManual


  • Class THERMOSTAT_OPERATING_STATE -
  • idle
  • -
  • heating
  • -
  • cooling
  • -
  • fanOnly
  • -
  • pendingHeat
  • -
  • pendingCooling
  • -
  • ventEconomizer
  • -
  • auxHeating
  • -
  • 2ndStageHeating
  • -
  • 2ndStageCooling
  • -
  • 2ndStageAuxHeat
  • -
  • 3rdStageAuxHeat
  • +
  • thermostatOperatingState:[idle | heating | cooling | fanOnly | + pendingHeat| pendingCooling | ventEconomizer | auxHeating | + 2ndStageHeating | 2ndStageCooling | 2ndStageAuxHeat | + 3rdStageAuxHeat]


  • Class THERMOSTAT_SETPOINT
  • setpointTemp:$temp $scale $type