Add support for lumi.gateway.agl002
It is possible to add support for HM1S-G02 - Gen 2 M1S EU version? I already make telnet opened and autostarted.
What is the model? lumi.gateway.XXX
What is the model? lumi.gateway.XXX
lumi.gateway.agl002 I add this line to utils.py It starts to add, but failed to initialize, gives error "Unknown error occurred" and crash home assistant
Logs: Error setting up entry Aqara-Hub-M1S-D1FC for aqara_gateway
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/aqara_gateway/init.py", line 82, in async_setup_entry await hass.data[DOMAIN][entry.entry_id].async_connect() File "/config/custom_components/aqara_gateway/core/gateway.py", line 112, in async_connect result = await self.hass.async_add_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... ) ^ asyncio.exceptions.CancelledError