Hello. I'm running Home-Assistant (2024.10.0 at the moment) as a docker container within Kubernetes. So the IP address of the container isn't within my local network CIDR.
I tried to run the discovery script within a VM on my local PC so, again, not in the same CIDR of my home network, where the gree device is (and configured correctly, as I can reach out from my iPhone app).
I realized that the gree.py script seem to be listening only from its local interfaces CIDR. Debug's telling me:
DEBUG - Listening for devices on 172.28.47.255
DEBUG - Listening for devices on 172.17.255.255
Is this possible that the discovery cannot work in this network model, and that I would be able to set things manually (if that at all possible) ?
Hello. I'm running Home-Assistant (2024.10.0 at the moment) as a docker container within Kubernetes. So the IP address of the container isn't within my local network CIDR.
I tried to run the discovery script within a VM on my local PC so, again, not in the same CIDR of my home network, where the gree device is (and configured correctly, as I can reach out from my iPhone app).
I realized that the gree.py script seem to be listening only from its local interfaces CIDR. Debug's telling me:
Is this possible that the discovery cannot work in this network model, and that I would be able to set things manually (if that at all possible) ?
Thanks !