Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[support] digiblur's Docker Template Repository

Featured Replies

Hello,

 

I am using the UNMS docker container on UNRAID and trying to update via the UNMS WebGUI but it keeps timing out and failing.

New available version: 2.4.143
Your current version: 2.4.93

 

What can I do?

 

  • Replies 246
  • Views 84.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Not sure if it's just an issue for me or everybody else as well. Since zigbee2mqtt docker updated to 1.29.1 I am seeing the dreaded orange broken chain "not available" under version in the Docker tab?

  • Thanks, I'll take a look at it.

  • See my previous post about the UNMS issue

Posted Images

  • Author
4 hours ago, anthony0030 said:

Hello,

 

I am using the UNMS docker container on UNRAID and trying to update via the UNMS WebGUI but it keeps timing out and failing.

New available version: 2.4.143
Your current version: 2.4.93

 

What can I do?

 

Looks like that is the current version that was updated 1 day ago here - https://hub.docker.com/r/nico640/docker-unms

I see that it is marked as testing, so I should wait until I see the update available on the UNRAID WebGUI and not on the UNMS/UISP WebGUI?

  • 3 weeks later...

I cannot boot zigbee2mqtt, I'm faced with an error:
 

z2m: Error: Error: Broken pipe, cannot set Using '/app/data' as data directory

I've been running this container for years, but it has only very recently started acting up.

Creating a brand new container for the default docker template via CA gives me the same error.

 

EDIT: Solved
Downgraded to 1.39.1 and it gave a more sensible error:
 

Error: SRSP - SYS - version after 6000ms

which is a known error with the Texas Instruments Inc CC2531 where you need to press the reset button after reconnecting USB. So that was the issue.

Edited by Zerreth

On 9/7/2023 at 10:01 AM, Johnyb62 said:

I recently had an issue whereby the camera stream from a ring doorbell stopped working, tried to resolve but couldn't so bit the bullet, uninstalled & re-installed everything.  But the process has changed since I orignally installed using an earlier version & updated, however this time I had problems which might be worth considering looking at / fixing if possible.

 

Kicked off stopping the ring-MQTT container, renamed the data folder, then deleted the container
Then removed the ring authorised client device from my Ring online web portal
However trying to install the ring-mqtt container via Unraid Apps is where things didnt go quiet right.
So within the 'add container' page you can configure the basic settings (eg data path / mqtt host / username / password / Enabled cameras:true / snapshot mode: all) but when I try to start the container - it just keeps restarting - when I try to look at the logs the page just closes.

 

Reading though the docker install on the wiki, it confirms you need a config.json in order for it to start up.  But looking in the data folder this file isn't created.  I thought as I'd entered the basic parameters on the 'add container' page this would be covered, but it doesn't seem so.

The way around this was for me to copy my previous config.json file to the new data folder, at which point the docker would fire up & remain running.  That then allowed me to use the http://<host>:55123/ to obtain the refresh token - and all was good.


Looking at the contents of the config.json this included some of parameters I had configured when setting up the container

{
    "mqtt_url": "mqtt://user:[email protected]:1883",
    "mqtt_options": "",
    "livestream_user": "",
    "livestream_pass": "",
    "disarm_code": "",
    "enable_cameras": true,
    "enable_modes": false,
    "enable_panic": false,
    "hass_topic": "homeassistant/status",
    "ring_topic": "ring",
    "location_ids": [
        ""
    ]
}
/


Is there a need to change the template you provide to accommodate for this as I'd image could cause first time users (on Unraid) some problems ?  Thanks

This saved my day, Ive been struggling for days with this bug

 

Do you know what I can do to fix the following error?

 

cannot find module '/init-ring-mqtt.js'

 

Guess Im missing that file too

Thanks 

  • 1 month later...

Hi,

 

i have problems to start the zigbee2mgtt docker. This is my logfile

 

[2024-11-23 14:02:44] info:     zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/ttyUSB0","baudRate":115200,"rtscts":true,"autoOpen":false}
[2024-11-23 14:02:44] error:    z2m: Error while starting zigbee-herdsman
[2024-11-23 14:02:44] error:    z2m: Failed to start zigbee
[2024-11-23 14:02:44] error:    z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-11-23 14:02:44] error:    z2m: Exiting...
[2024-11-23 14:02:44] error:    z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/ttyUSB0

