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
40 stars 11 forks source link

Homebridge on Synology #60

Closed tobias11-at closed 4 months ago

tobias11-at commented 4 months ago

Hello Jeroen,

I am using Homebridge on a Synology and the problem is, that the Syn IP does not work as callbackServerExternalAddress. Do you have a hint, what else I could try?

Tobias

JeroenVdb commented 4 months ago

No networking or Synology expert here but the callbackServerExternalAddress is most of the time just localhost, 127.0.0.1 or 0.0.0.0.

tobias11-at commented 4 months ago

I will try - thanks for your support.

tobias11-at commented 4 months ago

Hello Jeroen, in basic it is working, but when trying to activate the account it always tells me that there went something wrong. I mean the CDC site from Diakin when opening the authorization flow.

JeroenVdb commented 4 months ago

@tobias11-at when you get directed to an error page the error message is in a query parameter in the url. Can you copy/paste the url you end up on here?

ScraggyMcRaggy commented 4 months ago

@tobias11-at I was also running into this problem but fixed it by changing callbackServerExternalAddress to 0.0.0.0

lukyer commented 4 months ago

Example of working config for Synology Homebridge:

image image

Of course replace the ip address with yours :)

tobias11-at commented 4 months ago

Thank you all. Now its working - cool.

JeroenVdb commented 4 months ago

Great @tobias11-at, thanks for helping @lukyer