Skip to main content

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 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

Adding restart unless-stopped extra parameter in the advanced view of the docker containerAdding restart unless-stopped extra parameter in the advanced view of the docker container.

What are your thoughts?