Sonoff Tasmota ZHA Keeps loosing devices

Is anyone else having issues with the zha integration for the past couple days?
I started noticing that on Friday. I’m running a sonoff zigbee flashed with tasmota and it was working perfectly but the last couple days I keep loosing connection and have to restart both the bridge and the HA.
On the logs the only thing I see is the random error:

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/homeassistant/components/zha/core/gateway.py", line 157, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/zigpy/application.py", line 69, in new
    await app.startup(auto_form)
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/bellows/zigbee/application.py", line 108, in startup
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/bellows/ezsp/__init__.py", line 78, in initialize
    await ezsp.connect()
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/bellows/ezsp/__init__.py", line 88, in connect
    self._gw = await bellows.uart.connect(self._config, self)
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/bellows/uart.py", line 352, in connect
    protocol, connection_done = await thread.run_coroutine_threadsafe(
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/bellows/uart.py", line 330, in _connect
    transport, protocol = await serial_asyncio.create_serial_connection(
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/serial_asyncio/__init__.py", line 445, in create_serial_connection
    serial_instance = serial.serial_for_url(*args, **kwargs)
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/serial/__init__.py", line 90, in serial_for_url
    instance.open()
  File "/home/jrechena/homeassistant/lib/python3.8/site-packages/serial/urlhandler/protocol_socket.py", line 66, in open
    raise SerialException("Could not open port {}: {}".format(self.portstr, msg))
serial.serialutil.SerialException: Could not open port socket://192.168.220.31:8888: timed out
2021-03-07 17:49:07 WARNING (MainThread) [homeassistant.config_entries] Config entry for zha not ready yet. Retrying in 80 seconds
2021-03-07 17:49:22 WARNING (MainThread) [homeassistant.config_entries] Config entry for ipp not ready yet. Retrying in 80 seconds

Any ideas? Thanks