@evilbunny/node-red-contrib-zigbee2mqtt 0.0.0 → 3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +62 -43
  3. package/api.html +22 -0
  4. package/api.js +176 -0
  5. package/examples/Basic usage.json +316 -0
  6. package/icons/homekit-logo.png +0 -0
  7. package/icons/icon-color.png +0 -0
  8. package/icons/icon.png +0 -0
  9. package/icons/icon.pxd/QuickLook/Icon.tiff +0 -0
  10. package/icons/icon.pxd/QuickLook/Thumbnail.tiff +0 -0
  11. package/icons/icon.pxd/data/15644CBE-CB2C-4054-AAB1-064FBC3F72DB +0 -0
  12. package/icons/icon.pxd/data/2D35D9CD-316A-4D5B-A1D9-1C09DB37FAC9 +0 -0
  13. package/icons/icon.pxd/data/BF7855C2-D304-4F39-84A3-141656F5E18C +0 -0
  14. package/icons/icon.pxd/data/selection/meta +33 -0
  15. package/icons/icon.pxd/data/selection/shapeSelection/meta +12 -0
  16. package/icons/icon.pxd/data/selection/shapeSelection/path +0 -0
  17. package/icons/icon.pxd/data/selectionForContentTransform/meta +33 -0
  18. package/icons/icon.pxd/data/selectionForContentTransform/shapeSelection/meta +12 -0
  19. package/icons/icon.pxd/data/selectionForContentTransform/shapeSelection/path +0 -0
  20. package/icons/icon.pxd/metadata.info +0 -0
  21. package/nodes/bridge.html +523 -0
  22. package/nodes/bridge.js +124 -0
  23. package/nodes/get.html +106 -0
  24. package/nodes/get.js +47 -0
  25. package/nodes/in.html +125 -0
  26. package/nodes/in.js +123 -0
  27. package/nodes/locales/en-US/bridge.html +23 -0
  28. package/nodes/locales/en-US/bridge.json +84 -0
  29. package/nodes/locales/en-US/get.html +19 -0
  30. package/nodes/locales/en-US/get.json +23 -0
  31. package/nodes/locales/en-US/in.html +24 -0
  32. package/nodes/locales/en-US/in.json +43 -0
  33. package/nodes/locales/en-US/out.html +24 -0
  34. package/nodes/locales/en-US/out.json +31 -0
  35. package/nodes/locales/en-US/server.html +12 -0
  36. package/nodes/locales/en-US/server.json +36 -0
  37. package/nodes/locales/sk-SK/bridge.html +23 -0
  38. package/nodes/locales/sk-SK/bridge.json +84 -0
  39. package/nodes/locales/sk-SK/get.html +18 -0
  40. package/nodes/locales/sk-SK/get.json +21 -0
  41. package/nodes/locales/sk-SK/in.html +23 -0
  42. package/nodes/locales/sk-SK/in.json +43 -0
  43. package/nodes/locales/sk-SK/out.html +23 -0
  44. package/nodes/locales/sk-SK/out.json +21 -0
  45. package/nodes/locales/sk-SK/server.html +12 -0
  46. package/nodes/locales/sk-SK/server.json +36 -0
  47. package/nodes/out.html +300 -0
  48. package/nodes/out.js +361 -0
  49. package/nodes/server.html +96 -0
  50. package/nodes/server.js +854 -0
  51. package/package.json +42 -6
  52. package/readme/1.png +0 -0
  53. package/readme/2.png +0 -0
  54. package/readme/3.png +0 -0
  55. package/readme/4.png +0 -0
  56. package/readme/5.png +0 -0
  57. package/readme/options.gif +0 -0
  58. package/resources/Zigbee2mqttHelper.js +470 -0
  59. package/resources/css/common.css +56 -0
  60. package/resources/css/multiple-select.css +183 -0
  61. package/resources/js/multiple-select.js +10 -0
  62. package/resources/js/multiple-select.min.js +10 -0
  63. package/resources/js/node-red-contrib-zigbee2mqtt-helpers.js +416 -0
  64. package/resources/js/zigbee2mqtt-helpers.js +416 -0
  65. package/resources/tokeninput/jquery.tokeninput.js +861 -0
  66. package/resources/tokeninput/token-input-facebook.css +134 -0
  67. package/resources/tokeninput/token-input-mac.css +204 -0
  68. package/resources/tokeninput/token-input.css +113 -0
