Search found 5 matches

by fusionsound
Monday 24 December 2018 19:19
Forum: Zigbee
Topic: Zigbee2mqtt failed to start
Replies: 13
Views: 6638

Re: Zigbee2mqtt failed to start

Now I'm getting some completely new errors when I try to start NPM

/usr/lib/node_modules/npm/bin/npm-cli.js:2
;(function ()(; // wrapper in casE we'se in module_context mode
^

SyntaxError: Unexpected token (
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module ...
by fusionsound
Monday 24 December 2018 19:08
Forum: Zigbee
Topic: Zigbee2mqtt failed to start
Replies: 13
Views: 6638

Re: Zigbee2mqtt failed to start

# Home Assistant integration (MQTT discovery)
homeassistant: false

# allow new devices to join
permit_join: true

# MQTT settings
mqtt:
# MQTT base topic for zigbee2mqtt MQTT messages
base_topic: zigbee2mqtt
# MQTT server URL
server: 'mqtt://192.168.2.11:8080'
# MQTT server authentication ...
by fusionsound
Monday 17 December 2018 20:17
Forum: Zigbee
Topic: Zigbee2mqtt failed to start
Replies: 13
Views: 6638

Re: Zigbee2mqtt failed to start

I tried it both ways: by id and the "normal" way. I'm logged in as pi user.( Also tried is as root )
by fusionsound
Monday 17 December 2018 17:19
Forum: Zigbee
Topic: Zigbee2mqtt failed to start
Replies: 13
Views: 6638

Re: Zigbee2mqtt failed to start

I did a fresh install bacause I got a lot of errors. But now I got this problem. Somebody has an idea?


> [email protected] start /opt/zigbee2mqtt
> node index.js

zigbee2mqtt:info 2018-12-17 16:15:08 Logging to directory: '/opt/zigbee2mqtt/data/log/2018-12-17.16-15-08'
zigbee2mqtt:info 2018-12 ...
by fusionsound
Saturday 15 December 2018 14:35
Forum: Zigbee
Topic: Zigbee2mqtt failed to start
Replies: 13
Views: 6638

Zigbee2mqtt failed to start

Hello,

I've bought a pre installed sniffer C2531 USB for my Domoticz. I tried to install node( and NPM) but the node can't start. It says this:

Zigbee2mqtt requires node version >=8.11 10, you are running v8. 14.0!

I've searched the internet for this problem but can't find anything. Also tried to ...