I tried as seriapath some variants:

  • /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/ttyUSB0
  • /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/zigbee
  • /dev/ttyUSB0
  • /dev/ttyUSB0:/dev/ttyUSB0

the adapter is the right one

root@unraid:~# ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Nov 23 13:28 usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port0 -> ../../ttyUSB0

root@unraid:~# ls -l /dev/ttyACM0
/bin/ls: cannot access '/dev/ttyACM0': No such file or directory

root@unraid:~# ls -l /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 Nov 23 13:28 /dev/ttyUSB0

 

Atm i use the Zigbee Stick in a Home Assistant docker. I stopped the docker and restartet unraid. So the Zigbeestick is nt used by other dockers, but it didnt help.

 

Have anyone an idea to fix it?

  • 2 weeks later...
  • Author
6 hours ago, DanielPT said:

HI :)

 

I just saw that there is an update for my zigbee2mqtt.

But how can i see what version i will update to?

Just so i can read the changes?

https://github.com/Koenkk/zigbee2mqtt/discussions/24198

 

Meny thanks!

Those changes are for dev branch. It depends on which branch you are using. 

  • 2 weeks later...
On 11/23/2024 at 5:12 AM, Becksy said:

Hi,

 

i have problems to start the zigbee2mgtt docker. This is my logfile

 

[2024-11-23 14:02:44] info:     zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/ttyUSB0","baudRate":115200,"rtscts":true,"autoOpen":false}
[2024-11-23 14:02:44] error:    z2m: Error while starting zigbee-herdsman
[2024-11-23 14:02:44] error:    z2m: Failed to start zigbee
[2024-11-23 14:02:44] error:    z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-11-23 14:02:44] error:    z2m: Exiting...
[2024-11-23 14:02:44] error:    z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/ttyUSB0

I tried as seriapath some variants:

  • /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/ttyUSB0
  • /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/zigbee
  • /dev/ttyUSB0
  • /dev/ttyUSB0:/dev/ttyUSB0

the adapter is the right one

root@unraid:~# ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Nov 23 13:28 usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port0 -> ../../ttyUSB0

root@unraid:~# ls -l /dev/ttyACM0
/bin/ls: cannot access '/dev/ttyACM0': No such file or directory

root@unraid:~# ls -l /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 Nov 23 13:28 /dev/ttyUSB0

 

Atm i use the Zigbee Stick in a Home Assistant docker. I stopped the docker and restartet unraid. So the Zigbeestick is nt used by other dockers, but it didnt help.

 

Have anyone an idea to fix it?

I had a similar issue with my conbee stick. I had to use

 

serial:

  adapter: deconz

  port: /dev/ttyACM0

 

Adding the adapter seemed to help, and the amc0 worked without having to use the ID. Maybe something similar can help you

  • 3 weeks later...

Zigbee 2.0.0 was released, and it seems to break the configuration. Anyone willing to share how to revert back, or to fix the update on unraid?

 

[2025-01-04 11:29:55] info:     z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-04 11:29:55] error:    z2m: Error while starting zigbee-herdsman
[2025-01-04 11:29:55] error:    z2m: Failed to start zigbee-herdsman
[2025-01-04 11:29:55] error:    z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-04 11:29:55] error:    z2m: Exiting...
[2025-01-04 11:29:55] error:    z2m: Error: USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration.
    at discoverAdapter (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:523:15)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at Function.create (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
    at Controller.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:132:24)
    at Zigbee.start (/app/lib/zigbee.ts:69:27)
    at Controller.start (/app/lib/controller.ts:142:13)
    at start (/app/index.js:161:5)
[2025-01-04 11:29:55] error:    z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364

 

 

I did try https://github.com/Koenkk/zigbee2mqtt/discussions/24198

which says to add

 

advanced:
  homeassistant_legacy_entity_attributes: false
  homeassistant_legacy_triggers: false
  legacy_api: false
  legacy_availability_payload: false
