albaintor

Results 112 comments of albaintor

I updated the stacktrace : indeed there is a timeout after that during the devices extraction. Are you able to make the same call : `devices = await device_manager.get_devices()` on...

EDIT : ok this is it but I don't know how to fix it. This is in http_api ```python get = {"consumerId": self.consumer_id} res = await self.request_api(self.AC_MAPPING_PATH, get=get) ``` This...

Well the sample script gives me TLS error : ``` [2025-06-26 09:22:33,609] DEBUG toshiba_ac.utils.http_api: Sending POST to https://mobileapi.toshibahomeaccontrols.com/api/Consumer/Login [2025-06-26 09:22:33,936] DEBUG toshiba_ac.utils.http_api: Response code: 200 [2025-06-26 09:22:33,936] DEBUG toshiba_ac.utils.http_api: Sending...

Much better I was stuck It seems to be better but I don't know if this is normal after, devices are retrieved : ``` [2025-06-26 09:34:20,099] DEBUG toshiba_ac.utils.http_api: Sending POST...

Same here.... oh boy it was driving me nutz

Actually Home assistant warns about the too long time to setup : ``` 2025-06-25 20:04:37.005 ERROR (MainThread) [custom_components.toshiba_ac] Unload Toshiba integration 2025-06-25 20:05:02.667 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform...

Probably the same issue as the one that I resolved in https://github.com/h4de5/home-assistant-toshiba_ac/issues/207

Same problem here with firmware 1.67.1967054010 What is strange is that I have a second hub with the same firmware but this one is still working

I do have a large setup : about 50 bulbs and 15 devices

Hi, can you please prioritize this upgrade ? From now Home assistant requires paho-mqtt >= 2.0, so all the HA integrations which rely on the library to access Azure cloud...