openhab-core: Setpoint valuecolor not working in BasicUI
Release = Raspbian GNU/Linux 10 (buster) Kernel = Linux 4.19.75-v7+ Platform = Raspberry Pi 2 Model B Rev 1.1 openHAB 2.4.0-1 (Release Build)
Hi, I couldn’t not find any entry regarding this issue, but I bekeiv e this is one. For Setpoint item I see that the color of the value is not updated in the BasicUI (but well under the Classic UI). Note that the labelcolor is well updated in both UI’s Typical example:
Setpoint item=STAT_254_TAR icon="temperature" minValue=5 maxValue=30 step=0.5
labelcolor=[>=28="red", >=24="orange", >=19="yellow", >=15="lime", >=0="blue"]
valuecolor=[>=28="red", >=24="orange", >=19="yellow", >=15="lime", >=0="blue"]
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 18 (10 by maintainers)
Commits related to this issue
- [basicui] Implement color management for setpoint widgets (#147) Fix openhab/openhab-core#1234 Signed-off-by: Laurent Garnier <lg.hc@free.fr> — committed to openhab/openhab-webui by lolodomo 5 years ago
- Merge 2.5.x into main (#1266) * Update README (2.5.x) (#1153) Change branch name. Signed-off-by: Yannick Schaus <github@schaus.net> * Update items.md (#1156) * Added var and VA units to U... — committed to Rosi2143/openhab-core by ghys 4 years ago
Don’t worry, I will test myself.