Skip to content

Commit

Permalink
Merge pull request gcgarner#221 from 42CrMo4/master
Browse files Browse the repository at this point in the history
fixed spelling mistake Zigbee2MQTT
  • Loading branch information
Slyke authored Jan 24, 2021
2 parents edefb4b + f8a5bdf commit 99c9cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Containers/Zigbee2MQTT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zigbe2MQTT
# Zigbee2MQTT
* [Web Guide](https://www.zigbee2mqtt.io/information/docker.html)

## First startup
Expand All @@ -23,12 +23,12 @@ to
and run docker-compose up -d again
If the container starts then run `docker logs zigbe2mqtt` so see the log output and if your device is recognised. You may need to reset the device for docker to see it.
If the container starts then run `docker logs zigbee2mqtt` so see the log output and if your device is recognised. You may need to reset the device for docker to see it.

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`

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/

## terminal access

to access the terminal run `docker exec -it zigbee2mqtt /bin/sh` or select `/bin/sh
to access the terminal run `docker exec -it zigbee2mqtt /bin/sh` or select `/bin/sh

0 comments on commit 99c9cf9

Please sign in to comment.