Scripts used in the Hassbian image.
| HOME | SUITES | HASSBIAN-CONFIG (CLI) | CONTRIBUTE |
This script installs the Zigbee2mqtt bridge. After installation some further configuration is required. Instructions can be found here.
sudo hassbian-config install zigbee2mqtt
No script available, maybe you could write one? If so, add an PR here when you are done: homeassistant/hassbian-scripts
| Description | Command/value |
|---|---|
| Running as: | pi |
| Configuration file: | /opt/zigbee2mqtt/data/configuration.yaml |
| Start service: | sudo systemctl start zigbee2mqtt.service |
| Stop service: | sudo systemctl stop zigbee2mqtt.service |
| Restart service: | sudo systemctl restart zigbee2mqtt.service |
| Service status: | sudo systemctl status zigbee2mqtt.service |
This install script was originally contributed by @Landrash