From 1d67f48d920947af83d68d90d9ae9c01622597ea Mon Sep 17 00:00:00 2001
From: mgehre <>
Date: Fri, 25 Oct 2013 10:47:06 +0000
Subject: [PATCH] MAX: update documentation to associate ShutterContact
git-svn-id: https://svn.fhem.de/fhem/trunk@4112 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/10_MAX.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/fhem/FHEM/10_MAX.pm b/fhem/FHEM/10_MAX.pm
index 60161b3d6..430548676 100755
--- a/fhem/FHEM/10_MAX.pm
+++ b/fhem/FHEM/10_MAX.pm
@@ -911,6 +911,7 @@ MAX_Parse($$)
associate <value>
Associated one device to another. <value> can be the name of MAX device or its 6-digit hex address.
Associating a ShutterContact to a {Heating,WallMounted}Thermostat makes it send message to that device to automatically lower temperature to windowOpenTemperature while the shutter is opened. The thermostat must be associated to the ShutterContact, too, to accept those messages.
+ !Attention: After sending this associate command to the ShutterContact, you have to press the button on the ShutterContact to wake it up and accept the command. See the log for a message regarding this!
Associating HeatingThermostat and WallMountedThermostat makes them sync their desiredTemperature and uses the measured temperature of the
WallMountedThermostat for control.
deassociate <value>