Skip to content

itavero/homebridge-z2m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c74f38f Β· Mar 1, 2025
Jan 5, 2025
Jan 5, 2025
Feb 7, 2025
Feb 7, 2025
Feb 2, 2025
Oct 1, 2022
Jan 25, 2025
Sep 30, 2022
Oct 1, 2022
Jan 4, 2025
Jan 25, 2025
Feb 3, 2021
Feb 3, 2021
Jun 27, 2020
Feb 8, 2021
Jan 9, 2023
Jan 4, 2025
Jan 5, 2025
Jan 5, 2025
Jun 27, 2020
Mar 1, 2025
Mar 1, 2025
May 14, 2021
Jan 28, 2021

Repository files navigation

Homebridge x Zigbee2MQTT

homebridge-z2m

verified-by-homebridge NPM Latest version NPM Next/future version NPM Downloads GitHub Checks status

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

This Homebridge plugin 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.

Need help?

Homebridge Discord

If you have a question or run into a problem, please ask a question in the #z2m channel on the Homebridge Discord. I also try to check the homebridge subreddit for Zigbee and Zigbee2MQTT every now and then (but you'll probably get a faster answer on Discord).

Contribute

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