node-red-contrib-zigbee2mqtt
Version:
Zigbee2mqtt connectivity nodes for node-red
12 lines • 1.08 kB
HTML
<script type="text/x-red" data-help-name="zigbee2mqtt-server">
<p>Pripojenie k vášmu Zigbee2mqtt mostu (bridge)</p>
<h3>Konfigurácia</h3>
<dl class="message-properties">
<dt class="optional">Meno <span class="property-type">reťazec</span></dt><dd>Vyberte akékoľvek meno na identifikáciu vášho uzla.</dd>
<dt>MQTT Host <span class="property-type">reťazec</span></dt><dd>IP adresa alebo hostiteľ MQTT vášho Zigbee2mqtt inštancie. Príklady: <code>127.0.0.1</code>, <code>192.168.1.100</code>, <code>myzigbee2mqtt.dydns.com</code></dd>
<dt class="required">Základná téma <span class="property-type">reťazec</span></dt><dd>Rovnaká ako vo vašom configuration.yaml</dd>
<dt class="optional">MQTT Port <span class="property-type">číslo</span></dt><dd>predvolený port pre MQTT je 1883</dd>
<dt class="optional">MQTT Užívateľské meno <span class="property-type">reťazec</span></dt><dd></dd>
<dt class="optional">MQTT Heslo <span class="property-type">reťazec</span></dt><dd></dd>
</dl>
</script>