nicoduj / homebridge-harmony

Harmony websocket plugin for homebridge
The Unlicense
214 stars 23 forks source link

[BUG] INFO - stopping hub discovery, hubs found : undefined #404

Closed mensa84 closed 1 year ago

mensa84 commented 2 years ago

Hello,

I get that errors in my Homebridge log from time to time and then I can't control my Harmonies via HomeKit:

[5/17/2022, 4:59:16 PM] [Wohnzimmer Fernseher] INFO - stopping hub discovery, hubs found : undefined
[5/17/2022, 4:59:16 PM] [Wohnzimmer Fernseher] (Wohnzimmer Fernseher)INFO - received discovered hubs  undefined
[5/17/2022, 4:59:16 PM] [Wohnzimmer Fernseher] (Wohnzimmer Fernseher)ERROR - no hub found 
[5/17/2022, 4:59:16 PM] [Wohnzimmer Fernseher] (Schlafzimmer Fernseher)INFO - received discovered hubs  undefined
[5/17/2022, 4:59:16 PM] [Wohnzimmer Fernseher] (Schlafzimmer Fernseher)ERROR - no hub found

My config is:

{
    "platform": "HarmonyHubWebSocket",
    "name": "Wohnzimmer Fernseher",
    "hubName": "Harmony Wohnzimmer",
    "mainActivity": "Apple TV",
    "switchAccessories": true,
    "otherPlatforms": [
        {
            "name": "Schlafzimmer Fernseher",
            "hubName": "Harmony Schlafzimmer",
            "mainActivity": "Apple TV",
            "switchAccessories": true
        }
    ]
}

What is the problem here please?

nicoduj commented 2 years ago

I would suggest going to fixed IP, url discovery is not always reliable

mensa84 commented 2 years ago

Thx, in the meantime I switched to Siri Remote 2 completely and very happy without that Harmony shit.