aarons22 / homebridge-bond

Homebridge plugin for Bond
MIT License
63 stars 31 forks source link

Fans not showing up in Home App #227

Closed mrchops1024 closed 1 year ago

mrchops1024 commented 1 year ago

I just setup HomeBridge via Docker on my NAS. I've added some other plugins and devices successfully show up on my Home App. I installed this plugin hoping to include my 2 fans (which I control via the Bond app) in the Home App. I went through the process of configuring the plugin for both my fans in the HomeBridge UX:

{
    "bridge": {<bridge details>},
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        ... other plugins
        {
            "bonds": [
                {
                    "ip_address": "192.168.1.225",
                    "token": "<token>"
                },
                {
                    "ip_address": "192.168.1.226",
                    "token": "<token>"
                }
            ],
            "include_dimmer": false,
            "include_toggle_state": true,
            "fan_speed_values": true,
            "platform": "Bond"
        }
    ]
}

I see the accessories created in HomeBridge, and they work just fine. I just don't know how to make them show up in the Home App.

mrchops1024 commented 1 year ago

Well I don't know what did it, but eventually they showed up.