Replies: 2 comments 10 replies
-
I had this exact same problem when "pairing" was enabled using a cc2531 with piZeroW. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I've been working on this for two days. npm start starts in my first setup. does not start at the other time. I get the following error. What do you think I should do? I would be glad if you could help.
[20:20:13] openhabian@RaspbPi4:/opt/zigbee2mqtt$ npm start
Zigbee2MQTT:info 2021-02-20 20:20:19: Logging to console and directory: '/opt/zigbee2mqtt/data/log/2021-02-20.20-20-18' filename: log.txt
Zigbee2MQTT:info 2021-02-20 20:20:19: Starting Zigbee2MQTT version 1.17.1 (commit #6484fee)
Zigbee2MQTT:info 2021-02-20 20:20:19: Starting zigbee-herdsman (0.13.59)
Zigbee2MQTT:error 2021-02-20 20:20:19: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2021-02-20 20:20:19: Failed to start zigbee
Zigbee2MQTT:error 2021-02-20 20:20:19: Exiting...
Zigbee2MQTT:error 2021-02-20 20:20:19: Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'
at Znp. (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:136:32)
at Generator.next ()
at /opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71
at new Promise ()
at __awaiter (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12)
at SerialPort. (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:134:49)
at SerialPort._error (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
at /opt/zigbee2mqtt/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!
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! /home/openhabian/.npm/_logs/2021-02-20T17_20_19_898Z-debug.log
Beta Was this translation helpful? Give feedback.
All reactions