How to hide items in Model view

Hi togteher,

In my configuration I use some items for rules to check some state which were set in other rules or events.

Therefore this items are shown in the Model overview, as shown in the picture below:
image

Is there a possibility to hide this items in the Model view? Or how can I setup the item, that it is not visible in the Model view.

Thanks!

Don’t give the Item a semantic tag. Not all Items need to be in the model. In fact I’ve only about 60% of my Items in the model.

If the Item doesn’t contribute to the model and doesn’t need to be shown in the Overview Pages, leave them out of the model. Remove their semantic tags.

Only Model Items Shown:

Non-semantic Items (i.e. Items outside of the model) shown:

2 Likes

Hi,

I too struggled a lot with adding items from text files to the model. Actually the solution is quite simple.

Choose a position in your model where to put those items. I created a location (=Group) ‘Allgemein’ in house. There I added a thing using the gui - no items, just a generic thing. I then chose the thing and clicked on ‘add points’ (=items). In the following dialogue make sure to also show items outside the model.

Check the items you want to add to the thing and voila: items from text files are added to the model.

Mind that things from text files cannot be added that way.

The not recommended but hardcore way would be to manually edit the json DB - that also works


Thanks together,

the first suggestion from @rlkoshak works for me. I removed the semantic class and the items gone.

Thanks a lot!

I have a similar problem during OH4 setup. I created a location tree with a location called “laundy room”. There I have a shelly relay to control the washing machine. So I created a thing for the relay and linked 3 channels to newly created items. Afterwards I selected the location and called “create equipement from thing”, which results in an equipment at the location and three items? points? whatever as children of the equipment. Ok so far.
But I also have the three items as children of the root node of the model. How can I get rid of them (preserving the entries at the equipment) ?

From what you describe you created Items for this one Thing twice meaning you have two of each Item. Only one set of Items is under the Equipment Group and the other set is no.

You can verify this by navigating to the Thing and the Channels. If there is a 2 next to a Channel it means that Channel is linked to two different Items.

Thanks a lot, you’re correct. If I don’t create items during thing creation and create them during “create equipment from thing” the result is like I want it.