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

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.

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