augustskare / homebridge-z2m

Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.

Home Page:https://z2m.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebridge x Zigbee2MQTT

homebridge-z2m

NPM Latest version NPM Next/future version NPM Downloads GitHub Checks status CodeFactor SonarCloud Quality Gate Status

Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge (via an MQTT message broker).

It can be installed using npm install homebridge-z2m or via the Homebridge Config UI X plugin.

The bare minimum configuration for this plugin only has to contain the MQTT server information:

{
   "platform": "zigbee2mqtt",
   "mqtt": {
      "base_topic": "zigbee2mqtt",
      "server": "mqtt://localhost:1883"
   }
}

After adding this to your configuration and restarting Homebridge, it should automatically retrieve all the required information about the devices from Zigbee2MQTT (via the configured MQTT server).

For more information on installing, configuring and using the plugin, please check the documentation on the plugin website.

Contribute

This project is open to contributions. Please read the CONTRIBUTING.md file for more information.

About

Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.

https://z2m.dev

License:Apache License 2.0


Languages

Language:TypeScript 99.6%Language:Shell 0.3%Language:JavaScript 0.1%