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

Homebridge wont start after 2.2 beta release #65

Closed viliamcarnoky closed 2 months ago

viliamcarnoky commented 2 months ago

Ive upgraded this plugin to the 2.2 version but the homebridge wont start. Im sending you log files. Please fix it ASAP homebridge.log.txt

JeroenVdb commented 2 months ago

Update to homebridge-daikin-cloud@2.2.0 and see if the problem still exists.

viliamcarnoky commented 2 months ago

Now it works but i dont know how to set up the new API. Im running on Raspberry Pi on 192.168.50.190:8581 and homebridge is running on 51078. I also have pihole on port 80. Can you help me?

JeroenVdb commented 2 months ago

Try this

{
    "clientId": "FILL_IN",
    "clientSecret": "FILL_IN",
    "callbackServerExternalAddress": "192.168.50.190",
    "callbackServerPort": "8582",
    "oidcCallbackServerBindAddr": "127.0.0.1",
    "showExtraFeatures": false,
    "excludedDevicesByDeviceId": [],
    "platform": "DaikinCloud"
}

Redirect URI is https://192.168.50.190:8582

viliamcarnoky commented 2 months ago

still doesn't work im sending you a log. homebridge.log-2.txt

viliamcarnoky commented 2 months ago

Now it works ive changed callback server to 0.0.0.0 and it fixed it

Jispry commented 2 months ago

had the same issue, and setting the oidcCallbackServerBindAddr to 0.0.0.0 solved it