24hours later and nmap now reports the port has open.
I can see some progress in HASS on startup, however it’s mostly errors now…
I’m running HASS on a 2016 Server (python 3.6). Two nics. Have configured the xiaomi component to use the NIC that is connected to the network that the gateway is on.
Thoughts?
2017-08-31 20:23:23 ERROR (MainThread) [homeassistant.setup] Error during setup of component xiaomi
Traceback (most recent call last):
_ File “c:\program files\python36\lib\site-packages\homeassistant\setup.py”, line 194, in async_setup_component
_ component.setup, hass, processed_config)_
_ File “c:\program files\python36\lib\asyncio\futures.py”, line 331, in iter_
_ yield self # This tells Task to wait for completion._
_ File “c:\program files\python36\lib\asyncio\tasks.py”, line 244, in wakeup
_ future.result()_
_ File “c:\program files\python36\lib\asyncio\futures.py”, line 244, in result_
_ raise self.exception
_ File “c:\program files\python36\lib\concurrent\futures\thread.py”, line 55, in run_
_ result = self.fn(*self.args, **self.kwargs)_
_ File “c:\program files\python36\lib\site-packages\homeassistant\components\xiaomi.py”, line 78, in setup_
_ hass.data[PY_XIAOMI_GATEWAY].listen()_
_ File “C:\Users\Administrator\AppData\Roaming.homeassistant\deps\Python36\site-packages\PyXiaomiGateway_init_.py”, line 107, in listen_
_ self._mcastsocket = self.create_mcast_socket()
_ File “C:\Users\Administrator\AppData\Roaming.homeassistant\deps\Python36\site-packages\PyXiaomiGateway_init_.py”, line 97, in create_mcast_socket
_ sock.bind((self.MULTICAST_ADDRESS, self.MULTICAST_PORT))_
OSError: [WinError 10049] The requested address is not valid in its context