You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is my first feature request for openhab and I hope this is the correct repo for it. If not please give me a hint where to move it.
I have several String items where I combine different item values via rules for display it in basic ui and the android app. For example for weatherstation I have a string item "condition (temperature)"
"Cloudy (23°C)" or for my heatings I have combined "actualtemp / targettemp" "22.5°C / 23.0°C". What I would need to define in sitemap is which item-value is used to determine the correct icon for this items. Like valuecolor=[item==...] and labelcolor=[item==...] I would suggest another attribute iconvalue=item to do the job.
Best Regard
Johannes Ott
The text was updated successfully, but these errors were encountered:
wborn
transferred this issue from openhab/openhab-distro
Sep 28, 2019
Hi,
this is my first feature request for openhab and I hope this is the correct repo for it. If not please give me a hint where to move it.
I have several String items where I combine different item values via rules for display it in basic ui and the android app. For example for weatherstation I have a string item "condition (temperature)"
"Cloudy (23°C)" or for my heatings I have combined "actualtemp / targettemp" "22.5°C / 23.0°C". What I would need to define in sitemap is which item-value is used to determine the correct icon for this items. Like valuecolor=[item==...] and labelcolor=[item==...] I would suggest another attribute iconvalue=item to do the job.
Best Regard
Johannes Ott
The text was updated successfully, but these errors were encountered: