-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[airq] naming conflic between CO and CO2 items #13909
Comments
This is certainly due to the special 2 character that will be ignored. |
In addition, is there a reason why |
Pinging binding author/maintainer: @aurelio1 |
It also seems that the binding throws a
Can we treat this within this issue or shall I create another one? |
One issue per problem please. So, you have 2 more issues to create. |
Looking at the XML thing description, I realize that the author of this binding makes a mismatch between channel label and description. I find no channel description and channel label are most of the time a description, not a short label ! |
Subscript digits in channel label are ignored by UI when the item name is built. Fix openhab#13909 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Subscript digits in channel label are ignored by UI when the item name is built. Fix openhab#13909 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Normalizing allows for channel names to contain subscript characters like in units; CO2. Fixes openhab/openhab-addons#13909 Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
Normalizing allows for channel names to contain subscript characters like in units; CO2. Fixes openhab/openhab-addons#13909 Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
The util function adds additional support: * Use normalize to allow for channel names to contain subscript characters like in units; CO2. * Convert spaces to underscore. * Allow underscore in name. Fixes openhab/openhab-addons#13909 Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
The util function adds additional support: * Use normalize to allow for channel names to contain subscript characters like in units; CO2. * Convert spaces to underscore. * Allow underscore in name. Fixes openhab/openhab-addons#13909 Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
…rt (#1578) The util function adds additional support: * Use normalize to allow for channel names to contain subscript characters like in units; CO2. * Convert spaces to underscore. * Allow underscore in name. Fixes openhab/openhab-addons#13909 Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
@Hilbrand : is this issue now fixed since the UI PR is merged? @MikeTheTux : I would suggest that you test with 3.4RC1 coming this evening. |
Yes this should be fixed with the UI PR merge. |
When creating items for the channels
CO Concentration
andCO₂ Concentration
, in both cases a short-name<thing>_COConcentration
is proposed. This leads to a naming conflict.The same problem might exist for other CO₂ channels as well.
Expected Behavior
Item
<thing>_CO2Concentration
for channelCO₂ Concentration
Item
<thing>_COConcentration
for channelCO Concentration
Current Behavior
Item
<thing>_COConcentration
for channelCO₂ Concentration
Item
<thing>_COConcentration
for channelCO Concentration
naming conflict
Your Environment
openHAB 3.4.0.M4
The text was updated successfully, but these errors were encountered: