Hi,
I am running HA from a container on a small Debian based server. I run there also the deconz container. For this container I changed the standard ports (I have other containers running and would mess up the ports). But now I am not able to integrate the deconz into my HA again. If you add the integration it tells me to open the gateway, I do that, but after a while it tells me that it couldn’t find the API key. I guess it is related to the changed ports. How can I tell HA to use different ports? Just by adding this to configuration.yaml:
deconz:
host: 192.198.x.xxx
port: 1234
Will this work?