Alarm icons in the Location cards disappeared (OH5)

As for the Climate icons in the Location cards disappeared (OH5), the alarm icons in the Location tabs have also disappeared.

The previous one referred to: [Design/Spec] Location semantic cards: header · Issue #556 · openhab/openhab-webui · GitHub

and now after “Location card: Various improvements and fixes#3245” (Location card: Various improvements and fixes by andrewfg · Pull Request #3245 · openhab/openhab-webui · GitHub) to Semantic Model | openHAB

Badge Type Equipment Point Property
Projectors Status Projector Status, Control, Switch Power
Alarms Status Any Alarm Any
Luminance Meas urement3 Any Measurement Light, Illuminance

I tried different combinations, but without any solution.

Any idea?
Thanks!

The badges are shown based on the semantic tagging of the Items. So what are those? Which ones have you tried? Often the UI won’t update until the Item’s state changes. Did you force a state change or fully refresh the browser page?

I noticed today that, after the item’s status was changed, it no longer appears.
This is my configuration, which has always worked with previous versions.


Even after adding the “Semantic Property” or changing it to “Semantic Equipment”, it still does not appear.

I also tried refreshing the page (Ctrl+F5), using different browsers, and even changing the status, but nothing worked.

items.getItem("Item123").postUpdate("OFF")
... 
items.getItem("Item123").postUpdate("ON")

OK, based on what I see it should work. All I can recommend is to report the behavior on openhab-webui. Either the docs need to be updated, or there is a regression.

Done:

Thanks!

UPDATE: an “Equipment” as “Parent Groups” solves the problem (as new requirement).