All Projects → madchicken → homebridge-zigbee-nt

madchicken / homebridge-zigbee-nt

Licence: Apache-2.0 license
A standalone ZigBee plugin that works with CC2531 USB dongle or Deconz

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to homebridge-zigbee-nt

openlumi.github.io
OpenWrt for Xiaomi Zigbee gateway with imx6 SoC DGNWG05LM, ZHWG11LM
Stars: ✭ 134 (+152.83%)
Mutual labels:  zigbee, xiaomi-smart-home
cc-znp
The interface for a host to communicate with TI CC253X Zigbee Network Processor(ZNP) over a serial port.
Stars: ✭ 56 (+5.66%)
Mutual labels:  zigbee, cc2531
wlan-extcap
Wireshark extcap interface for remote wireless captures.
Stars: ✭ 31 (-41.51%)
Mutual labels:  zigbee, cc2531
awesome-zigbee
Curated List of ZigBee related stuff
Stars: ✭ 45 (-15.09%)
Mutual labels:  zigbee, cc2531
zigbee
Database of Zigbee devices compatible with third party gateways: ZHA, deCONZ, Zigbee2MQTT, Tasmota, ZiGate, ioBroker,
Stars: ✭ 117 (+120.75%)
Mutual labels:  zigbee, cc2531
homebridge-zigbee
ZigBee Platform plugin for HomeBridge
Stars: ✭ 101 (+90.57%)
Mutual labels:  homebridge, zigbee
homebridge-z2m
Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.
Stars: ✭ 197 (+271.7%)
Mutual labels:  homebridge, zigbee
zigpy-znp
TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA
Stars: ✭ 109 (+105.66%)
Mutual labels:  zigbee, cc2531
IoT-Developer-Boot-Camp
Quickly get started with Silicon Labs IoT product.
Stars: ✭ 104 (+96.23%)
Mutual labels:  zigbee
hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+203.77%)
Mutual labels:  philips-hue
NETMF-Toolkit
The .NET Micro Framework Toolkit (using Microsoft .NET Micro Framework)
Stars: ✭ 13 (-75.47%)
Mutual labels:  zigbee
HueLightDJ
Hue Light DJ using Hue Entertainment API
Stars: ✭ 54 (+1.89%)
Mutual labels:  philips-hue
openHAB-utils
Utilities for use with openHAB
Stars: ✭ 14 (-73.58%)
Mutual labels:  zigbee
homebridge-nello
Homebridge plugin for the smart intercom nello.io.
Stars: ✭ 26 (-50.94%)
Mutual labels:  homebridge
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+175.47%)
Mutual labels:  zigbee
homebridge-yeelight-platform
Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
Stars: ✭ 53 (+0%)
Mutual labels:  homebridge
homebridge-tahoma
Homebridge plugin for TaHoma, Connexoon, Cozytouch, Energeasy Connect.
Stars: ✭ 100 (+88.68%)
Mutual labels:  homebridge
homebridge-node-alarm-dot-com
Alarm.com plugin for Homebridge using Node.js
Stars: ✭ 52 (-1.89%)
Mutual labels:  homebridge
awesome-homebridge
Popular list of Homebridge Plugins
Stars: ✭ 106 (+100%)
Mutual labels:  homebridge
homebridge-freeathome
Platform Plugin to manage free@home accessories via HomeBridge
Stars: ✭ 50 (-5.66%)
Mutual labels:  homebridge

Logo

homebridge-zigbee-nt

ZigBee Platform plugin for HomeBridge

verified-by-homebridge madchicken

Description

This Homebridge plugin exposes ZigBee devices connected to TI's CC253X wireless SoC to Apple's HomeKit. It uses zigbee-herdsman and zigbee-herdsman-converters under the hood, so technically all supported devices mapped in zigbee-herdsman-converters should be supported. To enable a new device you must implement a new HomeKit Device class and regirster it.

This project has been heavily inspired by homebridge-zigbee plugin by Anton Petrov.

Supported devices

See wiki page

Build from sources

To build and run the plugin from sources, you need to install yarn first.

Clone the repo:

git clone [email protected]:madchicken/homebridge-zigbee-nt.git

Once you get it, run yarn command:

cd homebridge-zigbee-nt
yarn && yarn build

You should end up with a new dist/ folder containing the compiled version of the plugin.

WEB UI

From version 1.0.8 you can see which device is paired through the WEB UI exposed on port 9000. To change the default port, set httpPort: YOUR_PORT_NUMBER in the configuration. To completely disable http UI, set disableHttpServer: true in the configuration.

License

Licensed under Apache 2.0

Contribute

Any PR is welcome to this project, so please, fork and open one if you can!

If otherwise, you simply enjoyed using this plugin, and you want to contribute in some way, you can always donate something!

Donate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].