maxbec / hassio-diyHue

Fully configurable diyHue add-on for home-assistant.
30 stars 17 forks source link

Gateway in Config File wrong? #3

Closed almostserious closed 3 years ago

almostserious commented 3 years ago

Please excuse my ignorance..

im currently trying to get the diyhue addon recognized by the HUE App but am failing miserably. I assume this is some VLAN reason...

Anyway, while going through the config file, i realized that the gateway that is set is: 172.30.33.1 Shouldn't this actually be: 172.30.32.1

At least that is also what portainer and the debug log shows as being queried by the addon. Please feel free to close this if this is completely wrong.

maxbec commented 3 years ago

Hey @almostserious,

i didn't hat any problems with the IP. It should setup itself properly. Just check the hassio Port settings. It must be port 80 and 443.

Supervisor_-_Home_Assistant

almostserious commented 3 years ago

Yes indeed, it was setup automatically at 448 and 88 because i already have the NGINX Proxy Manager running on 80 and 443. For testing i just disabled nginx and my HueApp was immediately able to find it. Doesnt seem possible for both addons to coexist as they both require the same ports and its not possible to change them. Any idea?

EDIT So turns out, i was wrong. I can actually change the port of NGINX Proxy Manager. So I will be able to run DIYHUE on 80 and 443. I will close this issue. Thanks!