Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
Go to file
2018-05-09 22:15:59 +02:00
.travis Use alpine as base image. #22 2018-05-09 22:15:59 +02:00
data Simplify YAML configuration. 2018-04-25 19:29:03 +02:00
docker Use alpine as base image. #22 2018-05-09 22:15:59 +02:00
firmware Use @oskarn97 CC2531 firmware which support upto 48 devices. #26 2018-05-08 20:51:01 +02:00
lib Add ssIasZone parser for SJCGQ11LM to directly detect water_leak. #17 2018-05-08 20:47:33 +02:00
support Link to How to support new devices. 2018-05-01 18:51:38 +02:00
.dockerignore Docker ignore more files. #22 2018-05-07 17:46:58 +02:00
.eslintrc.json Add eslint & fixes. #8 2018-04-18 19:10:33 +02:00
.gitignore Also log to file. #16 2018-05-04 23:01:02 +02:00
.travis.yml Use nodejs 8 (LTS) because nodejs 10 is not supported. 2018-05-07 17:35:26 +02:00
architecture.png Add architecture 2018-04-23 17:55:44 +02:00
header.png Update header. #8 2018-04-21 00:10:20 +02:00
index.js Refactor and rename. #8 2018-04-18 18:26:13 +02:00
LICENSE Initial commit 2017-09-27 16:38:22 +03:00
npm-shrinkwrap.json Use @kirovilya zigbee-shepherd fork. #17 2018-05-08 20:46:52 +02:00
package.json Use @kirovilya zigbee-shepherd fork. #17 2018-05-08 20:46:52 +02:00
README.md Update README.md 2018-05-01 19:18:34 +02:00

Travis

zigbee2mqtt 🌉 🐝

Thumbs up or down?

Allows you to use your Zigbee devices without the vendors (Xiaomi/TRADFRI/Hue) bridge/gateway.

It bridges events and allows you to control your Zigbee devices via MQTT. In this way you can integrate your Zigbee devices with whatever smart home infrastructure you are using. Integrates especially well with Home Assistant.

Architecture

See Supported devices to check wether your device is supported. If it's not listed there support can be added (fairly) easy, see How to support new devices.

The wiki provides you all the information needed to get up and running!

Contributors