From 92a8594e95ea1c554946b3ef71030bc7939dbf6a Mon Sep 17 00:00:00 2001
From: mgehre <>
Date: Sun, 9 Dec 2012 15:02:38 +0000
Subject: [PATCH] MAX: update docs
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2301 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
FHEM/10_MAX.pm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/FHEM/10_MAX.pm b/FHEM/10_MAX.pm
index 23a9bbf08..ba9813654 100755
--- a/FHEM/10_MAX.pm
+++ b/FHEM/10_MAX.pm
@@ -498,8 +498,8 @@ MAX_Parse($$)
The <addr> is a 6 digit hex number.
You should never need to specify this by yourself, the autocreate module will do it for you.
It's advisable to set event-on-change-reading, like
- attr Heater_0 event-on-change-reading battery,desiredTemperature,valveposition
- because the polling mechanism will otherwise create events every 10 seconds.
+ attr MAX_123456 event-on-change-reading .*
+ because the polling mechanism will otherwise create events every 10 seconds.
Example:
@@ -543,8 +543,11 @@ MAX_Parse($$)
Resets the device to factory values. It has to be paired again afterwards.
ATTENTION: When using this on a ShutterContact using the MAXLAN backend, the ShutterContact has to be triggered once manually to complete
the factoryReset.
- - associate
- 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.
+ - 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.
+ Associating HeatingThermostat and WallMountedThermostat makes them sync their desiredTemperature and uses the measured temperature of the
+ WallMountedThermostat for control.