Ecovacs HACS integration not working

Hello, I’m not good with code or anything regarding the backend of HA, but I have HA Core with the newest update installed, and my ecovacs vacuums have stopped working, cant pinpoint exactly when this happened, but they were working with 1.7.2023 update, now they dont work with any version installed… Logs show as follows:

Logger:
homeassistant.components.vacuum
Source: custom_components/deebot/vacuum.py:59
Integration: Vacuum (documentation, issues)
First occurred: 5:11:18 PM (1 occurrences)
Last logged: 5:11:18 PM

Error while setting up deebot platform for vacuum
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 293, in _async_setup_platform
await asyncio.shield(task)
File “/usr/local/lib/python3.10/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/deebot/vacuum.py”, line 46, in setup_platform
vacuums.append(EcovacsDeebotVacuum(device, hass.data[ECOVACS_CONFIG][0]))
File “/config/custom_components/deebot/vacuum.py”, line 59, in init
self.device.connect_and_wait_until_ready()
File “/usr/local/lib/python3.10/site-packages/ozmo/init.py”, line 461, in connect_and_wait_until_ready
self.send_ping()
File “/usr/local/lib/python3.10/site-packages/ozmo/init.py”, line 628, in send_ping
self.request_all_statuses()
File “/usr/local/lib/python3.10/site-packages/ozmo/init.py”, line 662, in request_all_statuses
self.refresh_statuses()
File “/usr/local/lib/python3.10/site-packages/ozmo/init.py”, line 647, in refresh_statuses
self.run(GetCleanState())
File “/usr/local/lib/python3.10/site-packages/ozmo/init.py”, line 673, in run
self.send_command(action)
File “/usr/local/lib/python3.10/site-packages/ozmo/init.py”, line 670, in send_command
self.iotmq.send_command(action, self._vacuum_address()) #IOTMQ devices need the full action for additional parsing
File “/usr/local/lib/python3.10/site-packages/ozmo/init.py”, line 789, in send_command
self._handle_ctl_api(
File “/usr/local/lib/python3.10/site-packages/ozmo/init.py”, line 862, in _handle_ctl_api
if ‘resp’ in message:
TypeError: argument of type ‘NoneType’ is not iterable