Xiaomi Gateway and Hass.io

I tried my own gateway at their place and im still having the same issue…

Home assistant is telling me the following errors:

  • Setup of xiaomi_aqara is taking over 10 seconds.
  • No gateway discovered
  • Setup failed for xiaomi_aqara: Component failed to initialize.

Like @hoedha suggested i tried to nmap both and this are the outputs:

Response from parents gateway:

$ sudo nmap -sU 192.168.178.18 -p 9898,4321
Starting Nmap 7.70 ( https://nmap.org ) at 2018-09-26 10:33 CEST
Nmap scan report for 192.168.178.18
Host is up (0.051s latency).

PORT     STATE         SERVICE
4321/udp open|filtered rwhois
9898/udp open          monkeycom
MAC Address: 34:CE:00:90:92:EE (Xiaomi Electronics,co.)

Nmap done: 1 IP address (1 host up) scanned in 1.75 seconds

Response from working (at my own place) gateway:

$ nmap -sU 192.168.178.32 -p 9898,4321
Starting Nmap 7.70 ( https://nmap.org ) at 2018-09-26 11:39 CEST
Nmap scan report for 192.168.178.32
Host is up (0.066s latency).

PORT     STATE         SERVICE
4321/udp open|filtered rwhois
9898/udp open          monkeycom
MAC Address: 34:CE:00:85:3D:AA (Xiaomi Electronics,co.)

Nmap done: 1 IP address (1 host up) scanned in 1.90 seconds

I have the feeling that its a network issue, i just tried adding their LG TV home assistant is also not able to discover the tv. So or its the network or its hassio on the pi that for some reason cannot access other devices? Its connected with the Philips Hue though that works fine…

… What would be next?