Skip to content
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

Closed
maerten opened this issue Dec 5, 2024 · 31 comments
Closed

"Unknown" values shown in Home Assistant (Itho HRU) #74

maerten opened this issue Dec 5, 2024 · 31 comments

Comments

@maerten
Copy link

maerten commented Dec 5, 2024

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

image

Itho add-on settings
image

MQTT messages:
image
image

Problem details, HRU sensor values showing as "Unknown"
image

@benjamin-dcs
Copy link
Collaborator

What specific model Itho device is this?

@maerten
Copy link
Author

maerten commented Dec 5, 2024

@benjamin-dcs
Copy link
Collaborator

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 ithohru/ithostatus topic?

@maerten
Copy link
Author

maerten commented Dec 5, 2024

{
  "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
}

@maerten
Copy link
Author

maerten commented Dec 5, 2024

Perhaps it is an older device? This is in an appartment building from 2012.

@benjamin-dcs
Copy link
Collaborator

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

@maerten
Copy link
Author

maerten commented Dec 5, 2024

Thanks, let me try

@maerten
Copy link
Author

maerten commented Dec 5, 2024

Should I still use ithohru for the MQTT base topic?

After installing 2.2.0-b1 i added both HRU types:

image

After that I saw these entities:

image

@benjamin-dcs
Copy link
Collaborator

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

@maerten
Copy link
Author

maerten commented Dec 5, 2024

Thanks!

Does that bypass sensor work?

no idea, but if the value is included in the integration I can monitor it and report back :)

@maerten
Copy link
Author

maerten commented Dec 5, 2024

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? 🤔
i'll check again tomorrow. thanks for adding support for it!

@maerten
Copy link
Author

maerten commented Dec 5, 2024

Oh now its back.. i'll try again
Update: i tried installing but it keeps install 2.1.. looks like HACS can't find the 2.2.0-b2 version

@benjamin-dcs
Copy link
Collaborator

Try now (2.2.0-b2)

@maerten
Copy link
Author

maerten commented Dec 6, 2024

The temperature fields are working now, but the fan speeds aren't.

image image

@benjamin-dcs
Copy link
Collaborator

benjamin-dcs commented Dec 6, 2024

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

@benjamin-dcs
Copy link
Collaborator

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

@maerten
Copy link
Author

maerten commented Dec 6, 2024

Ah ok i will try that. Thanks for adding support so quickly!!

@benjamin-dcs
Copy link
Collaborator

Your air filter counter isn't working by the looks of it. Will look into that aswell. Probably a 'config' mistake

@maerten
Copy link
Author

maerten commented Dec 6, 2024

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

Well there are quite a few values listed in the Itho Addon that might be interesting. Although its not clear to me how to interpret them, and what they mean.

For example: boiler timer, valve position, frost timer, etc.

image

I was mostly interested in the fan speed, so I'm happy with the current state of things :)

@benjamin-dcs
Copy link
Collaborator

2.2.0-b3 should fix your air filter counter
(Other changes are less visible)

@maerten
Copy link
Author

maerten commented Dec 6, 2024

Thanks
Do I need to remove all devices before updating?

@benjamin-dcs
Copy link
Collaborator

No, you can just update

@maerten
Copy link
Author

maerten commented Dec 11, 2024

That works 👌
image

@benjamin-dcs
Copy link
Collaborator

benjamin-dcs commented Dec 23, 2024

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.

@maerten
Copy link
Author

maerten commented Dec 24, 2024

Interesting!
I'm trying to install it, I downloaded op v2.2.0-b4, but somehow HA is picking up v.2.1.0

image image

(It is also not asking to specify the HRU type when adding a device)

@jasperslits
Copy link
Owner

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?

@benjamin-dcs
Copy link
Collaborator

Please try v2.2.0-b4 again

@jasperslits
Copy link
Owner

image

LGTM now

@maerten
Copy link
Author

maerten commented Dec 24, 2024

Yep it works 👌
image
image

@benjamin-dcs
Copy link
Collaborator

I published another update (v2.2.0-b5) with some extra fixes and code improvements. If possible, please update and provide feedback :)

@benjamin-dcs
Copy link
Collaborator

Hi! First of all, best wishes for 2025! We just released official version 2.2.0. In case you installed a 2.2.0-beta release you will miss quite some sensors after installing the official 2.2.0. This is due to an extra option we introduced after the last beta. See available-entities on how to reconfigure your integration entry and get all the entities back (if you so wish)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants