I think there was a bug I saw go by related to this. IIRC there is a combo of being non-semantically tagged and the Item having metadata that makes it not show up in the Item picker. If this is the case I think the only way to work around it is one of the following:
upgrade to the latest 4.2 snapshot or at least the latest 4.2 milestone release
add a semantic tag to the Item, at least long enough for it to show up in the picker
open the code tab and manually edit the Item name from there
But don’t forget to make a copy of your rule as a backup.
And: To filter items you have to first select “show non semantic” and then enter your filter. The other way around doesn’t work.
I have no idea if it’s fixed in 4.2 but the Item picker is the generic one used everywhere in MainUI, right? There was an Issue and PR that changed something like the problem reported here. So it’s probably fixed in 4.2 but I’m not running 4.2 and even if I were I don’t have any items that are not showing up so probably couldn’t great it anyway.
Is still(/again?) have this issue. Some items do not show up in the picker, only when I have ticked “show non-semantic” AND “show name” and have them in a defined group (order):
When I search for “show” in the picker, I will get the items “Show_Buero” and “Show_Buero_TTS” because they are in the DG_Arbeitsplatz group. This group in nested into several items:
Group EWS3C "ews3c" <house> ["Building"]
...
Group DG "Dachgeschoss" <attic> (EWS3C) ["Attic"]
...
Group DG_Arbeitszimmer "Arbeitszimmer" <coding> (EWS3C, DG) ["Room"]
I am running OH 4.2.2. Is this the same issue or do I miss something else?
Are you looking in the right spot? First are the semantically tagged Items, then the Groups and only then the Items that are not in Groups.
Have you looked in the Alexa_Buero Group or one of the All_Echo Groups in the list? The Item will only appear in one place in the list and I’m not sure how which Group it appears in is chosen.
I understand why both are different (for the TTS item “show” is only in the item name), but when I search for “text”, several other items should show up but the are nowhere to be found.
I use the "get item → item “MyItem” Blockly element. In the developer sidebar I can see 7 items with “show”, but it seems that I cannot use them from the sidebar.
Edit: just realized I have this issue elsewhere too:
When I use “add trigger” in a rule and select “item” I will get the same picker and will not get a list of all items. With “show all” → “item stage is updated” I get a different type of list which provides all items:
And the meantime I’ve updated my sources (debian apt update&upgrade), but there was only a zulu java update available, nothing about openhab.
Twice a year in June and December are the official releases. These are the point releases (e.g. 4.3 will be the next piont release in Dec.).
Once a month a milestone release is created. The most recent milestone is 4.3 M2.
Once a day a new snapshot release is created.
Occasionally, usually corresponding with the milestone releases, a few significant bug fixes might get backported to previous releases (e.g. 4.2.2).
Depending on which repo you are using will dep
You don’t say what version of OH you are using, but if you want the latest you need to be using the snapshots. I wouldn’t expect any more changes to 4.2.2 until 4.3 comes out in December.
I know about the release cycles and even mentioned using version OH 4.2.2 in my former post (no problem though, everybody oversees something). But as you talked about 4.2 I thought/hoped it was already fixed. Especially as 4.2 is the stable version at the moment. I would expect more people to complain about it, if this is an issue for all of them, which makes me ask myself if there is anything wrong in my system.
But somehow the picker is not populated correctly. No errors in the console though. I’ll have a try with another browser later (currently blink based vivaldi on ubuntu 24.04).
Hmmm, so we know that the items are loaded from the backend. Just to make sure it is not Blockly-UI related, do you mind checking if the same happens if you use the picker on a different page?
And in the model page too.
Currently I do not understand the difference. All items are coming from an old *.items file, but the data structure in the json does not differ beside where I group them.