mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
567bdca276
* fixed json * added mqtt commands * added endpoints * support battery status * added firmware for CC2531 USB Stick with maximum number of possible devices (48) * support aqara magnet * added support for wall switch * update regex * Update README.md * added automatic chip selection * fix reconnect * Update README.md * added missing dependency * fix magnets * fix topic * support for aqara button * yaml based configuration * restore project defaults * save bridgeID * default values Don’t change the configured bridgeID (backward compatible with bridgeID = “bridge”) * personal configuration * added EDP RE:DY * don't mess remote * don't mess remote * don't mess remote * fix * clean * lint * generic * lint * Update devices.js * Update zigbee2mqtt.js * lint * Refactor configure reports. * Fix lint. |
||
---|---|---|
.travis | ||
data | ||
docker | ||
firmware | ||
lib | ||
support | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.travis.yml | ||
architecture.png | ||
header.png | ||
index.js | ||
LICENSE | ||
npm-shrinkwrap.json | ||
package.json | ||
README.md |
zigbee2mqtt 🌉 🐝
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.
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!