generated from webbertakken/simple-react-app
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add gotcha for zigbee2mqtt (#164)
* feat: add gotcha for zigbee2mqtt * fix: wrong ref
- Loading branch information
1 parent
cd735c9
commit ab8f55a
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+22.5 KB
...ssistant/services/zigbee-2-mqtt/assets/add-restart-unless-stopped-parameter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import Image from '@theme/IdealImage' | ||
|
||
# Zigbee2MQTT | ||
|
||
## Gotchas | ||
|
||
### Safety against errors | ||
|
||
Even though Zigbee2MQTT might run fine for months, it could suddenly start crashing periodically. | ||
|
||
One example is the Zigbee USB device | ||
[suddenly stop working](https://github.com/Koenkk/zigbee2mqtt/issues/17809) after having worked | ||
flawlessly for a while. | ||
|
||
:::note | ||
|
||
When Zigbee2MQTT docker crashes, it will not restart automatically. | ||
|
||
::: | ||
|
||
To solve this, I've added `--restart unless-stopped` to Extra Parameters in the docker (advanced) | ||
edit view | ||
|
||
<Image | ||
img={require('./assets/add-restart-unless-stopped-parameter.png')} | ||
alt="Adding restart unless-stopped extra parameter in the advanced view of the docker container" | ||
/> |