nicoduj / homebridge-harmony

Harmony websocket plugin for homebridge
The Unlicense
211 stars 22 forks source link

Homebridge not showing accessories from additional Hub #440

Open TheJewce72 opened 1 month ago

TheJewce72 commented 1 month ago

I added a second hub per the instructions, but nothing new shows up in Accessories. Here is the JSON:

{ "name": "Master Bedroom", "hubIP": "192.168.1.31", "hubName": "Master Bedroom", "DELAY_BEFORE_RETRY_AFTER_NETWORK_LOSS": 60000, "HUB_CONNECT_TIMEOUT": 10000, "HUB_SEND_TIMEOUT": 30000, "TVAccessory": true, "sortInput": 0, "otherPlatforms": [ { "name": "Family Room", "hubIP": "192.168.1.47", "hubName": "Family Room", "TVAccessory": false, "sortInput": 0 } ], "platform": "HarmonyHubWebSocket" }