Hitachi HVAC ducted AC integration

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'

Hello, I have problem with the Hitachi API.
I am using the svmironov aircloud script.
It runs without errors, but with no action on my 155_RAD_50RPE Hitachi climatization
I have this console message " {“time”:“2024-10-03T16:45:35.714”,“code”:“PCF009”,“message”:“Thing is offline, try after sometime”,“details”:“uri=/basic-idu-control/general-control-command/30173”} "

Do you know what’s happen ?