@@ -0,0 +1,23 @@
1
+ {
2
+ "label": {
3
+ "name": "Name",
4
+ "server": "Server",
5
+ "topic": "Device",
6
+ "state": "Payload output",
7
+ "refresh": "Refresh",
8
+ "legacy_api": "Legacy API",
9
+ "refresh_devices_list": "Refresh Devices List",
10
+ "enable_multiple": "Multiple input",
11
+ "enable_multiple_help": "Listen multiple devices"
12
+ },
13
+ "placeholder": {
14
+ "name": "Name"
15
+ },
16
+ "multiselect": {
17
+ "devices": "Devices",
18
+ "filter_devices": "Filter devices...",
19
+ "refresh": "Refresh devices list",
20
+ "none_selected": "None selected",
21
+ "complete_payload": "Complete state payload"
22
+ }
23
+ }
@@ -0,0 +1,24 @@
1
+ <script type="text/x-red" data-help-name="zigbee2mqtt-eb-in">
2
+ <p>This node listens for mqtt messages sent from your zigbee2mqtt bridge.</p>
3
+ <h3>Configuration</h3>
4
+ <dl class="message-properties">
5
+ <dt class="optional">Name <span class="property-type">string</span></dt><dd>Choose any name to identify your node</dd>
6
+ <dt>Server <span class="property-type">object</span></dt><dd>Choose the zigbee2mqtt server instance to use</dd>
7
+ <dt>Device <span class="property-type">string</span></dt><dd>Select device to listen to</dd>
8
+ <dt class="optional">Payload output <span class="property-type">string</span></dt><dd>Choose option which you want to send to payload</dd>
9
+ <dt class="optional">Start output <span class="property-type">boolean</span></dt><dd>Output state at startup.<br>
10
+ <dt class="optional">Filter <span class="property-type">boolean</span></dt><dd>Send only if value changes. Uncheck it for buttons.<br>
11
+ <b><i>notice #1:</i></b> set <code>retain: true</code> in zigbee2mqtt configuration.yaml for every device (z2m plugin sets it automatically on device add)<br>
12
+ <b><i>notice #2:</i></b> does not output on "Deploy only modified nodes" while there are no changes in current node
13
+ </dd>
14
+ </dl>
15
+
16
+ <h3>Outputs</h3>
17
+ <h5>Output</h5>
18
+ <dl class="message-properties">
19
+ <dt>payload <span class="property-type">string | object</span></dt><dd>current value depends on output state settings formatting</dd>
20
+ <dt>payload_raw <span class="property-type">sobject</span></dt><dd>data as it is</dd>
21
+ <dt>device<span class="property-type">object</span></dt><dd>device info</dd>
22
+ </dl>
23
+ </script>
24
+
@@ -0,0 +1,43 @@
1
+ {
2
+ "label": {
3
+ "name": "Name",
4
+ "server": "Server",
5
+ "topic": "Device",
6
+ "state": "Payload output",
7
+ "refresh": "Refresh",
8
+ "refresh_devices_list": "Refresh Devices List",
9
+ "start_output": "Start output",
10
+ "start_output_help": "Send value on start",
11
+ "always": "Always",
12
+ "on_state_change": "On state change",
13
+ "on_update": "On update",
14
+ "filter_changes": "Filter",
15
+ "filter_changes_help": "Send only if value changes",
16
+ "output": "Output",
17
+ "enable_multiple": "Multiple input",
18
+ "enable_multiple_help": "Listen multiple devices"
19
+ },
20
+ "placeholder": {
21
+ "name": "Name"
22
+ },
23
+ "status": {
24
+ "no_server": "no server",
25
+ "no_device": "no device",
26
+ "no_connection": "no connection",
27
+ "connected": "connected",
28
+ "received": "ok"
29
+ },
30
+ "multiselect": {
31
+ "devices": "Devices",
32
+ "filter_devices": "Filter devices...",
33
+ "refresh": "Refresh devices list",
34
+ "none_selected": "None selected",
35
+ "complete_payload": "Complete state payload",
36
+ "zigbee2mqtt": "Zigbee2Mqtt",
37
+ "homekit": "Homekit",
38
+ "groups": "Groups"
39
+ },
40
+ "tip": {
41
+ "deploy": "<b>Important:</b> deploy server node to get devices list"
42
+ }
43
+ }
@@ -0,0 +1,24 @@
1
+ <script type="text/x-red" data-help-name="zigbee2mqtt-eb-out">
2
+ <p>Send mqtt command to your device.</p>
3
+ <h3>Configuration</h3>
4
+ <dl class="message-properties">
5
+ <dt class="optional">Name <span class="property-type">string</span></dt><dd>Choose any name to identify your node</dd>
6
+ <dt>Server <span class="property-type">object</span></dt><dd>Choose the zigbee2mqtt server instance to use</dd>
7
+ <dt>Device <span class="property-type">string</span></dt><dd>Select your device</dd>
8
+ <dt>Command <span class="property-type">string</span></dt>
9
+ <dd>
10
+ <ul>
11
+ <li><b>zigbee2mqtt:</b> predefined commands</li>
12
+ <li><b>homekit:</b> select if data is from homekit node</li>
13
+ <li><b>json:</b> custom data in json format</li>
14
+ </ul>
15
+ </dd>
16
+ <dt>Payload <span class="property-type">string or object</span></dt><dd>Select your payload data source</dd>
17
+ </dl>
18
+
19
+ <!-- <h3>Options</h3>-->
20
+ <!-- <dl class="message-properties">-->
21
+ <!-- <dt class="optional">Transition time <span class="property-type">int</span></dt><dd>Works with brightness.</dd>-->
22
+ <!-- </dl>-->
23
+ </script>
24
+
@@ -0,0 +1,31 @@
1
+ {
2
+ "label": {
3
+ "name": "Name",
4
+ "server": "Server",
5
+ "topic": "Device",
6
+ "command": "Command",
7
+ "payload": "Payload",
8
+ "options": "Options",
9
+ "transition": "Transition, sec",
10
+ "refresh": "Refresh",
11
+ "refresh_devices_list": "Refresh Devices List"
12
+ },
13
+ "placeholder": {
14
+ "name": "Name",
15
+ "transition": "in seconds"
16
+ },
17
+ "status": {
18
+ "no_server": "no server",
19
+ "no_device": "no device",
20
+ "no_payload": "no payload"
21
+ },
22
+ "help": {
23
+ "important": "IMPORTANT:",
24
+ "description": "Description:",
25
+ "options": "Options:",
26
+ "command_homekit": "This is experimental feature, works only with Lightbulb, Lock Services for now. ",
27
+ "command_brightness_move": "Instead of setting a brightness by value, you can also move it and stop it after a certain time. Example: -5 payload will start moving the brightness down at 5 units per second.",
28
+ "command_brightness_step": "Instead of setting a brightness by value, you can also change current value up or down.",
29
+ "option_transition": "Specifies the number of seconds the transition to this state takes. Doesn't work for brightness=0, state=toggle."
30
+ }
31
+ }
@@ -0,0 +1,12 @@
1
+ <script type="text/x-red" data-help-name="zigbee2mqtt-eb-server">
2
+ <p>Connection to your Zigbee2mqtt bridge</p>
3
+ <h3>Configuration</h3>
4
+ <dl class="message-properties">
5
+ <dt class="optional">Name <span class="property-type">string</span></dt><dd>Choose any name to identify your node.</dd>
6
+ <dt>MQTT Host <span class="property-type">string</span></dt><dd>IP-address or MQTT Host of your zigbee2mqtt instance. Examples: <code>127.0.0.1</code>, <code>192.168.1.100</code>, <code>myzigbee2mqtt.dydns.com</code></dd>
7
+ <dt class="required">Base topic <span class="property-type">string</span></dt><dd> Same as in your configuration.yaml</dd>
8
+ <dt class="optional">MQTT Port <span class="property-type">number</span></dt><dd>default port for mqtt is 1883</dd>
9
+ <dt class="optional">MQTT Username <span class="property-type">string</span></dt><dd></dd>
10
+ <dt class="optional">MQTT Password <span class="property-type">string</span></dt><dd></dd>
11
+ </dl>
12
+ </script>
@@ -0,0 +1,36 @@
1
+ {
2
+ "label": {
3
+ "base_topic": "Base topic",
4
+ "name": "Name",
5
+ "host": "MQTT Host",
6
+ "mqtt_port": "MQTT Port",
7
+ "mqtt_username": "MQTT Username",
8
+ "mqtt_password": "MQTT Password",
9
+ "use-tls": "Use TLS",
10
+ "tls-config":"TLS configuration"
11
+ },
12
+ "placeholder": {
13
+ "name": "Name"
14
+ },
15
+ "status": {
16
+ "no_server": "no server",
17
+ "no_device": "no device",
18
+ "no_connection": "no connection",
19
+ "no_value": "no value",
20
+ "received": "ok"
21
+ },
22
+ "tip": {
23
+ "deploy": "<b>Important:</b> deploy server node to get devices list"
24
+ },
25
+ "editor": {
26
+ "groups": "Groups",
27
+ "devices": "Devices",
28
+ "selected": "selected",
29
+ "nothing": "Nothing",
30
+ "select_device": "Select device",
31
+ "msg_topic": "msg.topic",
32
+ "complete_payload": "Complete payload",
33
+ "zigbee2mqtt": "zigbee2mqtt",
34
+ "homekit": "Apple Homekit"
35
+ }
36
+ }
@@ -0,0 +1,23 @@
1
+ <script type="text/x-red" data-help-name="zigbee2mqtt-eb-bridge">
2
+ <p>Počúva všetky správy <code>zigbee2mqtt/bridge/#</code>.</p>
3
+ <h3>Konfigurácia</h3>
4
+ <dl class="message-properties">
5
+ <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>
6
+ <dt>Server <span class="property-type">objekt</span></dt><dd>Vyberte inštanciu servera zigbee2mqtt, ktorú chcete použiť.</dd>
7
+ </dl>
8
+
9
+ <h3>Vstupy</h3>
10
+ <h5>Vstup</h5>
11
+ <dl class="message-properties">
12
+ <dt>payload <span class="property-type">reťazec</span></dt><dd>mqtt správa</dd>
13
+ <dt>topic <span class="property-type">reťazec</span></dt><dd>mqtt téma</dd>
14
+ </dl>
15
+
16
+ <h3>Výstupy</h3>
17
+ <h5>Výstup</h5>
18
+ <dl class="message-properties">
19
+ <dt>payload <span class="property-type">reťazec</span></dt><dd>mqtt správa</dd>
20
+ <dt>topic <span class="property-type">reťazec</span></dt><dd>mqtt téma</dd>
21
+ </dl>
22
+ </script>
23
+
@@ -0,0 +1,84 @@
1
+ {
2
+ "label": {
3
+ "name": "Meno",
4
+ "server": "Server",
5
+ "permit_join": "Povoliť pripájanie",
6
+ "permit_join_help": "Začať vyhľadávanie zariadení počas 3 minút",
7
+ "permit_join_cancel_help": "Zastaviť vyhľadávanie",
8
+ "log_level": "Úroveň záznamu",
9
+ "log_level_info": "info",
10
+ "log_level_debug": "debug",
11
+ "log_level_warning": "upozornenie",
12
+ "log_level_error": "chyba",
13
+ "version": "Verzia",
14
+ "restart_required": "Vyžadovaný reštart",
15
+ "no_legacy_api": "Žiadna stará API",
16
+ "coordinator": "Koordinátor",
17
+ "turn_off_legacy_api": "Malo by byť vypnuté",
18
+ "restart_needed": "Vyžadovaný reštart",
19
+ "ok": "OK",
20
+ "advanced_output": "Výstup json",
21
+ "should_be_json": "Malo by byť 'json'",
22
+ "restart_zigbee2mqtt": "Reštartovať zigbee2mqtt",
23
+ "retain_disabled_error": "force_disable_retain by malo byť FALSE",
24
+ "mqtt_disable_retain": "Zachovať mqtt",
25
+ "restart": "Reštart",
26
+ "disabled": "vypnuté",
27
+ "last_seen": "Posledný videný",
28
+ "availability": "Dostupnosť",
29
+ "sure_restart": "Ste si istí?",
30
+ "refresh": "Obnoviť",
31
+ "refresh_all": "Obnoviť všetky údaje"
32
+ },
33
+ "placeholder": {
34
+ "name": "Meno"
35
+ },
36
+ "status": {
37
+ "no_server": "žiadny server",
38
+ "no_device": "žiadne zariadenie",
39
+ "no_value": "žiadna hodnota",
40
+ "no_connection": "žiadne pripojenie",
41
+ "searching": "vyhľadávanie zariadení...",
42
+ "paired": "spárované!",
43
+ "online": "online",
44
+ "offline": "offline",
45
+ "pairing": "spárovanie...",
46
+ "connected": "pripojené",
47
+ "failed": "zlyhalo!"
48
+ },
49
+ "tabs": {
50
+ "bridge": "Most",
51
+ "devices": "Zariadenia",
52
+ "groups": "Skupiny",
53
+ "map": "Mapa"
54
+ },
55
+ "devices": {
56
+ "ieee_addr": "ieee_adresa",
57
+ "friendly_name": "Prijateľné meno",
58
+ "model": "Model",
59
+ "device": "Zariadenie",
60
+ "set": "nastaviť",
61
+ "remove": "odstrániť",
62
+ "sure_remove": "Ste si istí, že chcete odstrániť zariadenie?"
63
+ },
64
+ "groups": {
65
+ "id": "ID",
66
+ "friendly_name": "Prijateľné meno",
67
+ "devices": "Zariadenia",
68
+ "set": "nastaviť",
69
+ "remove": "odstrániť",
70
+ "add": "Pridať skupinu",
71
+ "enter_group_name": "Zadajte názov skupiny",
72
+ "sure_remove": "Ste si istí, že chcete odstrániť skupinu?"
73
+ },
74
+ "map": {
75
+ "refresh": "Obnoviť mapu",
76
+ "fullscreen": "Otvoriť v celoobrazovkovom režime",
77
+ "loading": "Načítava sa..."
78
+ },
79
+ "tokeninput": {
80
+ "searching": "Vyhľadávanie...",
81
+ "type_to_search": "Napíšte pre vyhľadávanie zariadenia",
82
+ "no_results": "Žiadne výsledky"
83
+ }
84
+ }
@@ -0,0 +1,18 @@
1
+ <script type="text/x-red" data-help-name="zigbee2mqtt-eb-get">
2
+ <p>Získať poslednú hodnotu zariadenia.</p>
3
+ <h3>Konfigurácia</h3>
4
+ <dl class="message-properties">
5
+ <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>
6
+ <dt>Server <span class="property-type">objekt</span></dt><dd>Vyberte inštanciu servera zigbee2mqtt, ktorú chcete použiť</dd>
7
+ <dt>Zariadenie <span class="property-type">reťazec</span></dt><dd>Vyberte zariadenie, ktoré chcete počúvať</dd>
8
+ </dl>
9
+
10
+ <h3>Výstupy</h3>
11
+ <h5>Výstup</h5>
12
+ <dl class="message-properties">
13
+ <dt>payload <span class="property-type">reťazec</span></dt><dd>aktuálna hodnota</dd>
14
+ <dt>payload_in<span class="property-type">objekt</span></dt><dd>vstupný payload</dd>
15
+ <dt>payload_raw<span class="property-type">objekt</span></dt><dd>kompletný payload</dd>
16
+ <dt>zariadenie<span class="property-type">objekt</span></dt><dd>informácie o zariadení</dd>
17
+ </dl>
18
+ </script>
@@ -0,0 +1,21 @@
1
+ {
2
+ "label": {
3
+ "name": "Meno",
4
+ "server": "Server",
5
+ "topic": "Zariadenie",
6
+ "state": "Výstup dát",
7
+ "refresh": "Obnoviť",
8
+ "legacy_api": "Stará API",
9
+ "refresh_devices_list": "Obnoviť zoznam zariadení"
10
+ },
11
+ "placeholder": {
12
+ "name": "Meno"
13
+ },
14
+ "multiselect": {
15
+ "devices": "Zariadenia",
16
+ "filter_devices": "Filtrovať zariadenia...",
17
+ "refresh": "Obnoviť zoznam zariadení",
18
+ "none_selected": "Žiadne vybrané",
19
+ "complete_payload": "Kompletný stavový payload"
20
+ }
21
+ }
@@ -0,0 +1,23 @@
1
+ <script type="text/x-red" data-help-name="zigbee2mqtt-eb-eb-in">
2
+ <p>Tento uzol počúva mqtt správy poslané vašim zigbee2mqtt mostom (bridge).</p>
3
+ <h3>Konfigurácia</h3>
4
+ <dl class="message-properties">
5
+ <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>
6
+ <dt>Server <span class="property-type">objekt</span></dt><dd>Vyberte inštanciu servera zigbee2mqtt, ktorú chcete použiť</dd>
7
+ <dt>Zariadenie <span class="property-type">reťazec</span></dt><dd>Vyberte zariadenie, ktoré chcete počúvať</dd>
8
+ <dt class="optional">Výstup dát <span class="property-type">reťazec</span></dt><dd>Vyberte možnosť, ktorú chcete poslať do payloadu</dd>
9
+ <dt class="optional">Spustiť výstup <span class="property-type">boolean</span></dt><dd>Výstup stavu pri štarte.<br>
10
+ <dt class="optional">Filter <span class="property-type">boolean</span></dt><dd>Posielať len v prípade zmeny hodnoty. Zrušte v prípade tlačidiel.<br>
11
+ <b><i>poznámka #1:</i></b> nastavte <code>retain: true</code> v konfiguračnom súbore zigbee2mqtt configuration.yaml pre každé zariadenie (z2m plugin automaticky nastaví pri pridaní zariadenia)<br>
12
+ <b><i>poznámka #2:</i></b> nevypíše v "Deploy only modified nodes", pokiaľ nie sú žiadne zmeny v aktuálnom uzle
13
+ </dd>
14
+ </dl>
15
+
16
+ <h3>Výstupy</h3>
17
+ <h5>Výstup</h5>
18
+ <dl class="message-properties">
19
+ <dt>payload <span class="property-type">reťazec | objekt</span></dt><dd>aktuálna hodnota závisí na formátovaní nastavení výstupného stavu</dd>
20
+ <dt>payload_raw <span class="property-type">objekt</span></dt><dd>dáta tak, ako sú</dd>
21
+ <dt>zariadenie<span class="property-type">objekt</span></dt><dd>informácie o zariadení</dd>
22
+ </dl>
23
+ </script>
@@ -0,0 +1,43 @@
1
+ {
2
+ "label": {
3
+ "name": "Meno",
4
+ "server": "Server",
5
+ "topic": "Zariadenie",
6
+ "state": "Výstup dát",
7
+ "refresh": "Obnoviť",
8
+ "refresh_devices_list": "Obnoviť zoznam zariadení",
9
+ "start_output": "Spustiť výstup",
10
+ "start_output_help": "Odoslať hodnotu pri spustení",
11
+ "always": "Vždy",
12
+ "on_state_change": "Pri zmene stavu",
13
+ "on_update": "Pri aktualizácii",
14
+ "filter_changes": "Filtrovať",
15
+ "filter_changes_help": "Odoslať iba ak sa hodnota zmení",
16
+ "output": "Výstup",
17
+ "enable_multiple": "Povoliť viacnásobný vstup",
18
+ "enable_multiple_help": "Počúvať viacero zariadení"
19
+ },
20
+ "placeholder": {
21
+ "name": "Meno"
22
+ },
23
+ "status": {
24
+ "no_server": "žiadny server",
25
+ "no_device": "žiadne zariadenie",
26
+ "no_connection": "žiadne pripojenie",
27
+ "connected": "pripojené",
28
+ "received": "OK"
29
+ },
30
+ "multiselect": {
31
+ "devices": "Zariadenia",
32
+ "filter_devices": "Filtrovať zariadenia...",
33
+ "refresh": "Obnoviť zoznam zariadení",
34
+ "none_selected": "Žiadne vybrané",
35
+ "complete_payload": "Kompletný stavový payload",
36
+ "zigbee2mqtt": "Zigbee2Mqtt",
37
+ "homekit": "Homekit",
38
+ "groups": "Skupiny"
39
+ },
40
+ "tip": {
41
+ "deploy": "<b>Dôležité:</b> nainštalujte serverový uzol na získanie zoznamu zariadení"
42
+ }
43
+ }
@@ -0,0 +1,23 @@
1
+ <script type="text/x-red" data-help-name="zigbee2mqtt-eb-out">
2
+ <p>Odoslať mqtt príkaz vášmu zariadeniu.</p>
3
+ <h3>Konfigurácia</h3>
4
+ <dl class="message-properties">
5
+ <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>
6
+ <dt>Server <span class="property-type">objekt</span></dt><dd>Vyberte inštanciu servera zigbee2mqtt, ktorú chcete použiť</dd>
7
+ <dt>Zariadenie <span class="property-type">reťazec</span></dt><dd>Vyberte vaše zariadenie</dd>
8
+ <dt>Príkaz <span class="property-type">reťazec</span></dt>
9
+ <dd>
10
+ <ul>
11
+ <li><b>zigbee2mqtt:</b> preddefinované príkazy</li>
12
+ <li><b>homekit:</b> vyberte, ak údaje pochádzajú z homekit uzla</li>
13
+ <li><b>json:</b> vlastné údaje vo formáte json</li>
14
+ </ul>
15
+ </dd>
16
+ <dt>Payload <span class="property-type">reťazec alebo objekt</span></dt><dd>Vyberte zdroj vašich payload údajov</dd>
17
+ </dl>
18
+
19
+ <!-- <h3>Možnosti</h3>-->
20
+ <!-- <dl class="message-properties">-->
21
+ <!-- <dt class="optional">Čas prechodu <span class="property-type">int</span></dt><dd>Funguje s jasom.</dd>-->
22
+ <!-- </dl>-->
23
+ </script>
@@ -0,0 +1,21 @@
1
+ {
2
+ "label": {
3
+ "name": "Meno",
4
+ "server": "Server",
5
+ "topic": "Zariadenie",
6
+ "state": "Výstup dát",
7
+ "refresh": "Obnoviť",
8
+ "legacy_api": "Stará API",
9
+ "refresh_devices_list": "Obnoviť zoznam zariadení"
10
+ },
11
+ "placeholder": {
12
+ "name": "Meno"
13
+ },
14
+ "multiselect": {
15
+ "devices": "Zariadenia",
16
+ "filter_devices": "Filtrovať zariadenia...",
17
+ "refresh": "Obnoviť zoznam zariadení",
18
+ "none_selected": "Žiadne vybrané",
19
+ "complete_payload": "Úplné dátové výstupy"
20
+ }
21
+ }
@@ -0,0 +1,12 @@
1
+ <script type="text/x-red" data-help-name="zigbee2mqtt-eb-server">
2
+ <p>Pripojenie k vášmu Zigbee2mqtt mostu (bridge)</p>
3
+ <h3>Konfigurácia</h3>
4
+ <dl class="message-properties">
5
+ <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>
6
+ <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>
7
+ <dt class="required">Základná téma <span class="property-type">reťazec</span></dt><dd>Rovnaká ako vo vašom configuration.yaml</dd>
8
+ <dt class="optional">MQTT Port <span class="property-type">číslo</span></dt><dd>predvolený port pre MQTT je 1883</dd>
9
+ <dt class="optional">MQTT Užívateľské meno <span class="property-type">reťazec</span></dt><dd></dd>
10
+ <dt class="optional">MQTT Heslo <span class="property-type">reťazec</span></dt><dd></dd>
11
+ </dl>
12
+ </script>
@@ -0,0 +1,36 @@
1
+ {
2
+ "label": {
3
+ "base_topic": "Základná téma",
4
+ "name": "Meno",
5
+ "host": "MQTT Host",
6
+ "mqtt_port": "MQTT Port",
7
+ "mqtt_username": "MQTT Užívateľské meno",
8
+ "mqtt_password": "MQTT Heslo",
9
+ "use-tls": "Použiť TLS",
10
+ "tls-config": "TLS konfigurácia"
11
+ },
12
+ "placeholder": {
13
+ "name": "Meno"
14
+ },
15
+ "status": {
16
+ "no_server": "žiadny server",
17
+ "no_device": "žiadne zariadenie",
18
+ "no_connection": "žiadne pripojenie",
19
+ "no_value": "žiadna hodnota",
20
+ "received": "ok"
21
+ },
22
+ "tip": {
23
+ "deploy": "<b>Dôležité:</b> nasadiť serverový uzol na získanie zoznamu zariadení"
24
+ },
25
+ "editor": {
26
+ "groups": "Skupiny",
27
+ "devices": "Zariadenia",
28
+ "selected": "vybrané",
29
+ "nothing": "Nič",
30
+ "select_device": "Vybrať zariadenie",
31
+ "msg_topic": "msg.téma",
32
+ "complete_payload": "Kompletná záťaž",
33
+ "zigbee2mqtt": "zigbee2mqtt",
34
+ "homekit": "Apple Homekit"
35
+ }
36
+ }