derjayjay / homebridge-keylights

Yet another Homebridge plugin for Elgato Key Light and Key Light Air. https://homebridge.io
MIT License
45 stars 4 forks source link

"Could not register accessory" homebridge in docker #206

Open JLLeitschuh opened 2 years ago

JLLeitschuh commented 2 years ago

I'm wondering if this is because I'm running it in docker on my Synology NAS, but I was able to fix this issue by checking the useIP button. I'm wondering if .local addresses can't resolve correctly when requested from within docker. Regardless, it's working now.

Thank you so much for this simple solution! Much appreciated!

derjayjay commented 2 years ago

Thanks for the feedback, will update the Readme with your information

ozbastion commented 2 years ago

I'm also running Docker/Synology and found that it initially didn't work - fixed by changing "useIP" to "true" in the config file. Thanks.

JLLeitschuh commented 2 years ago

½ the reason I created this issue was because I knew someone else would run into this issue just like I did, use google, and probably find this issue. I'm glad it helped you out too! 😄

ulte commented 2 years ago

@JLLeitschuh thanks for creating the issue - choosing IP addr solved it for me as well