Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
Go to file
2018-05-26 11:00:56 +02:00
.travis Prepare for merge to master. 2018-05-11 19:36:43 +02:00
data Dont add advanced configuration by default. 2018-05-24 20:19:04 +02:00
docker Update configure data path code 2018-05-12 10:58:06 +02:00
firmware Use @oskarn97 CC2531 firmware which support upto 48 devices. #26 2018-05-08 20:51:01 +02:00
lib Add homeassistant configuration for AA70155 and AA69697 2018-05-26 11:00:56 +02:00
support Use zigbee-shepherd-converters. #45 2018-05-24 13:09:58 +02:00
.dockerignore Docker ignore more files. #22 2018-05-07 17:46:58 +02:00
.eslintignore Enforce code style. #45 2018-05-17 17:20:46 +02:00
.eslintrc.json Enforce code style. #45 2018-05-17 17:20:46 +02:00
.gitignore Also log to file. #16 2018-05-04 23:01:02 +02:00
.travis.yml Enforce code style. #45 2018-05-17 17:20:46 +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 Enforce code style. #45 2018-05-17 17:20:46 +02:00
LICENSE Initial commit 2017-09-27 16:38:22 +03:00
npm-shrinkwrap.json Update zigbee-shepherd-converters to 0.1.2. 2018-05-26 10:58:38 +02:00
package.json Use js-yaml as yaml parser instead of yawn-yaml. #64 2018-05-25 16:42:29 +02:00
README.md Added credits and corrected comment to reflect code 2018-05-10 11:34:56 +03: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