Hi there,
Since last friday i’m having serious problems with my MQTT installation.
I’m using a ZigBee Sniffer (CC2531).
Since friday my log is full of errors and i don’t understand why.
Zigbee2mqtt LOG
./run.sh: line 13: [Info] Configuration backup found in /share/zigbee2mqtt/.configuration.yaml.bk. Skipping config backup.: No such file or directory
2019-07-21T14:51:23: PM2 log: Launching in no daemon mode
2019-07-21T14:51:23: PM2 log: App [npm:0] starting in -fork mode-
2019-07-21T14:51:23: PM2 log: App [npm:0] online
> [email protected] start /zigbee2mqtt-1.5.1
> node index.js
zigbee2mqtt:info 7/21/2019, 2:51:24 PM Logging to directory: '/share/zigbee2mqtt/log/2019-07-21.14-51-24'
zigbee2mqtt:info 7/21/2019, 2:51:24 PM Starting zigbee2mqtt version 1.5.1 (commit #unknown)
zigbee2mqtt:info 7/21/2019, 2:51:24 PM Starting zigbee-shepherd
/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/dist/lib/components/controller.js:429
throw new TypeError('net.precfgkey should be an array with 16 uint8 integers.');
^
TypeError: net.precfgkey should be an array with 16 uint8 integers.
at /zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/dist/lib/components/controller.js:429:27
at Object._.forOwn (/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/node_modules/busyman/index.js:242:27)
at Object._.forEach (/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/node_modules/busyman/index.js:415:18)
at Controller.setNvParams (/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/dist/lib/components/controller.js:414:7)
at new ZShepherd (/zigbee2mqtt-1.5.1/node_modules/zigbee-herdsman/dist/lib/shepherd.js:28:21)
at Zigbee.start (/zigbee2mqtt-1.5.1/lib/zigbee.js:57:25)
at startupLogVersion (/zigbee2mqtt-1.5.1/lib/controller.js:167:25)
at utils.getZigbee2mqttVersion (/zigbee2mqtt-1.5.1/lib/controller.js:193:13)
at git.getLastCommit (/zigbee2mqtt-1.5.1/lib/util/utils.js:102:9)
at /zigbee2mqtt-1.5.1/node_modules/git-last-commit/source/index.js:44:5
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.