Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0bu/rpi-docker-zigbee2mqtt
https://github.com/0bu/rpi-docker-zigbee2mqtt
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/0bu/rpi-docker-zigbee2mqtt
- Owner: 0Bu
- Created: 2023-10-23T07:19:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T00:45:02.000Z (22 days ago)
- Last Synced: 2024-10-18T05:43:16.541Z (20 days ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)