I have a cc2531 stick flashed with zigbee2mqtt and i installed the zigbee2mqtt docker by koenkk however it keep failing to start. I have added a container path as well but no luck with starting
Error:
Using '/app/data' as data directory
> [email protected] start /app
> node index.js
e[32mzigbee2mqtt:info e[39m 2020-08-08 03:15:59: Logging to console and directory: '/app/data/log/2020-08-08.03-15-59' filename: log.txt
e[32mzigbee2mqtt:info e[39m 2020-08-08 03:15:59: Starting zigbee2mqtt version 1.14.2 (commit #faaf3e4)
e[32mzigbee2mqtt:info e[39m 2020-08-08 03:15:59: Starting zigbee-herdsman...
e[31mzigbee2mqtt:errore[39m 2020-08-08 03:15:59: Error while starting zigbee-herdsman
e[31mzigbee2mqtt:errore[39m 2020-08-08 03:15:59: Failed to start zigbee
e[31mzigbee2mqtt:errore[39m 2020-08-08 03:15:59: Exiting...
e[31mzigbee2mqtt:errore[39m 2020-08-08 03:15:59: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0'
at Znp.<anonymous> (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:135:32)
at Generator.next (<anonymous>)
at /app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71
at new Promise (<anonymous>)
at __awaiter (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12)
at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:133:49)
at SerialPort._error (/app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
at /app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `node index.js`
npm ERR! Exit status 1
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-08-07T19_15_59_888Z-debug.log