- Makes all your
HarmonyHub
activities available inHomeKit
- Solves the issue with the
HarmonyHub
connection dying after a while due toMAX_CLIENTS=6
- Supports the
HarmonyHub
firmware 250 update - Currently relies on
WebSockets
and notXMPP
npm install -g homebridge-harmonyhub-plugin
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"
// ...
}
}
}
}
]