Hello,
I have setup the Docker container and have tried several networking methods which all do not work. My goal is to connect diyHue to my Philips TV and make Ambilight work with my other Zigbee bulbs.
- Since I’m running it on my homelab server, the ports 80, 443 are already being used so I reverse proxied it (with the correct certificate) and the networking mode was set to bridge, environment variable for IP and MAC were set too. The iOS App could find it when IP was sent manually, my TV could too. When it was time to pair and I clicked the link button on the web ui, I was stuck at the pairing process.
- I assumed that something with the reverse proxy was broken and set up the container with ipvlan, so I assume that it got full network and port capabilities. I was stuck at the same step sadly.
Can anyone help?