-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unknown" values shown in Home Assistant (Itho HRU) #74
Comments
What specific model Itho device is this? |
It seems that your HRU provides different (formatted) data compared to the HRU definitions that we know and on which the integration is currently build. We will look into the options if/how to support your specific model. Could you supply us with a full copy of the supplied value from the |
{
"Supply requested (rpm)": 0,
"Supply fan speed (rpm)": 2107,
"Supply actual (rpm)": 2107,
"Drain requested (rpm)": 40,
"Drain fan speed (rpm)": 2657,
"Drain actual (rpm)": -32512,
"Temp of supply air (°C)": 16.05,
"Temp of exhaust air (°C)": 16.96,
"Status": 4,
"room temp (°C)": 16.05,
"Outdoor temp (°C)": 16.96,
"Valve position (pulse)": 100,
"Bypass position (pulse)": 0,
"summer counter": 0,
"Summer day": 0,
"Frost timer (sec)": 7274,
"boiler timer (min)": 177,
"Frost lock": 121,
"Current pos": -540,
"VKK switch": 0,
"GHE switch": 0,
"Air filter counter": 4349
} |
Perhaps it is an older device? This is in an appartment building from 2012. |
Could you this release a shot? If you are using HACS, you can Re-download this release as a specific version. Might require to 'Update information' first |
Thanks, let me try |
Guess there's some bugs left 😉. You'll need to use the non-350 one. Does that bypass sensor work? I'm going to redo quite some logic for these devices, so you will need to reconfigure once that's done, but that shouldn't be a huge problem for now |
Thanks!
no idea, but if the value is included in the integration I can monitor it and report back :) |
I was just trying to install the 2.2.0-b2 test version.. something went wrong so i had to reinstall it, but i think it was just removed? 🤔 |
Oh now its back.. i'll try again |
Try now (2.2.0-b2) |
Due to some copy-pasting those grey entities are disabled by default. I'll fix that for the ones that shouldn't. For now you can click on the entity and enable it |
Also, please let us know if there are any sensors you would like to be included (of course they need to be available in the data you provided earlier). We will see if we see them fit |
Ah ok i will try that. Thanks for adding support so quickly!! |
Your air filter counter isn't working by the looks of it. Will look into that aswell. Probably a 'config' mistake |
2.2.0-b3 should fix your air filter counter |
Thanks |
No, you can just update |
Hi @maerten, I just released v2.2.0-b4. This is a very big update, which needs some love at code-level. However should function. Please try. Any feedback is more than welcome. I believe, in your case, you will need to remove the current devices and reconfigure them again. |
That's because the tag for v2.2.0-b4 was created 3 weeks ago, before the latest changes. @benjamin-dcs : can you fix that? |
Please try |
I published another update (v2.2.0-b5) with some extra fixes and code improvements. If possible, please update and provide feedback :) |
Hi! First of all, best wishes for 2025! We just released official version |
The values of the Itho HRU sensors are not showing up in my Home Assistant UI.
In MQTT I do see the
ithohru/ithostatus
values, and also the default "Fan" entry from the Itho MQTT integration works.Any help would be greatly appreciated :)
Screenshots:
Fan entry works fine
Itho add-on settings

MQTT messages:


Problem details, HRU sensor values showing as "Unknown"

The text was updated successfully, but these errors were encountered: