You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
using IOTstack I have setup zigbee2mqtt and also mosquito
Now in the zigbee2mqtt log, I have something like this:
Zigbee2MQTT:info 2021-02-26 22:15:53: Logging to console and directory: '/app/data/log/2021-02-26.22-15-52' filename: log.txt
Zigbee2MQTT:info 2021-02-26 22:15:53: Starting Zigbee2MQTT version 1.17.1 (commit #99274c7)
Zigbee2MQTT:info 2021-02-26 22:15:53: Starting zigbee-herdsman (0.13.59)
Zigbee2MQTT:error 2021-02-26 22:16:13: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2021-02-26 22:16:13: Failed to start zigbee
Zigbee2MQTT:error 2021-02-26 22:16:13: Exiting...
Zigbee2MQTT:error 2021-02-26 22:16:13: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.<anonymous> (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:94:31)
at Generator.throw (<anonymous>)
at rejected (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:25:65)
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/2021-02-26T22_16_13_682Z-debug.log
Using '/app/data' as data directory
From zigbee2mqtt guide:
in portainer - container console test -w /dev/ttyACM0 && echo success || echo failure
results with success
but ls -l /dev/serial/by-id
no such file or directory
Please help.
The text was updated successfully, but these errors were encountered:
Hi,
using IOTstack I have setup zigbee2mqtt and also mosquito
Now in the zigbee2mqtt log, I have something like this:
From zigbee2mqtt guide:
in portainer - container console
test -w /dev/ttyACM0 && echo success || echo failure
results with success
but
ls -l /dev/serial/by-id
no such file or directory
Please help.
The text was updated successfully, but these errors were encountered: