Hi, do you know if there has been any update to the Hitachi API? I still haven’t been able to get this integration to work.
2024-09-17 11:36:54.820 ERROR (MainThread) [homeassistant.components.climate] Error while setting up air_cloud platform for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 361, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/air_cloud/climate.py", line 46, in async_setup_platform
await _async_setup(hass, async_add_entities)
File "/config/custom_components/air_cloud/climate.py", line 40, in _async_setup
devices = await api.load_climate_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/air_cloud/api.py", line 65, in load_climate_data
await self.__refresh_token()
File "/config/custom_components/air_cloud/api.py", line 48, in __refresh_token
await self.__authenticate()
File "/config/custom_components/air_cloud/api.py", line 37, in __authenticate
await self.__update_token_data(await response.json())
File "/config/custom_components/air_cloud/api.py", line 57, in __update_token_data
self._token = response["token"]
~~~~~~~~^^^^^^^^^
KeyError: 'token'