https://github.com/valerijmedvid/zigbee-stack
Docker stack for homemade smart-home network.
https://github.com/valerijmedvid/zigbee-stack
docker docker-compose home-assistant home-automation iot mqtt node-red zigbee2mqtt
Last synced: 11 months ago
JSON representation
Docker stack for homemade smart-home network.
- Host: GitHub
- URL: https://github.com/valerijmedvid/zigbee-stack
- Owner: valerijmedvid
- Created: 2022-01-27T06:50:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T21:13:46.000Z (about 2 years ago)
- Last Synced: 2023-11-08T06:22:37.423Z (about 2 years ago)
- Topics: docker, docker-compose, home-assistant, home-automation, iot, mqtt, node-red, zigbee2mqtt
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zigbee stack
### Hardware
- Raspberry Pi 4 Model B - 4GB RAM
- CC2652R USB Sniffer module [electrolama](https://shop.electrolama.com/collections/usb-rf-sticks/products/zzh-multiprotocol-rf-stick)
- Zigbee devices (buttons, bulbs, temperature & humidity sensors) -> [List of supported devices](https://www.zigbee2mqtt.io/supported-devices/)
### Software
- **Eclipse Mosquitto** like MQTT broker - [mosquitto](https://mosquitto.org/)
- **Zigbee2MQTT** for communication between antenna and MQTT broker - [zigbee2mqtt](https://www.zigbee2mqtt.io/)
- **Node-RED** creating automation visually - [node-red](https://nodered.org/)
- **Home Assistant** better UI for smartHome. A lot of plugins and integrations - [homeassistant](https://www.home-assistant.io/)
- **MariaDB** saving stats, logs from Home Assistant - [mariadb](https://mariadb.org/)