Hello,
I’m new to home assistant. I’ve installed it on a Windows 7 PC using the manual provided on the home assistant website. I can’t manage to discover my Xiaomi Aqara Gateway.
I added this to my configuration file:
xiaomi_aqara:
gateways:
- mac: ‘placeholder_macaddress’
host: ‘192.168.0.247’
key: ‘placeholder_key’
I get the following errors:
2017-12-30 19:09:51 ERROR (SyncWorker_9) [PyXiaomiGateway] Could not resolve 192.168.0.247: [WinError 10054] An existing connection was forcibly closed by the remote host
2017-12-30 19:09:56 ERROR (SyncWorker_9) [PyXiaomiGateway] Could not resolve 192.168.0.247: [WinError 10054] An existing connection was forcibly closed by the remote host
2017-12-30 19:10:01 WARNING (MainThread) [homeassistant.setup] Setup of xiaomi_aqara is taking over 10 seconds.
2017-12-30 19:10:01 ERROR (SyncWorker_9) [PyXiaomiGateway] Could not resolve 192.168.0.247: [WinError 10054] An existing connection was forcibly closed by the remote host
2017-12-30 19:10:06 ERROR (SyncWorker_9) [homeassistant.components.xiaomi_aqara] No gateway discovered
2017-12-30 19:10:06 ERROR (MainThread) [homeassistant.setup] Setup failed for xiaomi_aqara: Component failed to initialize.
I tried multiple things: adding or removing mac, host variables, asking the Mi Home app for a new key, etc, but I can’t get it to work.
Any advice would be greatly appreciated!