device_options:
  legacy: false

 to the configuration but that breaks even more.

Edited by Amio

37 minutes ago, digiblur said:

This is the fix if you didn't have the adapter type specified 

 

https://github.com/Koenkk/zigbee2mqtt/discussions/24364

 

Looks like the same one you linked. 

This solved it. I put adapter: zstack and it works. I have a Sonoff stick and I thought I read to put "ember" instead of zstack.

 

Thank you!

  • Author
10 minutes ago, Amio said:

This solved it. I put adapter: zstack and it works. I have a Sonoff stick and I thought I read to put "ember" instead of zstack.

 

Thank you!

There are two Sonoff stick models. E and P version 

 

P = zstack 

E = ember 

 

Ember also needs the latest firmware that Z2M requires for the Ember driver. 

  • 1 month later...
  • 4 weeks later...

When trying to update my ESPHome boards I'm getting this error message spammed to the log; dozens of repetitions per second.

Quote

Library Manager: Looking for another mirror... WARNING Looking for another mirror... Library Manager: Error: Please read https://bit.ly/package-manager-ioerror ERROR Error: Please read https://bit.ly/package-manager-ioerror Library Manager: Warning! Package Mirror: HTTPSConnectionPool(host='dl.registry.platformio.org', port=443): Max retries exceeded with url: /libraries/fd/25/f9276124c3e739cca920bbe9a877a745dcdce8007f250c14ce6ede666a32/ESPAsyncTCP-esphome-2.0.0.tar.gz (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x14ffd34fe310>: Failed to establish a new connection: [Errno 111] Connection refused')) WARNING Warning! Package Mirror: HTTPSConnectionPool(host='dl.registry.platformio.org', port=443): Max retries exceeded with url: /libraries/fd/25/f9276124c3e739cca920bbe9a877a745dcdce8007f250c14ce6ede666a32/ESPAsyncTCP-esphome-2.0.0.tar.gz (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x14ffd34fe310>: Failed to establish a new connection: [Errno 111] Connection refused')) Library Manager: Looking for another mirror... WARNING Looking for another mirror... Library Manager: Error: Please read https://bit.ly/package-manager-ioerror ERROR Error: Please read https://bit.ly/package-manager-ioerror Library Manager: Warning! Package Mirror:

I have no idea what's going on. Some forums are talking about VSCode and python updates, but i can't do that in a docker or unRaid AFIK. Can anyone smarter than me tell me what's going on and how to fix it?

Edited by capnJiP
context

  • Author
1 hour ago, capnJiP said:

When trying to update my ESPHome boards I'm getting this error message spammed to the log; dozens of repetitions per second.

I have no idea what's going on. Some forums are talking about VSCode and python updates, but i can't do that in a docker or unRaid AFIK. Can anyone smarter than me tell me what's going on and how to fix it?

Looks like a networking issue either.  Can you reach those HTTP addresses from the box?  

sigh, yep. My network adblocker was blocking that address.

 

Thank you for the reminder!

  • Author
5 minutes ago, capnJiP said:

sigh, yep. My network adblocker was blocking that address.

 

Thank you for the reminder!

Nice! Glad you figured it out quickly 

  • 3 weeks later...

Hi,

 

Seems like i'm having similar issue as above, but i'm using "SLZB-06Mg24" which is an "network server" not a USB device.

https://www.zigbee2mqtt.io/guide/adapters/emberznet.html

I should add:

"adapter: ember"

 

But not sure where / how to enter the ??? config file

 

Starting Zigbee2MQTT without watchdog.
[2025-03-27 13:23:41] info:     z2m: Logging to console, file (filename: log.log)
[2025-03-27 13:23:41] info:     z2m: Starting Zigbee2MQTT version 2.1.3 (commit #ba337bd329aeb4ca17735c0cf09b31293c8cff06)
[2025-03-27 13:23:41] info:     z2m: Starting zigbee-herdsman (3.2.7)
[2025-03-27 13:23:42] error:    z2m: Error while starting zigbee-herdsman
[2025-03-27 13:23:42] error:    z2m: Failed to start zigbee-herdsman
[2025-03-27 13:23:42] error:    z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-03-27 13:23:42] error:    z2m: Exiting...
[2025-03-27 13:23:42] error:    z2m: Error: USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration.
    at discoverAdapter (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:523:15)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at Function.create (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
    at Controller.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:132:24)
    at Zigbee.start (/app/lib/zigbee.ts:69:27)
    at Controller.start (/app/lib/controller.ts:142:13)
    at start (/app/index.js:161:5)
[2025-03-27 13:23:42] error:    z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364
Using '/app/data' as data directory
Starting Zigbee2MQTT without watchdog.
[2025-03-27 15:59:12] info:     z2m: Logging to console, file (filename: log.log)
[2025-03-27 15:59:12] info:     z2m: Starting Zigbee2MQTT version 2.1.3 (commit #ba337bd329aeb4ca17735c0cf09b31293c8cff06)
[2025-03-27 15:59:12] info:     z2m: Starting zigbee-herdsman (3.2.7)
[2025-03-27 15:59:13] error:    z2m: Error while starting zigbee-herdsman
[2025-03-27 15:59:13] error:    z2m: Failed to start zigbee-herdsman
[2025-03-27 15:59:13] error:    z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-03-27 15:59:13] error:    z2m: Exiting...
[2025-03-27 15:59:13] error:    z2m: Error: USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration.
    at discoverAdapter (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:523:15)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at Function.create (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
    at Controller.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:132:24)
    at Zigbee.start (/app/lib/zigbee.ts:69:27)
    at Controller.start (/app/lib/controller.ts:142:13)
    at start (/app/index.js:161:5)
[2025-03-27 15:59:13] error:    z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364

** Press ANY KEY to close this window ** 

 

  • Author

you need to add that to your config in the config yaml file in the Z2M folder.  

any guide somewhere how / where is the config in docker? thanks

 

image.png.7716d0a497d953b7a66ae922ca35e717.png

  • Author

Probably appdata/zigbee2mqtt if you left it default 

I left all as default.

sorry for Noob questions, doing it 1st time 

 

Ahh so not "inside docker" it self, but in here : \\UNRAIDTOWER\appdata\zigbee2mqtt\configuration.yaml 

 

This is the configuration.yaml content

version: 4
homeassistant:
  enabled: false
frontend:
  enabled: true
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://localhost
advanced:
  network_key:
    - 119
    - 193
    - 155
    - 54
    - 113
    - 239
    - 241
    - 185
    - 191
    - 133
    - 219
    - 138
    - 118
    - 114
    - 49
    - 29
  pan_id: 44735
  ext_pan_id:
    - 0
    - 105
    - 120
    - 49
    - 88
    - 159
    - 172
    - 36

 

This is what I found in WebUI, where should i put it configuration.yaml? In the top? or doesn't matter?

 

# Pay attention, if you use the Z2M addon for HA, it is better to edit Z2M addon yaml configuration file directly (Select the 3 dot menu in the upper right corner → "Edit in YAML")
serial:
# Location of SLZB-06Mg24
  port: tcp://192.168.10.103:6638
  baudrate: 115200
  adapter: ember
# Disable green led?
  disable_led: false
# Set output power to max 20
advanced:
  transmit_power: 20

image.thumb.png.4c44c91c9e4ed82b6738961bdcd6567e.png

Did this

do i need to change something also here?

mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://localhost

version: 4
homeassistant:
  enabled: false
frontend:
  enabled: true
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://localhost
serial:
# Location of SLZB-06Mg24
  port: tcp://192.168.10.103:6638
  baudrate: 115200
  adapter: ember
# Disable green led?
  disable_led: false
# Set output power to max 20  
advanced:
  transmit_power: 20
  network_key:
    - 119
    - 193
    - 155
    - 54
    - 113
    - 239
    - 241
    - 185
    - 191
    - 133
    - 219
    - 138
    - 118
    - 114
    - 49
    - 29
  pan_id: 44735
  ext_pan_id:
    - 0
    - 105
    - 120
    - 49
    - 88
    - 159
    - 172
    - 36

 

