mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
MAX: update docs
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2301 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f3520f122e
commit
92a8594e95
@ -498,8 +498,8 @@ MAX_Parse($$)
|
|||||||
The <addr> is a 6 digit hex number.
|
The <addr> is a 6 digit hex number.
|
||||||
You should never need to specify this by yourself, the <a href="#autocreate">autocreate</a> module will do it for you.<br>
|
You should never need to specify this by yourself, the <a href="#autocreate">autocreate</a> module will do it for you.<br>
|
||||||
It's advisable to set event-on-change-reading, like
|
It's advisable to set event-on-change-reading, like
|
||||||
<code>attr Heater_0 event-on-change-reading battery,desiredTemperature,valveposition</code>
|
<code>attr MAX_123456 event-on-change-reading .*</code>
|
||||||
because the polling mechanism will otherwise create events every 10 seconds.
|
because the polling mechanism will otherwise create events every 10 seconds.<br>
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
<ul>
|
<ul>
|
||||||
@ -543,8 +543,11 @@ MAX_Parse($$)
|
|||||||
Resets the device to factory values. It has to be paired again afterwards.<br>
|
Resets the device to factory values. It has to be paired again afterwards.<br>
|
||||||
ATTENTION: When using this on a ShutterContact using the MAXLAN backend, the ShutterContact has to be triggered once manually to complete
|
ATTENTION: When using this on a ShutterContact using the MAXLAN backend, the ShutterContact has to be triggered once manually to complete
|
||||||
the factoryReset.</li>
|
the factoryReset.</li>
|
||||||
<li>associate<br>
|
<li>associate <value><br>
|
||||||
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.</li>
|
Associated one device to another. <value> can be the name of MAX device or its 6-digit hex address.<br>
|
||||||
|
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.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user