mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 14:16:42 +00:00
10_MQTT2_DEVICE.pm: more bridgeRegexp doc (Forum #91394)
git-svn-id: https://svn.fhem.de/fhem/trunk@17904 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6208cb45a7
commit
b27925cd09
@ -499,11 +499,20 @@ zigbee2mqtt_devStateIcon255($)
|
|||||||
the topic. Note: the newClientId is enclosed in "", as it is a perl
|
the topic. Note: the newClientId is enclosed in "", as it is a perl
|
||||||
expression, should be unique, and the automatically created device will
|
expression, should be unique, and the automatically created device will
|
||||||
be created also with this name.<br>
|
be created also with this name.<br>
|
||||||
<br>
|
Notes:
|
||||||
Multiple tuples of <regexp> newClientId are separated by newline.
|
<ul>
|
||||||
<br>
|
<li>multiple tuples of <regexp> newClientId are separated by
|
||||||
Note: setting bridgeRegexp will remove th readingList attribute and all
|
newline</li>
|
||||||
readings.
|
<li>setting bridgeRegexp will remove the readingList attribute and all
|
||||||
|
readings.</li>
|
||||||
|
<li>For a zigbee2mqtt device connected via MQTT2_SERVER the following
|
||||||
|
is probably a better solution:<br>
|
||||||
|
<ul>
|
||||||
|
attr zigbee2mqtt bridgeRegexp zigbee2mqtt/0x........([^/]+):.*
|
||||||
|
"zigbee_$1"
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<a name="devicetopic"></a>
|
<a name="devicetopic"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user