Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0bu/rpi-docker-zigbee2mqtt


https://github.com/0bu/rpi-docker-zigbee2mqtt

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# [rpi-docker-zigbee2mqtt](https://www.zigbee2mqtt.io/)

- [GitHub](https://github.com/Koenkk/zigbee2mqtt)
- [DockerHub](https://hub.docker.com/r/koenkk/zigbee2mqtt)

## [Install Docker Engine on Raspberry Pi OS](https://docs.docker.com/engine/install/raspberry-pi-os/#install-using-the-convenience-script)

```
sudo sh -c "$(curl -fsSL https://get.docker.com)"
```

### [Post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/)

```
sudo groupadd docker
sudo usermod -aG docker $USER
```

## [Zigbee2MQTT Installation](https://www.zigbee2mqtt.io/guide/installation/02_docker.html)