@fliptoback wrote:
Hi, I have a xiaomi aqara gateway and a bunch of xiaomi devices which I wanted to use in Home Assistant.
This is my configuration yaml entries:
xiaomi_aqara: discovery_retry: 10 gateways: - key: redacted
Home Assistant’s logs:
Setup failed for xiaomi_aqara: Integration failed to initialize. 7:59:06 PM – setup.py (ERROR) No gateway discovered 7:59:06 PM – xiaomi_aqara (ERROR) Setup of xiaomi_aqara is taking over 10 seconds. 7:56:46 PM – __main__.py (WARNING)
I have tried the discovery_retry up to 30s. same no go.
I then thought I have some ports blocked.
So nmap shows this:
root@mypc:~# nmap -sU -Pn 192.168.3.100 -p 9898,4321,54321,5353 Starting Nmap 6.47 ( http://nmap.org ) at 2020-03-17 20:33 AWST Unable to find nmap-services! Resorting to /etc/services Cannot find nmap-payloads. UDP payloads are disabled. Nmap scan report for 192.168.3.100 Host is up (0.0028s latency). PORT STATE SERVICE 4321/udp open|filtered unknown 5353/udp open|filtered mdns 9898/udp open unknown 54321/udp open|filtered unknown
So it seems all the important ports are opened but I am still having issues.
I must be missing something? I have searched everywhere but i could not find a working solution.
Help much appreciated.
Thanks
Posts: 1
Participants: 1