This commit is contained in:
Andrew Z 2021-03-29 10:02:50 -04:00
parent 67168ef849
commit ce7f7aab46
5 changed files with 109 additions and 135 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1617019371
"last_updated_timestamp": 1617026567
}

View File

@ -71887,7 +71887,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/72033-support-digiblurs-docker-template-repository/",
"Project": "https://github.com/koenkk/zigbee2mqtt",
"Overview": "Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. \r\n\r\nAll users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using an IP based Zigbee bridge, remove the USB passthrough on the container configuration below. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions\r\n\r\nTo enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:\r\n\r\nfrontend:\r\n port: 9442\r\nexperimental:\r\n new_api: true\r\n\r\nSecure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html\r\n\r\nTo enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev",
"Overview": "Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. \r\n\r\nAll users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using a USB Zigbee adapter, add the device passthrough below on the container configuration. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions\r\n\r\nTo enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:\r\n\r\nfrontend:\r\n port: 9442\r\nexperimental:\r\n new_api: true\r\n\r\nSecure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html\r\n\r\nTo enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev",
"Icon": "https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/images/zigbee2mqtt.png",
"Config": [
{
@ -71904,20 +71904,6 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Zigbee module",
"Target": "",
"Default": "SERIAL_PATH_TO_ZIGBEE_MODULE",
"Mode": "",
"Description": "Path to zigbee module, use dev/serial/by-id if possible",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
@ -71934,7 +71920,7 @@
}
],
"Repo": "digiblur's Repository",
"Description": "Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. \r\n\r\nAll users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using an IP based Zigbee bridge, remove the USB passthrough on the container configuration below. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions\r\n\r\nTo enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:\r\n\r\nfrontend:\r\n port: 9442\r\nexperimental:\r\n new_api: true\r\n\r\nSecure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html\r\n\r\nTo enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev",
"Description": "Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. \r\n\r\nAll users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using a USB Zigbee adapter, add the device passthrough below on the container configuration. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions\r\n\r\nTo enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:\r\n\r\nfrontend:\r\n port: 9442\r\nexperimental:\r\n new_api: true\r\n\r\nSecure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html\r\n\r\nTo enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev",
"templatePath": "/tmp/GitHub/AppFeed/templates/digiblursRepository/zigbee2mqtt.xml",
"CategoryList": [
"HomeAutomation",

View File

@ -1,7 +1,7 @@
{
"apps": 1213,
"last_updated_timestamp": 1617019371,
"last_updated": "2021-03-29 08:02",
"last_updated_timestamp": 1617026567,
"last_updated": "2021-03-29 10:02",
"categories": [
{
"Cat": "Backup:",
@ -72045,7 +72045,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/72033-support-digiblurs-docker-template-repository/",
"Project": "https://github.com/koenkk/zigbee2mqtt",
"Overview": "Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. \r\n\r\nAll users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using an IP based Zigbee bridge, remove the USB passthrough on the container configuration below. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions\r\n\r\nTo enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:\r\n\r\nfrontend:\r\n port: 9442\r\nexperimental:\r\n new_api: true\r\n\r\nSecure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html\r\n\r\nTo enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev",
"Overview": "Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. \r\n\r\nAll users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using a USB Zigbee adapter, add the device passthrough below on the container configuration. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions\r\n\r\nTo enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:\r\n\r\nfrontend:\r\n port: 9442\r\nexperimental:\r\n new_api: true\r\n\r\nSecure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html\r\n\r\nTo enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev",
"Icon": "https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/images/zigbee2mqtt.png",
"Config": [
{
@ -72062,20 +72062,6 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Zigbee module",
"Target": "",
"Default": "SERIAL_PATH_TO_ZIGBEE_MODULE",
"Mode": "",
"Description": "Path to zigbee module, use dev/serial/by-id if possible",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
@ -72092,7 +72078,7 @@
}
],
"Repo": "digiblur's Repository",
"Description": "Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. \r\n\r\nAll users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using an IP based Zigbee bridge, remove the USB passthrough on the container configuration below. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions\r\n\r\nTo enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:\r\n\r\nfrontend:\r\n port: 9442\r\nexperimental:\r\n new_api: true\r\n\r\nSecure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html\r\n\r\nTo enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev",
"Description": "Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. \r\n\r\nAll users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using a USB Zigbee adapter, add the device passthrough below on the container configuration. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions\r\n\r\nTo enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:\r\n\r\nfrontend:\r\n port: 9442\r\nexperimental:\r\n new_api: true\r\n\r\nSecure your Zigbee network! Auto Generate your own network key via https://www.zigbee2mqtt.io/how_tos/how_to_secure_network.html\r\n\r\nTo enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev",
"templatePath": "/tmp/GitHub/AppFeed/templates/digiblursRepository/zigbee2mqtt.xml",
"CategoryList": [
"HomeAutomation",

View File

@ -2048,11 +2048,10 @@
"CategoryList": [
"Downloaders"
],
"downloads": 14194775,
"stars": 32,
"trending": 0.57,
"downloads": 14294250,
"stars": 33,
"trending": 0.696,
"trends": [
1.484,
1.413,
1.481,
1.286,
@ -2064,10 +2063,10 @@
0.437,
0.26,
0.416,
0.57
0.57,
0.696
],
"trendsDate": [
1583248039,
1585844112,
1588443496,
1591042684,
@ -2079,10 +2078,10 @@
1606626500,
1609225647,
1611824993,
1614423738
1614423738,
1617019365
],
"downloadtrend": [
12792522,
12975840,
13170835,
13342400,
@ -2094,9 +2093,10 @@
14018681,
14055163,
14113850,
14194775
14194775,
14294250
],
"LastUpdateScan": 1614423738,
"LastUpdateScan": 1617019365,
"FirstSeen": 1
},
{
@ -11101,11 +11101,10 @@
"Downloaders",
"MediaServer-Video"
],
"downloads": 417158,
"downloads": 417286,
"stars": 4,
"trending": 0.026,
"trending": 0.031,
"trends": [
0.062,
0.047,
0.05,
0.043,
@ -11117,10 +11116,10 @@
0.028,
0.019,
0.031,
0.026
0.026,
0.031
],
"trendsDate": [
1583248039,
1585844113,
1588443496,
1591042684,
@ -11132,10 +11131,10 @@
1606626505,
1609225648,
1611824993,
1614423738
1614423738,
1617019365
],
"downloadtrend": [
415310,
415506,
415714,
415891,
@ -11147,9 +11146,10 @@
416839,
416920,
417048,
417158
417158,
417286
],
"LastUpdateScan": 1614423738,
"LastUpdateScan": 1617019365,
"FirstSeen": 1459915200
},
{
@ -13579,11 +13579,10 @@
"CategoryList": [
"Downloaders"
],
"downloads": 85342,
"downloads": 85723,
"stars": 7,
"trending": 0.421,
"trending": 0.444,
"trends": [
0.814,
0.712,
0.693,
0.483,
@ -13595,10 +13594,10 @@
0.31,
0.256,
0.357,
0.421
0.421,
0.444
],
"trendsDate": [
1583248039,
1585844113,
1588443497,
1591042685,
@ -13610,10 +13609,10 @@
1606626509,
1609225648,
1611824993,
1614423738
1614423738,
1617019366
],
"downloadtrend": [
80911,
81491,
82060,
82458,
@ -13625,9 +13624,10 @@
84463,
84680,
84983,
85342
85342,
85723
],
"LastUpdateScan": 1614423738,
"LastUpdateScan": 1617019366,
"FirstSeen": 1450760400
},
{
@ -24512,11 +24512,10 @@
"Other",
"Tools-Utilities"
],
"downloads": 1300911,
"downloads": 1314712,
"stars": 8,
"trending": 2.189,
"trending": 1.05,
"trends": [
6.93,
7.304,
8.992,
7.497,
@ -24528,10 +24527,10 @@
2.385,
1.506,
2.133,
2.189
2.189,
1.05
],
"trendsDate": [
1583248040,
1585844113,
1588443497,
1591042685,
@ -24543,10 +24542,10 @@
1606626513,
1609225648,
1611824994,
1614423739
1614423739,
1617019366
],
"downloadtrend": [
824402,
889362,
977231,
1056436,
@ -24558,9 +24557,10 @@
1226544,
1245300,
1272440,
1300911
1300911,
1314712
],
"LastUpdateScan": 1614423739,
"LastUpdateScan": 1617019366,
"FirstSeen": 1471233600
},
{
@ -29937,11 +29937,10 @@
"Network-Other",
"Tools-Utilities"
],
"downloads": 53796588,
"stars": 118,
"trending": 1.204,
"downloads": 54574327,
"stars": 124,
"trending": 1.425,
"trends": [
7.597,
6.892,
7.518,
7.949,
@ -29953,10 +29952,10 @@
3.036,
1.068,
1.158,
1.204
1.204,
1.425
],
"trendsDate": [
1583248040,
1585844114,
1588443497,
1591042686,
@ -29968,10 +29967,10 @@
1606626515,
1609225648,
1611824994,
1614423739
1614423739,
1617019366
],
"downloadtrend": [
29598668,
31789529,
34373601,
37341748,
@ -29983,9 +29982,10 @@
51972445,
52533660,
53148932,
53796588
53796588,
54574327
],
"LastUpdateScan": 1614423739,
"LastUpdateScan": 1617019366,
"FirstSeen": 1496376000
},
{
@ -44688,11 +44688,10 @@
"CategoryList": [
"MediaApp-Video"
],
"downloads": 298707,
"downloads": 309924,
"stars": 2,
"trending": 3.635,
"trending": 3.619,
"trends": [
0.896,
0.915,
1.017,
0.907,
@ -44704,10 +44703,10 @@
1.808,
1.388,
2.865,
3.635
3.635,
3.619
],
"trendsDate": [
1583248041,
1585844115,
1588443499,
1591042692,
@ -44719,10 +44718,10 @@
1606626526,
1609225649,
1611824994,
1614423739
1614423739,
1617019367
],
"downloadtrend": [
228255,
230362,
232730,
234861,
@ -44734,9 +44733,10 @@
275724,
279604,
287850,
298707
298707,
309924
],
"LastUpdateScan": 1614423739,
"LastUpdateScan": 1617019367,
"FirstSeen": "1498761403"
},
{
@ -45539,11 +45539,10 @@
"Network-Other",
"Tools-Utilities"
],
"downloads": 54377588,
"downloads": 55638097,
"stars": 80,
"trending": 2.286,
"trending": 2.266,
"trends": [
5.591,
5.523,
5.913,
5.439,
@ -45555,10 +45554,10 @@
2.17,
1.056,
1.851,
2.286
2.286,
2.266
],
"trendsDate": [
1583248041,
1585844115,
1588443499,
1591042692,
@ -45570,10 +45569,10 @@
1606626529,
1609225649,
1611824994,
1614423739
1614423739,
1617019367
],
"downloadtrend": [
33982250,
35968831,
38229427,
40428144,
@ -45585,9 +45584,10 @@
51600319,
52151125,
53134528,
54377588
54377588,
55638097
],
"LastUpdateScan": 1614423739,
"LastUpdateScan": 1617019367,
"FirstSeen": 1472529600
},
{
@ -51470,11 +51470,10 @@
"Network-Other",
"Productivity"
],
"downloads": 250383,
"downloads": 251033,
"stars": 5,
"trending": 0.243,
"trending": 0.259,
"trends": [
0.378,
0.368,
0.349,
0.306,
@ -51486,10 +51485,10 @@
0.168,
0.124,
0.223,
0.243
0.243,
0.259
],
"trendsDate": [
1583248041,
1585844115,
1588443500,
1591042693,
@ -51501,10 +51500,10 @@
1606626535,
1609225649,
1611824995,
1614423740
1614423740,
1617019367
],
"downloadtrend": [
242897,
243793,
244648,
245400,
@ -51516,9 +51515,10 @@
248907,
249217,
249775,
250383
250383,
251033
],
"LastUpdateScan": 1614423740,
"LastUpdateScan": 1617019367,
"FirstSeen": 1486789200
},
{
@ -87259,9 +87259,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 85916253,
"stars": 709,
"trending": 5.85,
"downloads": 91014737,
"stars": 727,
"trending": 5.602,
"trends": [
9.04,
7.946,
@ -87271,7 +87271,8 @@
4.81,
3.436,
4.824,
5.85
5.85,
5.602
],
"trendsDate": [
1593635842,
@ -87282,7 +87283,8 @@
1606626538,
1609225649,
1611824995,
1614423740
1614423740,
1617019367
],
"downloadtrend": [
46336848,
@ -87294,9 +87296,10 @@
74342878,
76988512,
80890403,
85916253
85916253,
91014737
],
"LastUpdateScan": 1614423740,
"LastUpdateScan": 1617019367,
"FirstSeen": 1591042693
},
{
@ -91450,7 +91453,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1614423740,
"LastUpdateScan": 1617019368,
"FirstSeen": 1557245221
},
{
@ -99399,7 +99402,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1614423740,
"LastUpdateScan": 1617019368,
"FirstSeen": 1557259769
},
{
@ -104020,7 +104023,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1614423740,
"LastUpdateScan": 1617019368,
"FirstSeen": 1557252432
},
{
@ -106005,7 +106008,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1614423740,
"LastUpdateScan": 1617019368,
"FirstSeen": 1557252432
},
{
@ -106296,7 +106299,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1614423741,
"LastUpdateScan": 1617019368,
"FirstSeen": 1557252433
},
{
@ -126592,11 +126595,10 @@
"MediaServer-Video",
"MediaServer-Music"
],
"downloads": 144331551,
"stars": 412,
"trending": 2.501,
"downloads": 148007051,
"stars": 432,
"trending": 2.483,
"trends": [
10.689,
10.116,
9.429,
8.272,
@ -126608,10 +126610,10 @@
3.973,
2.327,
1.963,
2.501
2.501,
2.483
],
"trendsDate": [
1583233656,
1585829307,
1588429198,
1591027656,
@ -126623,10 +126625,10 @@
1606626550,
1609225650,
1611824996,
1614423741
1614423741,
1617019369
],
"downloadtrend": [
66217381,
73669859,
81338914,
88674065,
@ -126638,9 +126640,10 @@
134749839,
137959997,
140722165,
144331551
144331551,
148007051
],
"LastUpdateScan": 1614423741,
"LastUpdateScan": 1617019369,
"FirstSeen": 1567642087
},
{
@ -138984,7 +138987,7 @@
"CategoryList": [
"Tools-Utilities"
],
"LastUpdateScan": 1614423741,
"LastUpdateScan": 1617019369,
"FirstSeen": 1572851494
},
{

View File

@ -11,7 +11,7 @@
<Project>https://github.com/koenkk/zigbee2mqtt</Project>
<Overview>Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. &#13;
&#13;
All users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using an IP based Zigbee bridge, remove the USB passthrough on the container configuration below. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions&#13;
All users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using a USB Zigbee adapter, add the device passthrough below on the container configuration. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions&#13;
&#13;
To enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:&#13;
&#13;
@ -25,11 +25,10 @@ Secure your Zigbee network! Auto Generate your own network key via https://www.
To enabled the dev branch to be used. Change the repository value to koenkk/zigbee2mqtt:latest-dev</Overview>
<Icon>https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/images/zigbee2mqtt.png</Icon>
<Config Name="appdata" Target="/app/data" Default="/mnt/user/appdata/zigbee2mqtt" Mode="rw" Description="Container Path: /app/data" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Zigbee module" Target="" Default="SERIAL_PATH_TO_ZIGBEE_MODULE" Mode="" Description="Path to zigbee module, use dev/serial/by-id if possible" Type="Device" Display="always" Required="false" Mask="false"></Config>
<Config Name="WebUI" Target="9442" Default="9442" Mode="tcp" Description="Container Port: 9442" Type="Port" Display="always" Required="true" Mask="false"></Config>
<Description>Zigbee to MQTT bridge allows you to use your Zigbee devices without the vendors bridge or gateway. This template has the port 9442 forwarded for the front end and does not require a USB passthrough to accomodate IP based bridges. &#13;
&#13;
All users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using an IP based Zigbee bridge, remove the USB passthrough on the container configuration below. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions&#13;
All users MUST edit the configuration.yaml file in the appdata zigbee2mqtt folder to specify the serial port (or tcp port) for the zigbee adapter. Attempt to start the container at least once and the yaml will be created for you. If you are using a USB Zigbee adapter, add the device passthrough below on the container configuration. How to determine the Zigbee adapter USB ID: https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#1-determine-location-of-the-adapter-and-checking-user-permissions&#13;
&#13;
To enable the frontend GUI, edit the configuration.yaml in the appdata zigbee2mqtt folder and add the following:&#13;
&#13;