I am unable to log in to the Aqara Home iOS app over my home internet connection. The app returns:
Network error. Please try again. (Network–1001)
The same app on the same phone works normally over cellular data. This is not an app, account, or device issue — I have isolated it to network reachability of your German region servers, and I can reproduce it consistently.
Summary
Your German region endpoints resolve correctly but do not accept TCP connections from my Starlink internet connection. The identical request from a different German network (a hosted server) succeeds. This points to a reachability problem between Starlink egress prefixes and the Tencent Cloud infrastructure hosting your -ger endpoints.
Affected endpoints
| Hostname | Resolves to | Notes |
|---|---|---|
| rpc- ger.aqara.com | 162.62.2 |
15.19|Tencent Cloud|
|aiot-rpc-ger.aqara.com|120.53.7
1.194|via CNAME c5e994ed8a59f556- cl2.qcloudzygj.com,Tencent Cloud|
Evidence
- DNS resolution is correct and consistent.
Three independent resolvers all return the same address, so this is not a DNS or GeoDNS problem:
drill @127.0.0.1 rpc-ger.aqara.com → 162.62.215.19 (local recursive resolver, Unbound) drill @1.1.1.1 rpc-ger.aqara.com → 162.62.215.19 (Cloudflare) drill @8.8.8.8 rpc-ger.aqara.com → 162.62.215.19 (Google) 2. TCP 443 times out from my Starlink connection.
curl -sv -o /dev/null --max-time 8 https://rpc-ger.aqara.com * Connection timed out after 8051 milliseconds
- TCP 443 succeeds from a different German network.
Same command, same destination IP, run from a hosted server in Germany (IONOS, 87.106.235.103):
curl -sv -o /dev/null --max-time 8 https://rpc-ger.aqara.com * Connected to rpc-ger.aqara.com (162.62.215.19) port 443 The server is therefore up and reachable — but not from my connection.
- Traceroute from the Starlink connection.
Packets leave my network and traverse DE-CIX Frankfurt, then stop responding after entering the Tencent network:
traceroute to rpc-ger.aqara.com (162.62.215.19), 15 hops max 1 100.64.0.1 (Starlink CGNAT) 4 206.224.65.186 5 80.81.195.120 (DE-CIX Frankfurt) 9 11.18.189.171 (Tencent) 10-15 * * * (Note: the traceroute alone is not conclusive, as ICMP is commonly filtered. The decisive evidence is items 2 and 3 — the TCP result differs between two networks for the same destination IP.)
What I have ruled out
• DNS / GeoDNS — three resolvers return identical addresses (item 1)
• My firewall — packets egress normally; no block entries in the firewall log
• My router / Wi-Fi — reproduced on two separate SSIDs and confirmed at the router itself, not just on the phone
• The client device — the same iPhone works over cellular; general web browsing over Wi-Fi works normally
• Server availability — the endpoint accepts connections from another German network (item 3)
Is there another Starlink user who can try running curl -sv --max-time 8 https://rpc-ger.aqara.com to see if I’m the only one affected?