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
Copy file name to clipboardExpand all lines: docs/Containers/Zigbee2MQTT.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,13 @@
5
5
6
6
After starting the stack check to see if there is an error due to missing device. This is because the devices are mapped differently on the Pi. If your device is not showing in the container then you can also follow the followings steps.
7
7
8
-
If you get a startup failure open the docker-compose.yml file and under zigbee2mqtt change this:
8
+
If you get a startup failure open the docker-compose.yml file and under zigbee2mqtt change device to map to container (uncomment one of alternatives):
9
9
10
10
```yml
11
11
devices:
12
12
- /dev/ttyAMA0:/dev/ttyACM0
13
13
#- /dev/ttyACM0:/dev/ttyACM0
14
-
```
15
-
16
-
to
17
-
18
-
```yml
19
-
devices:
20
-
#- /dev/ttyAMA0:/dev/ttyACM0
21
-
- /dev/ttyACM0:/dev/ttyACM0
14
+
#- /dev/ttyUSB0:/dev/ttyACM0 # Electrolama zig-a-zig-ah! (zzh!) maybe other as well
22
15
```
23
16
24
17
and run docker-compose up -d again
@@ -27,8 +20,8 @@ If the container starts then run `docker logs zigbee2mqtt` so see the log output
27
20
28
21
To edit the configuration file `sudo nano volumes/zigbee2mqtt/data/configuration.yaml` you many need to restart the container for changes to take affect `docker-compose restart zigbee2mqtt`
29
22
30
-
Unfortunately I don't own a zigbee device and cannot offer support on the setup you will need to follow the website instructions for further instructions https://www.zigbee2mqtt.io/
0 commit comments