homebridge-harmonyhub-plugin
June 29, 2021 ยท View on GitHub
Features
- Makes all your
HarmonyHubactivities available inHomeKit - Solves the issue with the
HarmonyHubconnection dying after a while due toMAX_CLIENTS=6 - Supports the
HarmonyHubfirmware 250 update - Currently relies on
WebSocketsand notXMPP
Install
npm install -g homebridge-harmonyhub-plugin
Configuration
Add this to your Homebridge config.json file:
"platforms": [
{
"platform": "HarmonyHub",
"name": "homebridge-harmonyhub-plugin",
// Optional
"config": {
// Pass options to the HarmonyHub explorer function
"explorer": {
"options": {
"address": "255.255.255.255"
// ...
}
}
}
}
]