Ging mir genauso. Nach zahlreichen Anpassungen (Koordinatoren, Standorte, Kanäle, USB-Extensions …) habe ich die Ursache und eine Lösung gefunden. Meine Erkenntnisse habe ich in einem Blogbeitrag detailliert beschrieben. Hier ein kleiner Auszug – ich möchte nicht alle Details vorwegnehmen:
Es wurde deutlich, dass die Stabilität, die ich anfangs geschätzt hatte, im wachsenden Netzwerk nicht mehr gegeben war. […] Zunächst waren es sporadische Ausfälle, bei denen Geräte vorübergehend nicht reagierten oder die Verbindung verloren.
“Alles”, was ich geschrieben habe, waren quasi meine Erfahrungen reduziert auf zwei Sätze, in denen ich versucht habe, es so differenziert wie möglich darzustellen. D.h. von alles kann keine Rede sein.
Was ich mit 100% Bestimmtheit sagen kann: Mir ist noch kein Tuya-Gerät untergekommen, das Route-Requests unterstützt. Diese Funktion ist jedoch zwingend erforderlich, wenn der Koordinator per Table-Routing die Route zu einem Gerät bestimmen muss (siehe Silabs Zigbee Fundamentals).
Bei einem Netzwerk mit 18 Geräten reicht meist die Routing-Table des Koordinators aus, um für alle adressierbaren Geräte eine Route zu speichern. Diese Tabelle kann – je nach Koordinator und Konfiguration – bis zu 32 Einträge umfassen. Wenn es mehr Geräte werden, werden nur die zuletzt gesehenen Geräte (basierend auf Link-Status-Nachrichten) in dieser Tabelle gespeichert. Ist eine Route nicht vorhanden, wird sie ad-hoc mittels Route-Request ermittelt. Da Tuya-Geräte diesen Prozess nicht unterstützen, kann der Koordinator die Nachricht nicht zustellen und verwirft sie nach drei fehlgeschlagenen Versuchen.
Das beschriebene Routing per Routing-Table wird bei ZHA standardmäßig angewandt, kann aber per Konfiguration auf Source-Routing umgestellt werden. Im Gegensatz dazu nutzt Zigbee2MQTT (Z2M) je nach Koordinator entweder das eine oder das andere als Standard. Beim Source-Routing merkt sich der Host/Koordinator die vollständige Route (alle Geräte entlang des Pfads zum Zielgerät) und schickt diese bei jeder Nachricht mit. Der Route-Request ist dadurch nicht notwendig, und auch Tuya-Geräte verrichten ihren Dienst einwandfrei.
Wie gesagt, das ist jetzt eine Zusammenfassung, bei der ich mich so kurz wie möglich gefasst habe. Interessierte können sich die Silabs Zigbee Fundamentals oder meinen verlinkten Blogbeitrag anschauen. Um das Ganze abzuschließen, hier noch ein Ausschnitt aus meinen Home-Assistant-Logs, die das Verhalten während eines Topolige-Scans (93 Geräte) verdeutlichen. Zu beachten sind die Zeilen mit “Failed to scan routes of” die ausschliesslich bei Tuya-Geräten auftreten:
293 results - 1 file
~/Downloads/home-assistant_2025-01-09T19-33-41.329Z.log:
4363: 2025-01-09 20:10:40.955 DEBUG (MainThread) [zigpy.topology] Scanning topology (1/94) of <Device model='EZSP' manuf='Silicon Labs' nwk=0x0000 ieee=60:a4:23:ff:fe:20:0d:fd is_initialized=True>
4364: 2025-01-09 20:10:40.955 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='EZSP' manuf='Silicon Labs' nwk=0x0000 ieee=60:a4:23:ff:fe:20:0d:fd is_initialized=True>
6227: 2025-01-09 20:10:56.032 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='EZSP' manuf='Silicon Labs' nwk=0x0000 ieee=60:a4:23:ff:fe:20:0d:fd is_initialized=True>
6228: 2025-01-09 20:10:56.034 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='EZSP' manuf='Silicon Labs' nwk=0x0000 ieee=60:a4:23:ff:fe:20:0d:fd is_initialized=True>
6555: 2025-01-09 20:10:58.246 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='EZSP' manuf='Silicon Labs' nwk=0x0000 ieee=60:a4:23:ff:fe:20:0d:fd is_initialized=True>
6556: 2025-01-09 20:10:58.247 DEBUG (MainThread) [zigpy.topology] Scanning topology (2/94) of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0xB247 ieee=68:0a:e2:ff:fe:f7:31:cf is_initialized=True>
6557: 2025-01-09 20:10:58.247 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0xB247 ieee=68:0a:e2:ff:fe:f7:31:cf is_initialized=True>
6949: 2025-01-09 20:11:05.627 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0xB247 ieee=68:0a:e2:ff:fe:f7:31:cf is_initialized=True>
6950: 2025-01-09 20:11:05.628 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0xB247 ieee=68:0a:e2:ff:fe:f7:31:cf is_initialized=True>
7131: 2025-01-09 20:11:06.948 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0xB247 ieee=68:0a:e2:ff:fe:f7:31:cf is_initialized=True>
7132: 2025-01-09 20:11:06.948 DEBUG (MainThread) [zigpy.topology] Scanning topology (3/94) of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0x7DAB ieee=68:0a:e2:ff:fe:fe:70:74 is_initialized=True>
7133: 2025-01-09 20:11:06.948 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0x7DAB ieee=68:0a:e2:ff:fe:fe:70:74 is_initialized=True>
7704: 2025-01-09 20:11:15.233 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0x7DAB ieee=68:0a:e2:ff:fe:fe:70:74 is_initialized=True>
7705: 2025-01-09 20:11:15.234 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0x7DAB ieee=68:0a:e2:ff:fe:fe:70:74 is_initialized=True>
7876: 2025-01-09 20:11:16.741 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='TRADFRI bulb E14 WS 470lm' manuf='IKEA of Sweden' nwk=0x7DAB ieee=68:0a:e2:ff:fe:fe:70:74 is_initialized=True>
7877: 2025-01-09 20:11:16.741 DEBUG (MainThread) [zigpy.topology] Scanning topology (4/94) of <MotionAQ2 model='lumi.sensor_motion.aq2' manuf='LUMI' nwk=0x61F9 ieee=00:15:8d:00:05:47:60:0b is_initialized=True>
7878: 2025-01-09 20:11:16.741 DEBUG (MainThread) [zigpy.topology] Scanning topology (5/94) of <Weather2 model='lumi.weather' manuf='LUMI' nwk=0x4C6B ieee=00:15:8d:00:04:aa:da:b7 is_initialized=True>
7879: 2025-01-09 20:11:16.741 DEBUG (MainThread) [zigpy.topology] Scanning topology (6/94) of <Weather2 model='lumi.weather' manuf='LUMI' nwk=0xC014 ieee=00:15:8d:00:05:4c:58:0e is_initialized=True>
7880: 2025-01-09 20:11:16.741 DEBUG (MainThread) [zigpy.topology] Scanning topology (7/94) of <Weather2 model='lumi.weather' manuf='LUMI' nwk=0x06E0 ieee=00:15:8d:00:05:33:c2:98 is_initialized=True>
7881: 2025-01-09 20:11:16.741 DEBUG (MainThread) [zigpy.topology] Scanning topology (8/94) of <Weather2 model='lumi.weather' manuf='LUMI' nwk=0x5210 ieee=00:15:8d:00:04:a9:86:a2 is_initialized=True>
7882: 2025-01-09 20:11:16.741 DEBUG (MainThread) [zigpy.topology] Scanning topology (9/94) of <Weather2 model='lumi.weather' manuf='LUMI' nwk=0x5045 ieee=00:15:8d:00:04:7d:ee:78 is_initialized=True>
7883: 2025-01-09 20:11:16.741 DEBUG (MainThread) [zigpy.topology] Scanning topology (10/94) of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xA00C ieee=a4:c1:38:15:cb:0f:2d:fb is_initialized=True>
7884: 2025-01-09 20:11:16.741 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xA00C ieee=a4:c1:38:15:cb:0f:2d:fb is_initialized=True>
9780: 2025-01-09 20:11:34.050 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xA00C ieee=a4:c1:38:15:cb:0f:2d:fb is_initialized=True>
9781: 2025-01-09 20:11:34.051 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xA00C ieee=a4:c1:38:15:cb:0f:2d:fb is_initialized=True>
10839: 2025-01-09 20:11:51.143 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xA00C ieee=a4:c1:38:15:cb:0f:2d:fb is_initialized=True>
10867: 2025-01-09 20:11:51.145 DEBUG (MainThread) [zigpy.topology] Scanning topology (11/94) of <Device model='TH01' manuf='eWeLink' nwk=0x8225 ieee=00:12:4b:00:29:2f:4f:ac is_initialized=True>
10868: 2025-01-09 20:11:51.145 DEBUG (MainThread) [zigpy.topology] Scanning topology (12/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x902C ieee=a4:c1:38:b9:c0:dd:dc:ab is_initialized=True>
10869: 2025-01-09 20:11:51.145 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x902C ieee=a4:c1:38:b9:c0:dd:dc:ab is_initialized=True>
12593: 2025-01-09 20:12:07.030 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x902C ieee=a4:c1:38:b9:c0:dd:dc:ab is_initialized=True>
12594: 2025-01-09 20:12:07.031 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x902C ieee=a4:c1:38:b9:c0:dd:dc:ab is_initialized=True>
13822: 2025-01-09 20:12:24.215 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x902C ieee=a4:c1:38:b9:c0:dd:dc:ab is_initialized=True>
13850: 2025-01-09 20:12:24.216 DEBUG (MainThread) [zigpy.topology] Scanning topology (13/94) of <Device model='01MINIZB' manuf='SONOFF' nwk=0xFB9F ieee=e0:79:8d:ff:fe:bb:8e:5d is_initialized=True>
13851: 2025-01-09 20:12:24.216 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xFB9F ieee=e0:79:8d:ff:fe:bb:8e:5d is_initialized=True>
14514: 2025-01-09 20:12:31.666 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xFB9F ieee=e0:79:8d:ff:fe:bb:8e:5d is_initialized=True>
14515: 2025-01-09 20:12:31.667 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='01MINIZB' manuf='SONOFF' nwk=0xFB9F ieee=e0:79:8d:ff:fe:bb:8e:5d is_initialized=True>
14720: 2025-01-09 20:12:34.252 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='01MINIZB' manuf='SONOFF' nwk=0xFB9F ieee=e0:79:8d:ff:fe:bb:8e:5d is_initialized=True>
14721: 2025-01-09 20:12:34.253 DEBUG (MainThread) [zigpy.topology] Scanning topology (14/94) of <Device model='01MINIZB' manuf='SONOFF' nwk=0xC8C0 ieee=e0:79:8d:ff:fe:bc:63:fe is_initialized=True>
14722: 2025-01-09 20:12:34.253 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xC8C0 ieee=e0:79:8d:ff:fe:bc:63:fe is_initialized=True>
15609: 2025-01-09 20:12:42.548 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xC8C0 ieee=e0:79:8d:ff:fe:bc:63:fe is_initialized=True>
15610: 2025-01-09 20:12:42.549 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='01MINIZB' manuf='SONOFF' nwk=0xC8C0 ieee=e0:79:8d:ff:fe:bc:63:fe is_initialized=True>
15819: 2025-01-09 20:12:44.875 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='01MINIZB' manuf='SONOFF' nwk=0xC8C0 ieee=e0:79:8d:ff:fe:bc:63:fe is_initialized=True>
15820: 2025-01-09 20:12:44.876 DEBUG (MainThread) [zigpy.topology] Scanning topology (15/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x1D90 ieee=a4:c1:38:89:b7:6a:7d:21 is_initialized=True>
15821: 2025-01-09 20:12:44.876 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x1D90 ieee=a4:c1:38:89:b7:6a:7d:21 is_initialized=True>
17614: 2025-01-09 20:13:03.136 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x1D90 ieee=a4:c1:38:89:b7:6a:7d:21 is_initialized=True>
17615: 2025-01-09 20:13:03.138 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x1D90 ieee=a4:c1:38:89:b7:6a:7d:21 is_initialized=True>
18485: 2025-01-09 20:13:20.348 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x1D90 ieee=a4:c1:38:89:b7:6a:7d:21 is_initialized=True>
18513: 2025-01-09 20:13:20.349 DEBUG (MainThread) [zigpy.topology] Scanning topology (16/94) of <Device model='01MINIZB' manuf='SONOFF' nwk=0x1B0E ieee=e0:79:8d:ff:fe:bc:5e:67 is_initialized=True>
18514: 2025-01-09 20:13:20.349 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0x1B0E ieee=e0:79:8d:ff:fe:bc:5e:67 is_initialized=True>
19343: 2025-01-09 20:13:27.753 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0x1B0E ieee=e0:79:8d:ff:fe:bc:5e:67 is_initialized=True>
19344: 2025-01-09 20:13:27.753 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='01MINIZB' manuf='SONOFF' nwk=0x1B0E ieee=e0:79:8d:ff:fe:bc:5e:67 is_initialized=True>
19640: 2025-01-09 20:13:30.297 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='01MINIZB' manuf='SONOFF' nwk=0x1B0E ieee=e0:79:8d:ff:fe:bc:5e:67 is_initialized=True>
19641: 2025-01-09 20:13:30.298 DEBUG (MainThread) [zigpy.topology] Scanning topology (17/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x5163 ieee=a4:c1:38:04:4e:71:80:88 is_initialized=True>
19642: 2025-01-09 20:13:30.298 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x5163 ieee=a4:c1:38:04:4e:71:80:88 is_initialized=True>
21259: 2025-01-09 20:13:47.039 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x5163 ieee=a4:c1:38:04:4e:71:80:88 is_initialized=True>
21260: 2025-01-09 20:13:47.040 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x5163 ieee=a4:c1:38:04:4e:71:80:88 is_initialized=True>
22819: 2025-01-09 20:14:04.127 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x5163 ieee=a4:c1:38:04:4e:71:80:88 is_initialized=True>
22847: 2025-01-09 20:14:04.128 DEBUG (MainThread) [zigpy.topology] Scanning topology (18/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x90A5 ieee=a4:c1:38:50:19:ce:3e:31 is_initialized=True>
22848: 2025-01-09 20:14:04.128 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x90A5 ieee=a4:c1:38:50:19:ce:3e:31 is_initialized=True>
23200: 2025-01-09 20:14:12.054 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x90A5 ieee=a4:c1:38:50:19:ce:3e:31 is_initialized=True>
23201: 2025-01-09 20:14:12.055 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x90A5 ieee=a4:c1:38:50:19:ce:3e:31 is_initialized=True>
24788: 2025-01-09 20:14:29.188 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x90A5 ieee=a4:c1:38:50:19:ce:3e:31 is_initialized=True>
24816: 2025-01-09 20:14:29.190 DEBUG (MainThread) [zigpy.topology] Scanning topology (19/94) of <Device model='01MINIZB' manuf='SONOFF' nwk=0xE787 ieee=e0:79:8d:ff:fe:b2:ff:a8 is_initialized=True>
24817: 2025-01-09 20:14:29.190 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xE787 ieee=e0:79:8d:ff:fe:b2:ff:a8 is_initialized=True>
25655: 2025-01-09 20:14:37.467 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xE787 ieee=e0:79:8d:ff:fe:b2:ff:a8 is_initialized=True>
25656: 2025-01-09 20:14:37.468 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='01MINIZB' manuf='SONOFF' nwk=0xE787 ieee=e0:79:8d:ff:fe:b2:ff:a8 is_initialized=True>
25879: 2025-01-09 20:14:40.409 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='01MINIZB' manuf='SONOFF' nwk=0xE787 ieee=e0:79:8d:ff:fe:b2:ff:a8 is_initialized=True>
25880: 2025-01-09 20:14:40.409 DEBUG (MainThread) [zigpy.topology] Scanning topology (20/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x7747 ieee=a4:c1:38:5a:09:52:03:64 is_initialized=True>
25881: 2025-01-09 20:14:40.409 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x7747 ieee=a4:c1:38:5a:09:52:03:64 is_initialized=True>
26558: 2025-01-09 20:14:48.684 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x7747 ieee=a4:c1:38:5a:09:52:03:64 is_initialized=True>
26559: 2025-01-09 20:14:48.685 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x7747 ieee=a4:c1:38:5a:09:52:03:64 is_initialized=True>
27726: 2025-01-09 20:15:05.894 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x7747 ieee=a4:c1:38:5a:09:52:03:64 is_initialized=True>
27754: 2025-01-09 20:15:05.896 DEBUG (MainThread) [zigpy.topology] Scanning topology (21/94) of <Device model='TH01' manuf='eWeLink' nwk=0x9517 ieee=00:12:4b:00:29:2f:b0:24 is_initialized=True>
27755: 2025-01-09 20:15:05.896 DEBUG (MainThread) [zigpy.topology] Scanning topology (22/94) of <Tuya_2G_Switch model='TS011F' manuf='_TZ3000_pmz6mjyu' nwk=0xAE76 ieee=38:5c:fb:ff:fe:27:88:87 is_initialized=True>
27756: 2025-01-09 20:15:05.896 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Tuya_2G_Switch model='TS011F' manuf='_TZ3000_pmz6mjyu' nwk=0xAE76 ieee=38:5c:fb:ff:fe:27:88:87 is_initialized=True>
28880: 2025-01-09 20:15:17.502 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Tuya_2G_Switch model='TS011F' manuf='_TZ3000_pmz6mjyu' nwk=0xAE76 ieee=38:5c:fb:ff:fe:27:88:87 is_initialized=True>
28881: 2025-01-09 20:15:17.503 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Tuya_2G_Switch model='TS011F' manuf='_TZ3000_pmz6mjyu' nwk=0xAE76 ieee=38:5c:fb:ff:fe:27:88:87 is_initialized=True>
29032: 2025-01-09 20:15:18.870 INFO (MainThread) [zigpy.topology] Scanned routes of <Tuya_2G_Switch model='TS011F' manuf='_TZ3000_pmz6mjyu' nwk=0xAE76 ieee=38:5c:fb:ff:fe:27:88:87 is_initialized=True>
29033: 2025-01-09 20:15:18.871 DEBUG (MainThread) [zigpy.topology] Scanning topology (23/94) of <Device model='TH01' manuf='eWeLink' nwk=0xB6A0 ieee=00:12:4b:00:29:2f:74:36 is_initialized=True>
29034: 2025-01-09 20:15:18.871 DEBUG (MainThread) [zigpy.topology] Scanning topology (24/94) of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x2179 ieee=a4:c1:38:53:29:4e:f4:e6 is_initialized=True>
29035: 2025-01-09 20:15:18.872 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x2179 ieee=a4:c1:38:53:29:4e:f4:e6 is_initialized=True>
30474: 2025-01-09 20:15:35.419 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x2179 ieee=a4:c1:38:53:29:4e:f4:e6 is_initialized=True>
30475: 2025-01-09 20:15:35.420 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x2179 ieee=a4:c1:38:53:29:4e:f4:e6 is_initialized=True>
32065: 2025-01-09 20:15:52.550 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x2179 ieee=a4:c1:38:53:29:4e:f4:e6 is_initialized=True>
32093: 2025-01-09 20:15:52.551 DEBUG (MainThread) [zigpy.topology] Scanning topology (25/94) of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xD5CD ieee=a4:c1:38:54:b9:ef:2c:73 is_initialized=True>
32094: 2025-01-09 20:15:52.551 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xD5CD ieee=a4:c1:38:54:b9:ef:2c:73 is_initialized=True>
33543: 2025-01-09 20:16:09.248 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xD5CD ieee=a4:c1:38:54:b9:ef:2c:73 is_initialized=True>
33544: 2025-01-09 20:16:09.249 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xD5CD ieee=a4:c1:38:54:b9:ef:2c:73 is_initialized=True>
34791: 2025-01-09 20:16:26.458 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xD5CD ieee=a4:c1:38:54:b9:ef:2c:73 is_initialized=True>
34819: 2025-01-09 20:16:26.460 DEBUG (MainThread) [zigpy.topology] Scanning topology (26/94) of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB96E ieee=e0:79:8d:ff:fe:b2:a3:6b is_initialized=True>
34820: 2025-01-09 20:16:26.460 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB96E ieee=e0:79:8d:ff:fe:b2:a3:6b is_initialized=True>
35618: 2025-01-09 20:16:33.573 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB96E ieee=e0:79:8d:ff:fe:b2:a3:6b is_initialized=True>
35619: 2025-01-09 20:16:33.573 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB96E ieee=e0:79:8d:ff:fe:b2:a3:6b is_initialized=True>
35769: 2025-01-09 20:16:36.247 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB96E ieee=e0:79:8d:ff:fe:b2:a3:6b is_initialized=True>
35770: 2025-01-09 20:16:36.248 DEBUG (MainThread) [zigpy.topology] Scanning topology (27/94) of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB3E9 ieee=e0:79:8d:ff:fe:b2:8c:f2 is_initialized=True>
35771: 2025-01-09 20:16:36.248 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB3E9 ieee=e0:79:8d:ff:fe:b2:8c:f2 is_initialized=True>
36528: 2025-01-09 20:16:44.057 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB3E9 ieee=e0:79:8d:ff:fe:b2:8c:f2 is_initialized=True>
36529: 2025-01-09 20:16:44.058 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB3E9 ieee=e0:79:8d:ff:fe:b2:8c:f2 is_initialized=True>
36710: 2025-01-09 20:16:46.683 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='01MINIZB' manuf='SONOFF' nwk=0xB3E9 ieee=e0:79:8d:ff:fe:b2:8c:f2 is_initialized=True>
36711: 2025-01-09 20:16:46.684 DEBUG (MainThread) [zigpy.topology] Scanning topology (28/94) of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x3EF2 ieee=a4:c1:38:ed:d4:56:17:73 is_initialized=True>
36712: 2025-01-09 20:16:46.684 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x3EF2 ieee=a4:c1:38:ed:d4:56:17:73 is_initialized=True>
37882: 2025-01-09 20:16:59.778 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x3EF2 ieee=a4:c1:38:ed:d4:56:17:73 is_initialized=True>
37883: 2025-01-09 20:16:59.779 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x3EF2 ieee=a4:c1:38:ed:d4:56:17:73 is_initialized=True>
39106: 2025-01-09 20:17:16.885 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x3EF2 ieee=a4:c1:38:ed:d4:56:17:73 is_initialized=True>
39134: 2025-01-09 20:17:16.886 DEBUG (MainThread) [zigpy.topology] Scanning topology (29/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xCAAE ieee=a4:c1:38:12:19:9d:95:91 is_initialized=True>
39135: 2025-01-09 20:17:16.886 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xCAAE ieee=a4:c1:38:12:19:9d:95:91 is_initialized=True>
39858: 2025-01-09 20:17:22.128 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xCAAE ieee=a4:c1:38:12:19:9d:95:91 is_initialized=True>
39859: 2025-01-09 20:17:22.129 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xCAAE ieee=a4:c1:38:12:19:9d:95:91 is_initialized=True>
40717: 2025-01-09 20:17:39.298 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xCAAE ieee=a4:c1:38:12:19:9d:95:91 is_initialized=True>
40745: 2025-01-09 20:17:39.299 DEBUG (MainThread) [zigpy.topology] Scanning topology (30/94) of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xA066 ieee=a4:c1:38:a3:28:44:f1:11 is_initialized=True>
40746: 2025-01-09 20:17:39.299 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xA066 ieee=a4:c1:38:a3:28:44:f1:11 is_initialized=True>
41654: 2025-01-09 20:17:50.458 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xA066 ieee=a4:c1:38:a3:28:44:f1:11 is_initialized=True>
41655: 2025-01-09 20:17:50.459 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xA066 ieee=a4:c1:38:a3:28:44:f1:11 is_initialized=True>
43194: 2025-01-09 20:18:07.618 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0xA066 ieee=a4:c1:38:a3:28:44:f1:11 is_initialized=True>
43222: 2025-01-09 20:18:07.619 DEBUG (MainThread) [zigpy.topology] Scanning topology (31/94) of <Device model='01MINIZB' manuf='SONOFF' nwk=0x9195 ieee=e0:79:8d:ff:fe:b3:17:66 is_initialized=True>
43223: 2025-01-09 20:18:07.619 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0x9195 ieee=e0:79:8d:ff:fe:b3:17:66 is_initialized=True>
43628: 2025-01-09 20:18:15.922 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0x9195 ieee=e0:79:8d:ff:fe:b3:17:66 is_initialized=True>
43629: 2025-01-09 20:18:15.923 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='01MINIZB' manuf='SONOFF' nwk=0x9195 ieee=e0:79:8d:ff:fe:b3:17:66 is_initialized=True>
43959: 2025-01-09 20:18:18.608 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='01MINIZB' manuf='SONOFF' nwk=0x9195 ieee=e0:79:8d:ff:fe:b3:17:66 is_initialized=True>
43960: 2025-01-09 20:18:18.609 DEBUG (MainThread) [zigpy.topology] Scanning topology (32/94) of <Device model='01MINIZB' manuf='SONOFF' nwk=0x7C8B ieee=e0:79:8d:ff:fe:b3:16:6c is_initialized=True>
43961: 2025-01-09 20:18:18.609 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0x7C8B ieee=e0:79:8d:ff:fe:b3:16:6c is_initialized=True>
44627: 2025-01-09 20:18:26.820 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Device model='01MINIZB' manuf='SONOFF' nwk=0x7C8B ieee=e0:79:8d:ff:fe:b3:16:6c is_initialized=True>
44628: 2025-01-09 20:18:26.821 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Device model='01MINIZB' manuf='SONOFF' nwk=0x7C8B ieee=e0:79:8d:ff:fe:b3:16:6c is_initialized=True>
44998: 2025-01-09 20:18:29.158 INFO (MainThread) [zigpy.topology] Scanned routes of <Device model='01MINIZB' manuf='SONOFF' nwk=0x7C8B ieee=e0:79:8d:ff:fe:b3:16:6c is_initialized=True>
44999: 2025-01-09 20:18:29.159 DEBUG (MainThread) [zigpy.topology] Scanning topology (33/94) of <Device model='TH01' manuf='eWeLink' nwk=0x6AE0 ieee=00:12:4b:00:29:2f:51:d0 is_initialized=True>
45000: 2025-01-09 20:18:29.159 DEBUG (MainThread) [zigpy.topology] Scanning topology (34/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x23CE ieee=a4:c1:38:a5:e3:86:bd:d4 is_initialized=True>
45001: 2025-01-09 20:18:29.159 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x23CE ieee=a4:c1:38:a5:e3:86:bd:d4 is_initialized=True>
45920: 2025-01-09 20:18:38.082 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x23CE ieee=a4:c1:38:a5:e3:86:bd:d4 is_initialized=True>
45921: 2025-01-09 20:18:38.082 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x23CE ieee=a4:c1:38:a5:e3:86:bd:d4 is_initialized=True>
47080: 2025-01-09 20:18:55.207 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x23CE ieee=a4:c1:38:a5:e3:86:bd:d4 is_initialized=True>
47108: 2025-01-09 20:18:55.208 DEBUG (MainThread) [zigpy.topology] Scanning topology (35/94) of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x02BA ieee=a4:c1:38:06:73:93:00:d1 is_initialized=True>
47109: 2025-01-09 20:18:55.208 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x02BA ieee=a4:c1:38:06:73:93:00:d1 is_initialized=True>
48566: 2025-01-09 20:19:11.087 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x02BA ieee=a4:c1:38:06:73:93:00:d1 is_initialized=True>
48567: 2025-01-09 20:19:11.088 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x02BA ieee=a4:c1:38:06:73:93:00:d1 is_initialized=True>
49838: 2025-01-09 20:19:28.216 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x02BA ieee=a4:c1:38:06:73:93:00:d1 is_initialized=True>
49866: 2025-01-09 20:19:28.218 DEBUG (MainThread) [zigpy.topology] Scanning topology (36/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xD52E ieee=a4:c1:38:97:ee:2a:32:4b is_initialized=True>
49867: 2025-01-09 20:19:28.218 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xD52E ieee=a4:c1:38:97:ee:2a:32:4b is_initialized=True>
51869: 2025-01-09 20:19:52.437 DEBUG (MainThread) [zigpy.topology] Failed to scan neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xD52E ieee=a4:c1:38:97:ee:2a:32:4b is_initialized=True>
51894: 2025-01-09 20:19:52.439 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xD52E ieee=a4:c1:38:97:ee:2a:32:4b is_initialized=True>
53080: 2025-01-09 20:20:08.833 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xD52E ieee=a4:c1:38:97:ee:2a:32:4b is_initialized=True>
53105: 2025-01-09 20:20:08.834 DEBUG (MainThread) [zigpy.topology] Scanning topology (37/94) of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x323D ieee=a4:c1:38:53:5f:5a:92:68 is_initialized=True>
53106: 2025-01-09 20:20:08.834 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x323D ieee=a4:c1:38:53:5f:5a:92:68 is_initialized=True>
54439: 2025-01-09 20:20:24.478 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x323D ieee=a4:c1:38:53:5f:5a:92:68 is_initialized=True>
54440: 2025-01-09 20:20:24.479 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x323D ieee=a4:c1:38:53:5f:5a:92:68 is_initialized=True>
55720: 2025-01-09 20:20:41.643 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x323D ieee=a4:c1:38:53:5f:5a:92:68 is_initialized=True>
55748: 2025-01-09 20:20:41.645 DEBUG (MainThread) [zigpy.topology] Scanning topology (38/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xFE54 ieee=a4:c1:38:f5:a4:46:ca:33 is_initialized=True>
55749: 2025-01-09 20:20:41.645 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xFE54 ieee=a4:c1:38:f5:a4:46:ca:33 is_initialized=True>
57066: 2025-01-09 20:20:59.722 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xFE54 ieee=a4:c1:38:f5:a4:46:ca:33 is_initialized=True>
57067: 2025-01-09 20:20:59.723 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xFE54 ieee=a4:c1:38:f5:a4:46:ca:33 is_initialized=True>
58519: 2025-01-09 20:21:16.824 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0xFE54 ieee=a4:c1:38:f5:a4:46:ca:33 is_initialized=True>
58547: 2025-01-09 20:21:16.826 DEBUG (MainThread) [zigpy.topology] Scanning topology (39/94) of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x0977 ieee=a4:c1:38:64:47:96:c8:8d is_initialized=True>
58548: 2025-01-09 20:21:16.826 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x0977 ieee=a4:c1:38:64:47:96:c8:8d is_initialized=True>
60151: 2025-01-09 20:21:33.602 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x0977 ieee=a4:c1:38:64:47:96:c8:8d is_initialized=True>
60152: 2025-01-09 20:21:33.603 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x0977 ieee=a4:c1:38:64:47:96:c8:8d is_initialized=True>
61404: 2025-01-09 20:21:50.693 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x0977 ieee=a4:c1:38:64:47:96:c8:8d is_initialized=True>
61432: 2025-01-09 20:21:50.695 DEBUG (MainThread) [zigpy.topology] Scanning topology (40/94) of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x785F ieee=a4:c1:38:18:81:1c:c3:af is_initialized=True>
61433: 2025-01-09 20:21:50.695 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x785F ieee=a4:c1:38:18:81:1c:c3:af is_initialized=True>
62733: 2025-01-09 20:22:02.569 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x785F ieee=a4:c1:38:18:81:1c:c3:af is_initialized=True>
62734: 2025-01-09 20:22:02.570 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x785F ieee=a4:c1:38:18:81:1c:c3:af is_initialized=True>
63813: 2025-01-09 20:22:19.740 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <TuyaTS130FTOGP model='TS130F' manuf='_TZ3210_dwytrmda' nwk=0x785F ieee=a4:c1:38:18:81:1c:c3:af is_initialized=True>
63841: 2025-01-09 20:22:19.741 DEBUG (MainThread) [zigpy.topology] Scanning topology (41/94) of <MagnetAQ2 model='lumi.sensor_magnet.aq2' manuf='LUMI' nwk=0x4562 ieee=00:15:8d:00:09:e1:a8:a9 is_initialized=True>
63842: 2025-01-09 20:22:19.741 DEBUG (MainThread) [zigpy.topology] Scanning topology (42/94) of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x1516 ieee=a4:c1:38:d6:4c:7c:95:cd is_initialized=True>
63843: 2025-01-09 20:22:19.741 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x1516 ieee=a4:c1:38:d6:4c:7c:95:cd is_initialized=True>
65400: 2025-01-09 20:22:34.340 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x1516 ieee=a4:c1:38:d6:4c:7c:95:cd is_initialized=True>
65401: 2025-01-09 20:22:34.341 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x1516 ieee=a4:c1:38:d6:4c:7c:95:cd is_initialized=True>
66572: 2025-01-09 20:22:51.501 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Tuya_2G_Wall_Switch_Metering model='TS000F' manuf='_TZ3000_m8f3z8ju' nwk=0x1516 ieee=a4:c1:38:d6:4c:7c:95:cd is_initialized=True>
66600: 2025-01-09 20:22:51.502 DEBUG (MainThread) [zigpy.topology] Scanning topology (43/94) of <Device model='TS0202' manuf='_TZ3040_bb6xaihh' nwk=0xE521 ieee=a4:c1:38:03:bd:b4:5e:e8 is_initialized=True>
66601: 2025-01-09 20:22:51.503 DEBUG (MainThread) [zigpy.topology] Scanning topology (44/94) of <Device model='TS0202' manuf='_TZ3040_bb6xaihh' nwk=0x3F69 ieee=a4:c1:38:72:16:b1:f1:17 is_initialized=True>
66602: 2025-01-09 20:22:51.503 DEBUG (MainThread) [zigpy.topology] Scanning topology (45/94) of <MotionAQ2 model='lumi.sensor_motion.aq2' manuf='LUMI' nwk=0x1F12 ieee=00:15:8d:00:03:f3:c7:14 is_initialized=True>
66603: 2025-01-09 20:22:51.503 DEBUG (MainThread) [zigpy.topology] Scanning topology (46/94) of <MotionAQ2 model='lumi.sensor_motion.aq2' manuf='LUMI' nwk=0x1E6F ieee=00:15:8d:00:05:44:e3:1f is_initialized=True>
66604: 2025-01-09 20:22:51.503 DEBUG (MainThread) [zigpy.topology] Scanning topology (47/94) of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xD7A6 ieee=a4:c1:38:aa:f4:ac:9b:78 is_initialized=True>
66605: 2025-01-09 20:22:51.503 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xD7A6 ieee=a4:c1:38:aa:f4:ac:9b:78 is_initialized=True>
67796: 2025-01-09 20:23:08.079 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xD7A6 ieee=a4:c1:38:aa:f4:ac:9b:78 is_initialized=True>
67797: 2025-01-09 20:23:08.080 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xD7A6 ieee=a4:c1:38:aa:f4:ac:9b:78 is_initialized=True>
69127: 2025-01-09 20:23:25.215 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xD7A6 ieee=a4:c1:38:aa:f4:ac:9b:78 is_initialized=True>
69155: 2025-01-09 20:23:25.216 DEBUG (MainThread) [zigpy.topology] Scanning topology (48/94) of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xA117 ieee=a4:c1:38:43:47:50:23:24 is_initialized=True>
69156: 2025-01-09 20:23:25.216 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xA117 ieee=a4:c1:38:43:47:50:23:24 is_initialized=True>
70501: 2025-01-09 20:23:42.300 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xA117 ieee=a4:c1:38:43:47:50:23:24 is_initialized=True>
70502: 2025-01-09 20:23:42.301 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xA117 ieee=a4:c1:38:43:47:50:23:24 is_initialized=True>
71809: 2025-01-09 20:23:59.441 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xA117 ieee=a4:c1:38:43:47:50:23:24 is_initialized=True>
71837: 2025-01-09 20:23:59.442 DEBUG (MainThread) [zigpy.topology] Scanning topology (49/94) of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xE97D ieee=a4:c1:38:b9:61:5a:b3:de is_initialized=True>
71838: 2025-01-09 20:23:59.442 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xE97D ieee=a4:c1:38:b9:61:5a:b3:de is_initialized=True>
73465: 2025-01-09 20:24:16.792 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xE97D ieee=a4:c1:38:b9:61:5a:b3:de is_initialized=True>
73466: 2025-01-09 20:24:16.793 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xE97D ieee=a4:c1:38:b9:61:5a:b3:de is_initialized=True>
74516: 2025-01-09 20:24:33.924 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xE97D ieee=a4:c1:38:b9:61:5a:b3:de is_initialized=True>
74544: 2025-01-09 20:24:33.926 DEBUG (MainThread) [zigpy.topology] Scanning topology (50/94) of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0x3964 ieee=a4:c1:38:d3:98:9e:08:a8 is_initialized=True>
74545: 2025-01-09 20:24:33.926 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0x3964 ieee=a4:c1:38:d3:98:9e:08:a8 is_initialized=True>
76477: 2025-01-09 20:24:51.731 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0x3964 ieee=a4:c1:38:d3:98:9e:08:a8 is_initialized=True>
76478: 2025-01-09 20:24:51.732 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0x3964 ieee=a4:c1:38:d3:98:9e:08:a8 is_initialized=True>
77482: 2025-01-09 20:25:08.883 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0x3964 ieee=a4:c1:38:d3:98:9e:08:a8 is_initialized=True>
77510: 2025-01-09 20:25:08.884 DEBUG (MainThread) [zigpy.topology] Scanning topology (51/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0x8BE8 ieee=a4:c1:38:0b:6a:3e:28:c1 is_initialized=True>
77511: 2025-01-09 20:25:08.884 DEBUG (MainThread) [zigpy.topology] Scanning topology (52/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0x0363 ieee=a4:c1:38:d0:d2:2a:de:ee is_initialized=True>
77512: 2025-01-09 20:25:08.884 DEBUG (MainThread) [zigpy.topology] Scanning topology (53/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0x7E28 ieee=a4:c1:38:c3:8c:ab:71:b5 is_initialized=True>
77513: 2025-01-09 20:25:08.884 DEBUG (MainThread) [zigpy.topology] Scanning topology (54/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0x5193 ieee=a4:c1:38:eb:68:0e:e6:97 is_initialized=True>
77514: 2025-01-09 20:25:08.884 DEBUG (MainThread) [zigpy.topology] Scanning topology (55/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0x26CF ieee=a4:c1:38:31:9d:e4:7a:f8 is_initialized=True>
77515: 2025-01-09 20:25:08.884 DEBUG (MainThread) [zigpy.topology] Scanning topology (56/94) of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x9150 ieee=a4:c1:38:94:a5:4e:e0:f4 is_initialized=True>
77516: 2025-01-09 20:25:08.884 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x9150 ieee=a4:c1:38:94:a5:4e:e0:f4 is_initialized=True>
77883: 2025-01-09 20:25:14.635 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x9150 ieee=a4:c1:38:94:a5:4e:e0:f4 is_initialized=True>
77884: 2025-01-09 20:25:14.635 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x9150 ieee=a4:c1:38:94:a5:4e:e0:f4 is_initialized=True>
79430: 2025-01-09 20:25:31.723 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x9150 ieee=a4:c1:38:94:a5:4e:e0:f4 is_initialized=True>
79458: 2025-01-09 20:25:31.724 DEBUG (MainThread) [zigpy.topology] Scanning topology (57/94) of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xF603 ieee=a4:c1:38:de:7e:ea:52:07 is_initialized=True>
79459: 2025-01-09 20:25:31.724 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xF603 ieee=a4:c1:38:de:7e:ea:52:07 is_initialized=True>
80679: 2025-01-09 20:25:49.446 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xF603 ieee=a4:c1:38:de:7e:ea:52:07 is_initialized=True>
80680: 2025-01-09 20:25:49.447 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xF603 ieee=a4:c1:38:de:7e:ea:52:07 is_initialized=True>
82214: 2025-01-09 20:26:06.575 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Plug model='TS011F' manuf='_TZ3000_fukaa7nc' nwk=0xF603 ieee=a4:c1:38:de:7e:ea:52:07 is_initialized=True>
82242: 2025-01-09 20:26:06.576 DEBUG (MainThread) [zigpy.topology] Scanning topology (58/94) of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xBDE0 ieee=a4:c1:38:28:b0:ff:32:3e is_initialized=True>
82243: 2025-01-09 20:26:06.576 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xBDE0 ieee=a4:c1:38:28:b0:ff:32:3e is_initialized=True>
82728: 2025-01-09 20:26:14.812 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xBDE0 ieee=a4:c1:38:28:b0:ff:32:3e is_initialized=True>
82729: 2025-01-09 20:26:14.813 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xBDE0 ieee=a4:c1:38:28:b0:ff:32:3e is_initialized=True>
83912: 2025-01-09 20:26:32.043 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Switch_4G_GPP model='TS0004' manuf='_TZ3000_u3oupgdy' nwk=0xBDE0 ieee=a4:c1:38:28:b0:ff:32:3e is_initialized=True>
83940: 2025-01-09 20:26:32.044 DEBUG (MainThread) [zigpy.topology] Scanning topology (59/94) of <CustomDeviceV2 model='TS0601' manuf='_TZE200_3towulqd' nwk=0x8ACA ieee=a4:c1:38:4e:12:28:68:26 is_initialized=True>
83941: 2025-01-09 20:26:32.044 DEBUG (MainThread) [zigpy.topology] Scanning topology (60/94) of <CustomDeviceV2 model='TS0601' manuf='_TZE200_3towulqd' nwk=0x510F ieee=a4:c1:38:5c:13:fe:89:4c is_initialized=True>
83942: 2025-01-09 20:26:32.044 DEBUG (MainThread) [zigpy.topology] Scanning topology (61/94) of <Plug_v3_noGP model='TS011F' manuf='_TZ3000_cehuw1lw' nwk=0xEDD8 ieee=a4:c1:38:b7:da:0f:fb:a8 is_initialized=True>
83943: 2025-01-09 20:26:32.044 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug_v3_noGP model='TS011F' manuf='_TZ3000_cehuw1lw' nwk=0xEDD8 ieee=a4:c1:38:b7:da:0f:fb:a8 is_initialized=True>
85318: 2025-01-09 20:26:42.582 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug_v3_noGP model='TS011F' manuf='_TZ3000_cehuw1lw' nwk=0xEDD8 ieee=a4:c1:38:b7:da:0f:fb:a8 is_initialized=True>
85319: 2025-01-09 20:26:42.583 INFO (MainThread) [zigpy.topology] Scanned routes of <Plug_v3_noGP model='TS011F' manuf='_TZ3000_cehuw1lw' nwk=0xEDD8 ieee=a4:c1:38:b7:da:0f:fb:a8 is_initialized=True>: []
85320: 2025-01-09 20:26:42.583 DEBUG (MainThread) [zigpy.topology] Scanning topology (62/94) of <Plug_v3_noGP model='TS011F' manuf='_TZ3000_cehuw1lw' nwk=0xFE14 ieee=a4:c1:38:47:3f:e9:71:55 is_initialized=True>
85321: 2025-01-09 20:26:42.583 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug_v3_noGP model='TS011F' manuf='_TZ3000_cehuw1lw' nwk=0xFE14 ieee=a4:c1:38:47:3f:e9:71:55 is_initialized=True>
86063: 2025-01-09 20:26:53.064 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug_v3_noGP model='TS011F' manuf='_TZ3000_cehuw1lw' nwk=0xFE14 ieee=a4:c1:38:47:3f:e9:71:55 is_initialized=True>
86064: 2025-01-09 20:26:53.065 INFO (MainThread) [zigpy.topology] Scanned routes of <Plug_v3_noGP model='TS011F' manuf='_TZ3000_cehuw1lw' nwk=0xFE14 ieee=a4:c1:38:47:3f:e9:71:55 is_initialized=True>: []
86065: 2025-01-09 20:26:53.065 DEBUG (MainThread) [zigpy.topology] Scanning topology (63/94) of <Device model='TS0201' manuf='_TZ3000_fllyghyj' nwk=0x2777 ieee=a4:c1:38:d1:00:f1:d0:52 is_initialized=True>
86066: 2025-01-09 20:26:53.065 DEBUG (MainThread) [zigpy.topology] Scanning topology (64/94) of <Device model='TS0201' manuf='_TZ3000_fllyghyj' nwk=0xC856 ieee=a4:c1:38:1b:54:54:ba:4c is_initialized=True>
86067: 2025-01-09 20:26:53.065 DEBUG (MainThread) [zigpy.topology] Scanning topology (65/94) of <Device model='TS0201' manuf='_TZ3000_fllyghyj' nwk=0x2D17 ieee=a4:c1:38:56:26:2f:82:19 is_initialized=True>
86068: 2025-01-09 20:26:53.065 DEBUG (MainThread) [zigpy.topology] Scanning topology (66/94) of <CustomDeviceV2 model='TS0601' manuf='_TZE200_3towulqd' nwk=0xF620 ieee=a4:c1:38:91:e2:f4:6c:50 is_initialized=True>
86069: 2025-01-09 20:26:53.065 DEBUG (MainThread) [zigpy.topology] Scanning topology (67/94) of <CustomDeviceV2 model='TS0601' manuf='_TZE200_3towulqd' nwk=0x0541 ieee=a4:c1:38:a9:9e:11:0e:47 is_initialized=True>
86070: 2025-01-09 20:26:53.065 DEBUG (MainThread) [zigpy.topology] Scanning topology (68/94) of <CustomDeviceV2 model='TS0601' manuf='_TZE200_3towulqd' nwk=0x76C4 ieee=a4:c1:38:09:cf:b0:27:93 is_initialized=True>
86071: 2025-01-09 20:26:53.065 DEBUG (MainThread) [zigpy.topology] Scanning topology (69/94) of <CustomDeviceV2 model='TS0601' manuf='_TZE200_3towulqd' nwk=0x223C ieee=a4:c1:38:21:b2:4f:5b:ad is_initialized=True>
86072: 2025-01-09 20:26:53.065 DEBUG (MainThread) [zigpy.topology] Scanning topology (70/94) of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0xA4A5 ieee=a4:c1:38:de:86:d5:3e:d0 is_initialized=True>
86073: 2025-01-09 20:26:53.065 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0xA4A5 ieee=a4:c1:38:de:86:d5:3e:d0 is_initialized=True>
87165: 2025-01-09 20:27:09.467 DEBUG (MainThread) [zigpy.topology] Failed to scan neighbors of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0xA4A5 ieee=a4:c1:38:de:86:d5:3e:d0 is_initialized=True>
87190: 2025-01-09 20:27:09.468 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0xA4A5 ieee=a4:c1:38:de:86:d5:3e:d0 is_initialized=True>
88501: 2025-01-09 20:27:25.868 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0xA4A5 ieee=a4:c1:38:de:86:d5:3e:d0 is_initialized=True>
88526: 2025-01-09 20:27:25.870 DEBUG (MainThread) [zigpy.topology] Scanning topology (71/94) of <Device model='TS0202' manuf='_TZ3040_bb6xaihh' nwk=0x715F ieee=a4:c1:38:d4:ab:99:11:17 is_initialized=True>
88527: 2025-01-09 20:27:25.870 DEBUG (MainThread) [zigpy.topology] Scanning topology (72/94) of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x6406 ieee=a4:c1:38:f5:11:6e:81:d8 is_initialized=True>
88528: 2025-01-09 20:27:25.870 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x6406 ieee=a4:c1:38:f5:11:6e:81:d8 is_initialized=True>
89232: 2025-01-09 20:27:35.554 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x6406 ieee=a4:c1:38:f5:11:6e:81:d8 is_initialized=True>
89233: 2025-01-09 20:27:35.555 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x6406 ieee=a4:c1:38:f5:11:6e:81:d8 is_initialized=True>
90691: 2025-01-09 20:27:54.480 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x6406 ieee=a4:c1:38:f5:11:6e:81:d8 is_initialized=True>
90719: 2025-01-09 20:27:54.481 DEBUG (MainThread) [zigpy.topology] Scanning topology (73/94) of <Device model='TS0202' manuf='_TZ3040_bb6xaihh' nwk=0xA43C ieee=a4:c1:38:21:68:e8:78:cb is_initialized=True>
90720: 2025-01-09 20:27:54.481 DEBUG (MainThread) [zigpy.topology] Scanning topology (74/94) of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x1909 ieee=70:b3:d5:2b:60:0f:bd:57 is_initialized=True>
90721: 2025-01-09 20:27:54.481 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x1909 ieee=70:b3:d5:2b:60:0f:bd:57 is_initialized=True>
92845: 2025-01-09 20:28:15.888 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x1909 ieee=70:b3:d5:2b:60:0f:bd:57 is_initialized=True>
92846: 2025-01-09 20:28:15.889 INFO (MainThread) [zigpy.topology] Scanned routes of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x1909 ieee=70:b3:d5:2b:60:0f:bd:57 is_initialized=True>: []
92847: 2025-01-09 20:28:15.889 DEBUG (MainThread) [zigpy.topology] Scanning topology (75/94) of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x8EE5 ieee=a4:c1:38:af:d5:02:df:c5 is_initialized=True>
92848: 2025-01-09 20:28:15.889 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x8EE5 ieee=a4:c1:38:af:d5:02:df:c5 is_initialized=True>
93178: 2025-01-09 20:28:20.952 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x8EE5 ieee=a4:c1:38:af:d5:02:df:c5 is_initialized=True>
93179: 2025-01-09 20:28:20.952 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x8EE5 ieee=a4:c1:38:af:d5:02:df:c5 is_initialized=True>
94775: 2025-01-09 20:28:38.117 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Switch_1G_Metering model='TS0001' manuf='_TZ3000_gjrubzje' nwk=0x8EE5 ieee=a4:c1:38:af:d5:02:df:c5 is_initialized=True>
94803: 2025-01-09 20:28:38.118 DEBUG (MainThread) [zigpy.topology] Scanning topology (76/94) of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0xF715 ieee=70:b3:d5:2b:60:0f:ba:b8 is_initialized=True>
94804: 2025-01-09 20:28:38.118 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0xF715 ieee=70:b3:d5:2b:60:0f:ba:b8 is_initialized=True>
96162: 2025-01-09 20:28:52.849 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0xF715 ieee=70:b3:d5:2b:60:0f:ba:b8 is_initialized=True>
96163: 2025-01-09 20:28:52.850 INFO (MainThread) [zigpy.topology] Scanned routes of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0xF715 ieee=70:b3:d5:2b:60:0f:ba:b8 is_initialized=True>: []
96164: 2025-01-09 20:28:52.850 DEBUG (MainThread) [zigpy.topology] Scanning topology (77/94) of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0xAE1E ieee=70:b3:d5:2b:60:10:7f:ce is_initialized=True>
96165: 2025-01-09 20:28:52.850 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0xAE1E ieee=70:b3:d5:2b:60:10:7f:ce is_initialized=True>
97342: 2025-01-09 20:29:05.929 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0xAE1E ieee=70:b3:d5:2b:60:10:7f:ce is_initialized=True>
97343: 2025-01-09 20:29:05.930 INFO (MainThread) [zigpy.topology] Scanned routes of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0xAE1E ieee=70:b3:d5:2b:60:10:7f:ce is_initialized=True>: []
97344: 2025-01-09 20:29:05.930 DEBUG (MainThread) [zigpy.topology] Scanning topology (78/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0xE3A4 ieee=a4:c1:38:de:a8:dc:b6:3f is_initialized=True>
97345: 2025-01-09 20:29:05.930 DEBUG (MainThread) [zigpy.topology] Scanning topology (79/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0x87EB ieee=a4:c1:38:72:ce:c5:09:c5 is_initialized=True>
97346: 2025-01-09 20:29:05.930 DEBUG (MainThread) [zigpy.topology] Scanning topology (80/94) of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x0FC2 ieee=70:b3:d5:2b:60:10:80:43 is_initialized=True>
97347: 2025-01-09 20:29:05.930 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x0FC2 ieee=70:b3:d5:2b:60:10:80:43 is_initialized=True>
99837: 2025-01-09 20:29:31.306 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x0FC2 ieee=70:b3:d5:2b:60:10:80:43 is_initialized=True>
99838: 2025-01-09 20:29:31.307 INFO (MainThread) [zigpy.topology] Scanned routes of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x0FC2 ieee=70:b3:d5:2b:60:10:80:43 is_initialized=True>: []
99839: 2025-01-09 20:29:31.307 DEBUG (MainThread) [zigpy.topology] Scanning topology (81/94) of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x4707 ieee=70:b3:d5:2b:60:0f:be:3b is_initialized=True>
99840: 2025-01-09 20:29:31.308 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x4707 ieee=70:b3:d5:2b:60:0f:be:3b is_initialized=True>
100925: 2025-01-09 20:29:45.607 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x4707 ieee=70:b3:d5:2b:60:0f:be:3b is_initialized=True>
100926: 2025-01-09 20:29:45.608 INFO (MainThread) [zigpy.topology] Scanned routes of <Plug_v2 model='TS011F' manuf='_TZ3000_5f43h46b' nwk=0x4707 ieee=70:b3:d5:2b:60:0f:be:3b is_initialized=True>: []
100927: 2025-01-09 20:29:45.608 DEBUG (MainThread) [zigpy.topology] Scanning topology (82/94) of <IkeaTradfriRemote2 model='TRADFRI remote control' manuf='IKEA of Sweden' nwk=0xEFCB ieee=84:2e:14:ff:fe:a7:0b:a5 is_initialized=True>
100928: 2025-01-09 20:29:45.608 DEBUG (MainThread) [zigpy.topology] Scanning topology (83/94) of <TuyaSmartRemote0041TOPlusA model='TS0041' manuf='_TZ3000_yj6k7vfo' nwk=0xCB5A ieee=a4:c1:38:b1:53:33:a9:b5 is_initialized=True>
100929: 2025-01-09 20:29:45.608 DEBUG (MainThread) [zigpy.topology] Scanning topology (84/94) of <Plug model='TS011F' manuf='_TZ3000_w0qqde0g' nwk=0xF4C9 ieee=a4:c1:38:ff:73:25:97:f6 is_initialized=True>
100930: 2025-01-09 20:29:45.608 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <Plug model='TS011F' manuf='_TZ3000_w0qqde0g' nwk=0xF4C9 ieee=a4:c1:38:ff:73:25:97:f6 is_initialized=True>
102087: 2025-01-09 20:29:57.990 INFO (MainThread) [zigpy.topology] Scanned neighbors of <Plug model='TS011F' manuf='_TZ3000_w0qqde0g' nwk=0xF4C9 ieee=a4:c1:38:ff:73:25:97:f6 is_initialized=True>
102088: 2025-01-09 20:29:57.991 DEBUG (MainThread) [zigpy.topology] Scanning routing table of <Plug model='TS011F' manuf='_TZ3000_w0qqde0g' nwk=0xF4C9 ieee=a4:c1:38:ff:73:25:97:f6 is_initialized=True>
103462: 2025-01-09 20:30:15.119 DEBUG (MainThread) [zigpy.topology] Failed to scan routes of <Plug model='TS011F' manuf='_TZ3000_w0qqde0g' nwk=0xF4C9 ieee=a4:c1:38:ff:73:25:97:f6 is_initialized=True>
103490: 2025-01-09 20:30:15.120 DEBUG (MainThread) [zigpy.topology] Scanning topology (85/94) of <TuyaSmartRemote0041TOPlusA model='TS0041' manuf='_TZ3000_yj6k7vfo' nwk=0x2063 ieee=a4:c1:38:09:9d:51:ae:74 is_initialized=True>
103491: 2025-01-09 20:30:15.120 DEBUG (MainThread) [zigpy.topology] Scanning topology (86/94) of <CustomDeviceV2 model='TS0601' manuf='_TZE200_a8sdabtg' nwk=0xFD8C ieee=a4:c1:38:29:fb:63:b9:b0 is_initialized=True>
103492: 2025-01-09 20:30:15.120 DEBUG (MainThread) [zigpy.topology] Scanning topology (87/94) of <Device model='EMIZB-141' manuf='frient A/S' nwk=0xA5E3 ieee=00:15:bc:00:1b:10:08:08 is_initialized=True>
103493: 2025-01-09 20:30:15.120 DEBUG (MainThread) [zigpy.topology] Scanning topology (88/94) of <TiRouter model='ti.router' manuf='TexasInstruments' nwk=0xC5A7 ieee=00:12:4b:00:2f:8a:c2:90 is_initialized=True>
103494: 2025-01-09 20:30:15.120 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TiRouter model='ti.router' manuf='TexasInstruments' nwk=0xC5A7 ieee=00:12:4b:00:2f:8a:c2:90 is_initialized=True>
106831: 2025-01-09 20:30:48.830 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TiRouter model='ti.router' manuf='TexasInstruments' nwk=0xC5A7 ieee=00:12:4b:00:2f:8a:c2:90 is_initialized=True>
106832: 2025-01-09 20:30:48.832 INFO (MainThread) [zigpy.topology] Scanned routes of <TiRouter model='ti.router' manuf='TexasInstruments' nwk=0xC5A7 ieee=00:12:4b:00:2f:8a:c2:90 is_initialized=True>: []
106833: 2025-01-09 20:30:48.832 DEBUG (MainThread) [zigpy.topology] Scanning topology (89/94) of <TiRouter model='ti.router' manuf='TexasInstruments' nwk=0x3876 ieee=00:12:4b:00:2f:8a:b0:d8 is_initialized=True>
106834: 2025-01-09 20:30:48.832 DEBUG (MainThread) [zigpy.topology] Scanning neighbors of <TiRouter model='ti.router' manuf='TexasInstruments' nwk=0x3876 ieee=00:12:4b:00:2f:8a:b0:d8 is_initialized=True>
110062: 2025-01-09 20:31:25.426 INFO (MainThread) [zigpy.topology] Scanned neighbors of <TiRouter model='ti.router' manuf='TexasInstruments' nwk=0x3876 ieee=00:12:4b:00:2f:8a:b0:d8 is_initialized=True>
110063: 2025-01-09 20:31:25.427 INFO (MainThread) [zigpy.topology] Scanned routes of <TiRouter model='ti.router' manuf='TexasInstruments' nwk=0x3876 ieee=00:12:4b:00:2f:8a:b0:d8 is_initialized=True>: []
110064: 2025-01-09 20:31:25.427 DEBUG (MainThread) [zigpy.topology] Scanning topology (90/94) of <Device model='TS0201' manuf='_TZ3000_fllyghyj' nwk=0x5387 ieee=a4:c1:38:23:5f:97:58:f5 is_initialized=True>
110065: 2025-01-09 20:31:25.428 DEBUG (MainThread) [zigpy.topology] Scanning topology (91/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0x831F ieee=a4:c1:38:37:42:58:ca:b5 is_initialized=True>
110066: 2025-01-09 20:31:25.428 DEBUG (MainThread) [zigpy.topology] Scanning topology (92/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0x8938 ieee=a4:c1:38:06:0d:05:09:41 is_initialized=True>
110067: 2025-01-09 20:31:25.428 DEBUG (MainThread) [zigpy.topology] Scanning topology (93/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0xF5E6 ieee=a4:c1:38:f1:3b:cf:d6:4a is_initialized=True>
110068: 2025-01-09 20:31:25.428 DEBUG (MainThread) [zigpy.topology] Scanning topology (94/94) of <Device model='TS0203' manuf='_TZ3000_1bwpjvlz' nwk=0x17B8 ieee=a4:c1:38:3e:a2:f4:2c:47 is_initialized=True>