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”} "
I came across this info on the ATW-IOT-01 Hitachi H-Link gateway that may offer some potential integration opportunities for those with a “dumb” Hitachi HVAC system that uses the twin-wire H-Link connection to link together the outdoor and indoor units with a wall mounted controller:
Sorry, it’s a late reply but I needed to only install @svmironov add-on from HACS.
At the moment (february 2025), in my installation (Dockerized HA) I can control the two internal units of my HVAC system without any issue.
Hi guys! For those interested, I’ve built a relatively simple ESPHome-driven dongle for my Hitachi RAK-25PEC AC. It’s based on Florian’s hackaday project and communicates via the H-Link serial protocol.
This dongle serves as a replacement for the SPX-WFGXX cloud adapter, meaning it could potentially work with any AC unit that supports H-Link connectivity.