hi
so it looks like it was working, then i see it disconnects often
both tasmota and my HA are connected via ethernet cable to same switch
my HA is running on Debian VM on UTM on Mac
I normally dont have problems accessing anything on the home network or intenet from HA
In Tasmota logs
23:19:06.627 ETH: Connected at 100Mbps Full Duplex, Mac 08:D1:F9:2D:29:57, Hostname tasmota-2D2954-2388-eth
23:19:12.625 ETH: Disconnected
23:19:14.627 ETH: Connected at 100Mbps Full Duplex, Mac 08:D1:F9:2D:29:57, Hostname tasmota-2D2954-2388-eth
23:19:16.625 ETH: Disconnected
23:19:20.627 ETH: Connected at 100Mbps Full Duplex, Mac 08:D1:F9:2D:29:57, Hostname tasmota-2D2954-2388-eth
23:20:26.625 ETH: Disconnected
23:20:28.627 ETH: Connected at 100Mbps Full Duplex, Mac 08:D1:F9:2D:29:57, Hostname tasmota-2D2954-2388-eth
23:20:30.625 ETH: Disconnected
23:20:32.627 ETH: Connected at 100Mbps Full Duplex, Mac 08:D1:F9:2D:29:57, Hostname tasmota-2D2954-2388-eth
and in ZHA it becomes “initializing” and only resets after i restart HA completely
HA logs i see:
2024-05-15 18:14:51.676 WARNING (MainThread) [zigpy.application] Zigbee channel 25 utilization is 82.35%!
2024-05-15 18:14:51.677 WARNING (MainThread) [zigpy.application] If you are having problems joining new devices, are missing sensor updates, or have issues keeping devices joined, ensure your coordinator is away from interference sources such as USB 3.0 devices, SSDs, WiFi routers, etc.
2024-05-15 18:15:00.977 ERROR (MainThread) [bellows.uart] Lost serial connection: ConnectionResetError(104, 'Connection reset by peer')
2024-05-15 18:15:00.980 ERROR (MainThread) [bellows.ezsp] NCP entered failed state. Requesting APP controller restart
2024-05-15 18:15:00.981 ERROR (MainThread) [bellows.ezsp] Exception running handler
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 494, in handle_callback
handler(*args)
File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 626, in ezsp_callback_handler
self.connection_lost(args[0])
File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 688, in connection_lost
self.listener_event("connection_lost", exc)
File "/usr/local/lib/python3.12/site-packages/zigpy/util.py", line 50, in listener_event
for listener, include_context in self._listeners.values():
RuntimeError: dictionary changed size during iteration
2024-05-15 18:15:00.997 WARNING (MainThread) [homeassistant.helpers.dispatcher] Unable to remove unknown dispatcher <bound method GroupProbe._reprobe_group of <homeassistant.components.zha.core.discovery.GroupProbe object at 0xffff8a878830>>
2024-05-15 18:15:00.997 WARNING (MainThread) [homeassistant.helpers.dispatcher] Unable to remove unknown dispatcher <bound method GroupProbe._reprobe_group of <homeassistant.components.zha.core.discovery.GroupProbe object at 0xffff8a878830>>
2024-05-15 18:15:00.997 WARNING (MainThread) [homeassistant.helpers.dispatcher] Unable to remove unknown dispatcher <bound method GroupProbe._reprobe_group of <homeassistant.components.zha.core.discovery.GroupProbe object at 0xffff8a878830>>
2024-05-15 18:15:28.973 WARNING (MainThread) [custom_components.localtuya.common] [bfe...pwl] Failed to connect to 192.168.0.172: [Errno 113] Connect call failed ('192.168.0.172', 6668)
2024-05-15 18:15:30.705 ERROR (MainThread) [bellows.uart] Lost serial connection: ConnectionResetError(104, 'Connection reset by peer')
2024-05-15 18:15:30.705 ERROR (MainThread) [bellows.ezsp] NCP entered failed state. Requesting APP controller restart
2024-05-15 18:15:30.707 ERROR (MainThread) [bellows.ezsp] Exception running handler
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 494, in handle_callback
handler(*args)
File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 626, in ezsp_callback_handler
self.connection_lost(args[0])
File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 688, in connection_lost
self.listener_event("connection_lost", exc)
File "/usr/local/lib/python3.12/site-packages/zigpy/util.py", line 50, in listener_event
for listener, include_context in self._listeners.values():
RuntimeError: dictionary changed size during iteration