Hi @hmerk ,
may I suggest to extend the logic for the [OH3] Main UI - main_widget - part 1 - The main_widget to find “Rooms” from
- (loop.menuArrayRoom.metadata.semantics.value).includes(“Room”)
to
- ( (loop.menuArrayRoom.metadata.semantics.value).includes(“Room”) || loop.menuArrayRoom.metadata.semantics.value).includes(“Corridor”) )
the problem is that “Corridor” as location is only mapped to Location_Indoor_Corridor and not as expected to Location_Indoor_Room_Corridor as it is done e.g. for Location_Indoor_Room_Office.
So all my Corridors are not found,