gcgarner / IOTstack

docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.5k stars 578 forks source link

zigbee2mqtt #232

Open Konrad162 opened 3 years ago

Konrad162 commented 3 years ago

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! zigbee2mqtt@1.17.1 start: `node index.js`
npm ERR! Exit status 1



npm ERR! Failed at the zigbee2mqtt@1.17.1 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.