This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Zigbee2mqtt - problem npm #1072
Unanswered
iony59
asked this question in
Help Needed
Replies: 3 comments 7 replies
-
To properly display the indentations and other formatting in your To create a code block in a post, you can surround the code with three backticks ``` at the beginning and end of the code. This will format the code block and make it easier to read. |
Beta Was this translation helpful? Give feedback.
0 replies
-
sorry :
|
Beta Was this translation helpful? Give feedback.
7 replies
-
so I have to go back to HA with ZHA or else buy another key? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I followed the procedure to install a mosquitto container and Zigbee2mqtt.
My zigate key is well seen on the server:
root@zigbee2mqtt:/opt/zigbee2mqtt# ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Feb 17 12:29 usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0 -> ../../ttyUSB0
my config yaml :
homeassistant:true
permit_join: false
frontend:
port: 9442
mqtt:
base_topic: zigbee2mqtt
server: 'mqtt://192.168.0.54:1883'
user: MYUSER
password: MYPASSWORD
keepalive: 60
reject_unauthorized: true
version: 4
serial:
port: /dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller-if>
advanced:
pan_id: GENERATE
network_key: GENERATE
channel: 20
an when i tape :
cd /opt/zigbee2mqtt && npm start
i have a error :
Segmentation fault
my key is update to firmware 3.23
Thanks to help
Cédric
Beta Was this translation helpful? Give feedback.
All reactions