Release = Raspbian GNU/Linux 9 (stretch)
Kernel = Linux 4.9.59-v7+
Platform = Raspberry Pi 2 Model B Rev 1.1
Uptime = 4 day(s). 4:41:12
CPU Usage = 76.88 % avg over 4 cpu(s) (4 core(s) x 1 socket(s))
CPU Load = 1m: 3.10, 5m: 3.31, 15m: 3.30
Memory = Free: 0.07GB (8%), Used: 0.87GB (92%), Total: 0.95GB
Swap = Free: 0.09GB (100%), Used: 0.00GB (0%), Total: 0.09GB
Root = Free: 4.50GB (65%), Used: 2.38GB (35%), Total: 7.21GB
Updates = 42 apt updates available.
Sessions = 1 sessions
Processes = 127 running processes of 32768 maximum processes
When auto linking a item, the thing name or place is not transferred to the name.
This leeds me with 31 brightness in the habmin and habpanel when inserting on a gui.
In HABpanel/HABmin the dropdown list is populated with the item label. Because the autogeneration of items puts the same label “brightness” on all of his brightness items, he can’t distinguish which one is which.
PaperUI also displays the item name to let him at least see the difference.
I guess he wants to file an issue to HABmin/HABpanel, to correct this. In my opinion it would be best to use the item name instead of the label for all dropdowns in PaperUI & any other GUI.
Well, the name of an Item needs to be unique but the label of the Item needs to be meaningful. So what really needs to be done is to allow users to change the labels of their Items in simple mode. I think there are ways to do this through the REST API but if a user is on simple mode, they are probably not going to want to use the REST API.
My recommendation would be to turn off simple mode, even if it is just temporarily. This will enable the Items menu. From the Items menu you can go to each Item and change the Item’s label. When you are done you can turn simple mode back on.
It is probably worth filing an issue on the Eclipse SmartHome repo on this too. Explain that when using simple mode with lots of similar types of Things the generated labels on the Items are not meaningful.
Items can only have one label and indeed that is the default. That label can be overridden in the UI but that just changes what is shown to the user, it doesn’t change the label on the Item. And in simple mode, the label is the only piece of information you have where you can put meaningful information to help you identify the Item. Having a list of Item names that are just versions of the Channel Ids is only slightly better than what you have now.
The devs of HABPanel went out of their way to make the Item label be the selection criteria. They had their reasons. @ysc, do you have any thoughts or ideas that can make working with HABpanel in simple mode easier?
From what I understand, when the simple mode (a.k.a. autoLinks) creates items, it sets the Channel Type label (“Brightness”) as the Item label and doesn’t use the Thing label (“Bedroom Nord A2” in the example above), so it’ll be hard to tell items created from similar Channel Types apart, even if they’re coming from different Things.
I suppose that’s because in Paper UI’s Control tab you get a view of Things, therefore it’s not necessary to repeat their labels on the item labels; otherwise it would make sense to label the items something like “<Thing label> - <Channel Type>” (“Bedroom Nord A2 - Brightness”). In HABPanel however you get a flat list of items - it doesn’t even query the Things API.
I guess it could be done to add the Thing label to the item picker dropdown list, but it’s not that straightforward: while it’s simple to get a list of items related to a thing, the opposite is not true - AFAIK it would involve enumerating all of the things and their channels.
Ahh, i see. I wasn’t the OP, i just translated his question and joined the discussion.
My items have well organized names in item files and i do not use PaperUI and Simple Mode. But i remember the problems of the OP when i tried all that stuff.