Semantic Model Verständnis Problem
Verfasst: 17. Okt 2025 17:38
Hallo zusammen,
bisher habe ich die Tags bei meinem Items immer genutzt um auch die Struktur in der Sitemap auf dem iPhone zu sortieren.
Seit dem Upodate auf OH 5.x scheint openHab aber etwas zickiger zu sein und haut nun Fehler raus
Irgendwie habe ich nun den berühmten Knoten im Hirn wie ich das auslöse aber gleichzeitig die Struktur beibehalte. Oder ob ich einfach ein falsches Verständnis vom Symantic Model habe?
Viele Grüße und bereits einen Dank
bisher habe ich die Tags bei meinem Items immer genutzt um auch die Struktur in der Sitemap auf dem iPhone zu sortieren.
Seit dem Upodate auf OH 5.x scheint openHab aber etwas zickiger zu sein und haut nun Fehler raus
Code: Alles auswählen
Group eVent2IC "IC Ventil 2" (e00004331, gBackyard) ["Valve"]
2025-10-12 22:43:26.211 [WARN ] [antics.internal.SemanticsServiceImpl] - Item 'eVent2IC' (Equipment) has invalid semantic structure: It belongs to location(s) [gBackyard] and equipment(s) [e00004331]. An Equipment can only belong to one Location or another Equipment, but not both.
Code: Alles auswählen
String KlementineOperationState "Operation state [%s]" (HomeConnect, eKlementine) ["Point", "Status"] {channel="homeconnect:washer:bridge:washer1:operation_state"}
2025-10-12 22:43:26.214 [WARN ] [antics.internal.SemanticsServiceImpl] - Item 'KlementineOperationState' (Point) has an invalid combination of semantic tags: Status (Point) and Point (Point). Only one Point and optionally one Property tag may be assigned.
Code: Alles auswählen
Switch Steckd_PumpWasteWater "Schmutzwasser" <poweroutlet> (KG_Hausanschluss, ePumpWasteWater, gBaseLaundry) ["Switch"] {channel="knx:device:bridge:ABB_0_0_20:ch7"}
2025-10-12 22:43:26.219 [INFO ] [antics.internal.SemanticsServiceImpl] - Item 'Steckd_PumpWasteWater' (Point) belongs to location [gBaseLaundry] and equipment [ePumpWasteWater].
Code: Alles auswählen
Contact Fenster_KG_Vorrat "Vorratsraum [MAP(de.map):%s]" <window> (gFensterKG,gBaseCellar) ["Window", "Status", "OpenState"] {channel="knx:device:bridge:ABB_0_0_8:ch2"}
2025-10-12 22:43:26.222 [WARN ] [antics.internal.SemanticsServiceImpl] - Item 'Fenster_KG_Vorrat' (Point) has an invalid combination of semantic tags: [OpenState (Property), Status (Point), Window (Equipment)]. An item may only have one tag of Location, Equipment, or Point type. A Property tag may be assigned in conjunction with a Point tag.
Viele Grüße und bereits einen Dank
