JeroenVdb / homebridge-daikin-cloud

This Homebrige plugin connects to the Daikin Cloud and loads all your devices to be controled via Homebridge and Homekit.
https://www.npmjs.com/package/homebridge-daikin-cloud
Apache License 2.0
38 stars 11 forks source link

The selected advertiser, "resolved", isn't available on this platform #75

Open suain opened 1 month ago

suain commented 1 month ago

Hi there,

with the new API I run into trouble and I cannot control it anymore. I created the app in the developer portal as described and get that only:


7/30/2024, 11:55:48 AM] [homebridge-daikin-cloud] 
                    Please navigate to https://192.168.178.100:8580 to start the authorisation flow. If it is the first time you open this url you will need to accept a security warning.

                    Important: Make sure your Daikin app Redirect URI is set to https://192.168.178.100:8580 in the Daikin Developer Portal.

[homebridge-daikin-cloud CC25] The selected advertiser, "resolved", isn't available on this platform. Reverting to "bonjour-hap"
[7/30/2024, 11:55:49 AM] Homebridge v1.8.4 (HAP v0.12.2) (homebridge-daikin-cloud) is running on port 32711.

and after some time: Failed to get cloud devices from Daikin Cloud: Authorization time out

Any ideas? Would greatly appreciate any help!

JeroenVdb commented 1 month ago

You need to visit the navigate to url to start the authorisation process.

[homebridge-daikin-cloud CC25] The selected advertiser, "resolved", isn't available on this platform. Reverting to "bonjour-hap"

Is unrelated to the plugin, it's a problem with Homebridge mDNS options: https://github.com/homebridge/homebridge/wiki/mDNS-Options

suain commented 1 month ago

Thank you!

I changed the mDNS to every option and nothing helps. Do I miss something?

 "bridge": {
        "name": "Homebridge 7E83",
        "username": "XYZ",
        "port": 51487,
        "pin": "000-00-000",
        "advertiser": "avahi",
        "bind": [
            "eth0",
            "wlan0"
        ]
    },

Do I have to buy a separate DNS?

Many thanks,

JeroenVdb commented 1 month ago

More information about mDNS options you can find here: https://github.com/homebridge/homebridge/wiki/mDNS-Options If you have extra problems with it you can best open a Homebridge issue for it.

If you have a problem with this plugin please enable debug logging in the Homebridge config and post a clear description of the problem you have.