Replies: 5 comments 4 replies
-
Hi @clsergent! I would be happy to add support for In H-Link, the target temperature is an integer value. There might be a way to specify a fractional part, but I would need debug data captured from the device when a target temperature with a Also, do you know if the official Hitachi AirHome 400 dongle or Air Go app supports |
Beta Was this translation helpful? Give feedback.
-
I guess I should have read more carefully your documentation about the HLINK protocol. I understand why an integer is requested, it makes sense. I will dig further by grabbing debug data from my ACs. To answer your last question, I never used the WiFi dongle stock firmware (but I dumped if, maybe a Ghidra analysis could help) |
Beta Was this translation helpful? Give feedback.
-
What you can try as a first step is to check the value at the If it still only provides the integer value, the fractional part might be stored elsewhere at an unknown address (such as Ideally, it would be helpful to intercept the communication between the AC and the original Hitachi H-Link adapter while changing the temperature in 0.5℃ steps from H-Link dongle, if it's possible at all. |
Beta Was this translation helpful? Give feedback.
-
Hey @clsergent,
Also, if you can share the original firmware dump somehow, I could also try to dive into the decompiled firmware - although, frankly speaking, I’m pretty sure it’s not going to be an easy task.. |
Beta Was this translation helpful? Give feedback.
-
Hi, I’ve finally been able to spend some time on this project. Here’s a brief overview of my findings, which I may document in more detail later:
This means I will need to create a new custom component, which I plan to do once I have a better understanding of this new protocol (HLINK v2 ??). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Setup
esphome-hlink-ac version: 2025.3
target: RAK-DJ50RHAE / RAK-DJ18RHAE
Rationale
Visual temperature step is supposed to be a multiple of 1. However it seems that the AC can handle 0.5 increments as the IR remote steps are 0.5°C.
In addition, Home Assistant can handle arbitrary temperature steps through customize:
Would it be possible to relax this check?
Full error log (ESPHome check):
Beta Was this translation helpful? Give feedback.
All reactions