diff --git a/fhem/FHEM/11_FHT.pm b/fhem/FHEM/11_FHT.pm index 33bc9298f..9aa497142 100755 --- a/fhem/FHEM/11_FHT.pm +++ b/fhem/FHEM/11_FHT.pm @@ -851,35 +851,60 @@ FHT_State($$$$)
  • mode is one of auto, manual, holiday or holiday_short.
    - If the mode is holiday, then the mode switches back to either auto or - manual at 00:00 of the day specified by the following: - + + If the mode is either holiday or holiday_short, then the mode + switches back to auto at the specified day and time independent of + the current mode of the device and the desired temperature will be + set to the night or day temperature according to the defined weekly + schedule stored within the device. + + In case of mode holiday + + For holiday_short (party mode) - The temperature for the holiday period is set by the desired-temperature - parameter.
    Note that you cannot set holiday mode for days earlier than the - day after tomorrow, for this you must use holiday_short.
    - Note also, you cannot set parameters seperately, you must set them in one command. Example: -
    - set FHT1 mode holiday holiday1 24 holiday2 12 desired-temp 14 + + + The temperature for the holiday period is set by the + desired-temperature parameter.
    + Note that you cannot set holiday mode for days earlier than the day + after tomorrow, for this you must use holiday_short.
    + The parameters holiday1 and holiday2 must be set in one command + together with mode.
    + Example: + + Please note: If the event time specified by the holiday parameters + has already past, then the device will immediately switch back to + auto mode including the selection of the corresponding day or night + temperature. This is valid at least for FHT80b model 2 and 3, Lifetec + MD12050. For those devices setting holiday_short with a holiday1 + value of 0 and without the parameter holiday2 e.g. + + will immediately switch back the device to mode auto including the + adjustment of the desired- temp parameter. + + Some elderly FHT models, however, only switch the mode to auto, if + the event is within the past, but don't adjust the desired + temperature. In this case specifying appropriate values for the + parameters holiday1 and holiday2 thus defining an event in the very + near future (e.g. 10 minutes) could be the solution to force a switch + back to the correct automatic mode.