Climate icons in the Location cards disappeared (OH5)

With the transition from OH4 to OH5 the “climate” icon no longer appears in the cards.

Referring to this:

Climate Control Powered On (A/C, Heating)

Point_Status or Point_Control* _relatedTo Property_Power isPointOf Equipment_HVAC hasLocation (the location)
If no matching item found:
Equipment_HVAC hasLocation (the location)

If any result has the state ON, display the icon.

Has something changed or is it a bug?
Others, like lights/open windows/etc, work fine.

This is one “Location” configuration and the HVAC with the Status item:

Thanks!

Which version of OH5? There are some significant changes going on in the recent milestones and snapshots with the UI which very easily could have caused this issue.

If you are only on some 5.0 stable version then it might be related to the changes in many of the model definitions.

If it is not the model issue mentioned above then it is a bug and you should report the issue to the webui repository.

Thanks for your feedback.

I upgraded from the stable 4.x versions (where it has always worked) to the latest 5.0.3 and noticed the issue. It only works for Equipment, but not for Point/Equipment_HVAC, as you can see.

So, do you think I can report it?

Yes, that should definitely be reported.

I’ve opened a GitHub issue with all details:

:backhand_index_pointing_right: https://github.com/openhab/openhab-webui/issues/3537

Anyone who wants to contribute or provide additional information is welcome!

Maybe it is like the post i have made yesterday

I think the issue is related to the changes made to tags and location cards in OH 5. If I interpret the changes in https://github.com/openhab/openhab-webui/pull/3245 correctly, for climate the item now has to additionally be tagged with property Power to be recognized by the card. AFAICT from your screenshot, this is missing in yours.

2 Likes

Oh, that fixed it!
Thanks, I’m closing the bug and reporting the effect.