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 don't understand why my conbee II is not found :

 

Unraid Version: 6.10.3

Zigbee2MQTT version 1.26.0 

 

 

root@Tower: ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Jul 28 08:15 usb-RFXCOM_RFXtrx433_A11P1XIW-if00-port0 -> ../../ttyUSB0
lrwxrwxrwx 1 root root 13 Jul 28 08:56 usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2230164-if00 -> ../../ttyACM0

 

My Z2M configuration :

 

  GNU nano 6.0                                 configuration.yaml                                            
# Home Assistant integration (MQTT discovery)
homeassistant: true

# allow new devices to join
permit_join: true

# MQTT settings
mqtt:
  # MQTT base topic for zigbee2mqtt MQTT messages
  base_topic: zigbee2mqtt
  # MQTT server URL
  server: 'mqtt://192.168.1.100:1883'
  # MQTT server authentication, uncomment if required:
  user: *******
  password: *****

# Serial settings
serial:
  port: >-
    /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2230164-if00 
  adapter: deconz
advanced:
  log_level: info

 

My M2Q log :

Using '/app/data' as data directory
Zigbee2MQTT:info  2022-07-28 09:22:43: Logging to console and directory: '/app/data/log/2022-07-28.09-22-43' filename: log.txt
Zigbee2MQTT:info  2022-07-28 09:22:43: Starting Zigbee2MQTT version 1.26.0 (commit #cd23aea)
Zigbee2MQTT:info  2022-07-28 09:22:43: Starting zigbee-herdsman (0.14.40)
Zigbee2MQTT:error 2022-07-28 09:22:43: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-07-28 09:22:43: Failed to start zigbee
Zigbee2MQTT:error 2022-07-28 09:22:43: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-07-28 09:22:43: Exiting...
Zigbee2MQTT:error 2022-07-28 09:22:43: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2230164-if00 '
    at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:182:28)
    at SerialPort._error (/app/node_modules/@serialport/stream/lib/index.js:198:14)
    at /app/node_modules/@serialport/stream/lib/index.js:242:12

 

My conbee 2 works. I tried it with ZHA in my VM home assistant (just to try) but only with "dev/serial/by-id/usb-QEMU_QEMU_USB_SERIAL_1-0000:00:07.7-4-if00-port0" as path.

 

Any idea ??

 

Thanks

Edited by Auden69

  • 2 weeks later...
  • Replies 246
  • Views 84.4k
  • 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

i am getting the following with latest unraid, latest home assistant and latest esphome

 

esphome error.jpg

Edited by heisenberg

if anyone has any ideas on this.
tried reinstalling esp home and no go.

  • 2 weeks later...
On 7/28/2022 at 1:07 AM, Auden69 said:

Hello I don't understand why my conbee II is not found :

 

Unraid Version: 6.10.3

Zigbee2MQTT version 1.26.0 

 

 

root@Tower: ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Jul 28 08:15 usb-RFXCOM_RFXtrx433_A11P1XIW-if00-port0 -> ../../ttyUSB0
lrwxrwxrwx 1 root root 13 Jul 28 08:56 usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2230164-if00 -> ../../ttyACM0

 

My Z2M configuration :

 

  GNU nano 6.0                                 configuration.yaml                                            
# Home Assistant integration (MQTT discovery)
homeassistant: true

# allow new devices to join
permit_join: true

# MQTT settings
mqtt:
  # MQTT base topic for zigbee2mqtt MQTT messages
  base_topic: zigbee2mqtt
  # MQTT server URL
  server: 'mqtt://192.168.1.100:1883'
  # MQTT server authentication, uncomment if required:
  user: *******
  password: *****

# Serial settings
serial:
  port: >-
    /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2230164-if00 
  adapter: deconz
advanced:
  log_level: info

 

My M2Q log :

Using '/app/data' as data directory
Zigbee2MQTT:info  2022-07-28 09:22:43: Logging to console and directory: '/app/data/log/2022-07-28.09-22-43' filename: log.txt
Zigbee2MQTT:info  2022-07-28 09:22:43: Starting Zigbee2MQTT version 1.26.0 (commit #cd23aea)
Zigbee2MQTT:info  2022-07-28 09:22:43: Starting zigbee-herdsman (0.14.40)
Zigbee2MQTT:error 2022-07-28 09:22:43: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-07-28 09:22:43: Failed to start zigbee
Zigbee2MQTT:error 2022-07-28 09:22:43: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-07-28 09:22:43: Exiting...
Zigbee2MQTT:error 2022-07-28 09:22:43: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2230164-if00 '
    at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:182:28)
    at SerialPort._error (/app/node_modules/@serialport/stream/lib/index.js:198:14)
    at /app/node_modules/@serialport/stream/lib/index.js:242:12

 

My conbee 2 works. I tried it with ZHA in my VM home assistant (just to try) but only with "dev/serial/by-id/usb-QEMU_QEMU_USB_SERIAL_1-0000:00:07.7-4-if00-port0" as path.

 

Any idea ??

 

Thanks

Are you sure you passed your device into the docker container?

  • 1 month later...

UNMS DOCKER QUESTION - DISABLING 2FA

 

I've got myself into a bit of a pickle.    I got a new phone and migrated all data and apps, but I didn't realize the Google Authenticator information was not part of the Samsung Sync process.  So now I can't access my UNMS docker as it is requesting the 2FA code.   (Old phone was wiped.)

 

There are instructions on the web for resetting 2FA (https://community.ui.com/questions/reset-2fa-to-local-unms-server/458ddf6a-4ef9-465d-94e5-a3c113d4c8f4) but the UNMS docker doesn't appear to have the "unms-cli" command when I try these instructions.  

 

I've tried running both the docker-compose command at the unraid command line, as well as trying the unms-cli command from a command prompt within the docker itself.

 

Has anyone run into this?   

Edited by gravymaker

On 10/18/2022 at 8:53 AM, gravymaker said:

UNMS DOCKER QUESTION - DISABLING 2FA

 

I've got myself into a bit of a pickle.    I got a new phone and migrated all data and apps, but I didn't realize the Google Authenticator information was not part of the Samsung Sync process.  So now I can't access my UNMS docker as it is requesting the 2FA code.   (Old phone was wiped.)

 

There are instructions on the web for resetting 2FA (https://community.ui.com/questions/reset-2fa-to-local-unms-server/458ddf6a-4ef9-465d-94e5-a3c113d4c8f4) but the UNMS docker doesn't appear to have the "unms-cli" command when I try these instructions.  

 

I've tried running both the docker-compose command at the unraid command line, as well as trying the unms-cli command from a command prompt within the docker itself.

 

Has anyone run into this?   

[SOLVED]

I was able to figure this out by reading the unms-cli file and figuring out what it actually calls.   In this docker, its the "user.js" file that handles things!  

 

So, my command was:

/home/app/unms/cli # node /home/app/unms/cli/user.js two-factor <<USERID>>

results:
                UNMS Users

┌─────────┬────────────┬────────────────────┬──────────────┬────────────┬───────┐
│ (index) │  username  │       email        │     role     │ two-factor │  sso  │
├─────────┼────────────┼────────────────────┼──────────────┼────────────┼───────┤
│    0    │ '####'     │ '###@##.com'       │ 'superadmin' │   false    │ false │
└─────────┴────────────┴────────────────────┴──────────────┴────────────┴───────┘

 

Just posting for any other idiots that forget to migrate their authenticator data!!

 

 

Edited by gravymaker
cleaned up command

  • 1 month later...

Hi guys,  been using Tasmoadmin. Works great, but has anyone had any success managing to actually update a device? I've tried a whole host of OTA URLs and various options, but I cannot make anything stick and actually complete (minimal then tasmota.bin).

It's as if I am unable to get the files out of github itself.

On 4/20/2021 at 2:25 PM, LeetDonkey said:

I edited the dockerfile to look for the neolink.toml file in a subdirectory rather than /etc/neolink.toml

I don't think this is a good way of doing it since it will no longer follow the thirtythreeforty repository.

Anyways, if you'd like you can simply change the repository to leetdonkey/neolink:

neolink1.png


Then change the neolink_config path configuration:

neolink2.png

 

then put neolink.toml in /etc/mnt/user/appdata/neolink/ and start the docker.
Note that the container use the name neolink.toml instead of config.toml

If there is a way of linking directly to a file instead of a directory I am not aware of it, but I must confess that I am very new at this docker stuff
 

 

After much trial and error I figured out how to get around this issue with the config file.  Uninstall neolink if you have it installed.  Go into the neolink folder and create the config.toml file.  Then install the neolink docker.  It will then work.

  • 2 weeks later...

any ideas why i get 60 mbit speed with this docker ( on an 500/500 connection )

Skärmbild 2022-12-07 121332.png

  • 1 month later...

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?!?

 

Does anybody else have this?

 

Running Unraid version 6.11.5

Edited by DtheS

10 hours ago, DtheS said:

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?!?

 

Does anybody else have this?

 

Running Unraid version 6.11.5

Same here !

Glad it's not just me, looking at the github page looks like a fix for users using zigbee2mqtt directly in Homa Assistant hasn't fixed the version issue for other docker users.

1 hour ago, deadnote said:

Same here !

same for me too. is there already a fix available?

54 minutes ago, u20p17 said:

same for me too. is there already a fix available?

 

Nope, not as yet that I have found.

Same here. A bit strange as the docker hub still shows the latest tag as valid and was last updated recently.

Getting this problem to. 

...and me too.

 

The only way to update to 1.29.2 was to remove the container and reinstall - but then again a receive the same error when checking for updates.

 

Same for Z2M on latest version 1.29.2

Ya me too

On 1/14/2023 at 10:55 PM, DtheS said:

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?!?

 

Does anybody else have this?

 

Running Unraid version 6.11.5

Me too.

Running still 1.29.1. Not able to update to 1.29.2

Edited by canedje

On 1/17/2023 at 5:33 PM, olympia said:

...and me too.

 

The only way to update to 1.29.2 was to remove the container and reinstall - but then again a receive the same error when checking for updates.

 

When removing and reinstall the docker the devices are still there? You don't need to repair?

21 hours ago, canedje said:

When removing and reinstall the docker the devices are still there? You don't need to repair?

If you don't delete your app data it will be.

  • Author

No need to reinstall. Just hit force update. 

Is everyone else still stuck on this?  I've deleted the container and image and reinstalled, but as soon as I check for docker updates I get back to "not available".

image.png.5e3384c953cf03e3e2994bf6ecf255b0.png

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.