Getting this in LOG and not starting yet:

Using '/app/data' as data directory
Starting Zigbee2MQTT without watchdog.
[2025-03-28 14:24:45] info:     z2m: Logging to console, file (filename: log.log)
[2025-03-28 14:24:45] info:     z2m: Starting Zigbee2MQTT version 2.1.3 (commit #ba337bd329aeb4ca17735c0cf09b31293c8cff06)
[2025-03-28 14:24:45] info:     z2m: Starting zigbee-herdsman (3.2.7)
[2025-03-28 14:24:45] info:     zh:ember: Using default stack config.
[2025-03-28 14:24:45] info:     zh:ember: ======== Ember Adapter Starting ========
[2025-03-28 14:24:45] info:     zh:ember:ezsp: ======== EZSP starting ========
[2025-03-28 14:24:45] info:     zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-28 14:24:45] info:     zh:ember:uart:ash: Socket ready
[2025-03-28 14:24:45] info:     zh:ember:uart:ash: ======== ASH starting ========
[2025-03-28 14:24:47] info:     zh:ember:uart:ash: ======== ASH connected ========
[2025-03-28 14:24:47] info:     zh:ember:uart:ash: ======== ASH started ========
[2025-03-28 14:24:47] info:     zh:ember:ezsp: ======== EZSP started ========
[2025-03-28 14:24:47] info:     zh:ember: Adapter EZSP protocol version (14) lower than Host. Switched.
[2025-03-28 14:24:47] info:     zh:ember: Adapter version info: {"ezsp":14,"revision":"8.0.2 [GA]","build":397,"major":8,"minor":0,"patch":2,"special":0,"type":170}
[2025-03-28 14:24:47] info:     zh:ember: [STACK STATUS] Network up.
[2025-03-28 14:24:48] info:     zh:ember: [INIT TC] Adapter network matches config.
[2025-03-28 14:24:48] info:     zh:ember: [CONCENTRATOR] Started source route discovery. 1246ms until next broadcast.
[2025-03-28 14:24:48] info:     z2m: zigbee-herdsman started (resumed)
[2025-03-28 14:24:48] info:     z2m: Coordinator firmware version: '{"meta":{"build":397,"ezsp":14,"major":8,"minor":0,"patch":2,"revision":"8.0.2 [GA]","special":0,"type":170},"type":"EmberZNet"}'
[2025-03-28 14:24:48] info:     z2m: Currently 0 devices are joined.
[2025-03-28 14:24:48] info:     z2m: Connecting to MQTT server at mqtt://localhost
[2025-03-28 14:24:48] error:    z2m: MQTT failed to connect, exiting... ()
[2025-03-28 14:24:48] info:     z2m: Stopping zigbee-herdsman...
[2025-03-28 14:24:48] info:     zh:controller: Wrote coordinator backup to '/app/data/coordinator_backup.json'
[2025-03-28 14:24:48] info:     zh:ember:uart:ash: ASH COUNTERS since last clear:
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Total frames: RX=47, TX=92
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Cancelled   : RX=0, TX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   DATA frames : RX=46, TX=44
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   DATA bytes  : RX=638, TX=481
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Retry frames: RX=0, TX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   ACK frames  : RX=0, TX=47
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   NAK frames  : RX=0, TX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   nRdy frames : RX=0, TX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   CRC errors      : RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Comm errors     : RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Length < minimum: RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Length > maximum: RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Bad controls    : RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Bad lengths     : RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Bad ACK numbers : RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Out of buffers  : RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Retry dupes     : RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   Out of sequence : RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash:   ACK timeouts    : RX=0
[2025-03-28 14:24:48] info:     zh:ember:uart:ash: ======== ASH stopped ========
[2025-03-28 14:24:48] info:     zh:ember:ezsp: ======== EZSP stopped ========
[2025-03-28 14:24:48] info:     zh:ember: ======== Ember Adapter Stopped ========
[2025-03-28 14:24:48] info:     z2m: Stopped zigbee-herdsman

** Press ANY KEY to close this window ** 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.