gormanb / homebridge-connector-hub

A HomeBridge plugin to expose Connector Motor Hub blinds, shades, curtains and similar devices to Homekit
Apache License 2.0
12 stars 4 forks source link

Not all blinds discovered on start #16

Closed Leshub closed 1 year ago

Leshub commented 1 year ago

Describe Your Problem: First of all, thank you for the plugin. In a few words: Context

Show the Homebridge logs here, remove any sensitive information.

homebridge.log(2).txt

Plugin Config: { "hubIps": [], "connectorKey": "fbb3ed3b-caaa-4e", "enableDebugLog": false, "platform": "ConnectorHub", "_bridge": { "username": "0E:61:E3:A6:6B:DA", "port": 54594 } }

Show your Homebridge config.json here, remove any sensitive information.

{ "bridge": { "name": "Homebridge D733", "username": "0E:29:37:C3:94:A7", "port": 51361, "pin": "645-14-202", "advertiser": "bonjour-hap" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "auth": "form", "theme": "dark-mode", "tempUnits": "c", "lang": "auto", "platform": "config" }, { "hubIps": [], "connectorKey": "fbb3ed3b-caaa-4e", "enableDebugLog": false, "platform": "ConnectorHub", "_bridge": { "username": "0E:61:E3:A6:6B:DA", "port": 54594 } } ], "disabledPlugins": [ "homebridge-camera-ui" ] } Screenshots:

Environment:

gormanb commented 1 year ago

Hi @Leshub, thanks for raising this issue! Please try the following, in this order:

Leshub commented 1 year ago

Hi @Leshub, thanks for raising this issue! Please try the following, in this order:

* Try entering an explicit IP for your hub in the config, and see whether that results in the blinds being discovered on startup. At present it looks like you have not provided an IP, so the blinds are being auto-discovered via multicast.

I have entered the hub IP in the config should there be a need to re-discover (e.g. current configuration lost)

* Version 1.1.0 introduced a new discovery mechanism. If the above doesn't help, please try installing v1.0.9 of the plugin and let me know whether that allows the blinds to be discovered more effectively.

I keep it in mind but will not fiddle with the currently working configuration at the moment. Thank you for the quick reply.