Hi,
I’m about to integrate my heating devices. In my sitemap, I’ll show two different temperature values:
- the setpoint temp I define and
- the actual temp reported by my device
I’d like to use the valuecolor
tag in my sitemap: the actual temp should be green when it’s above my setpoint temp. What’s the correct syntax for this? Eh… is it possible at all?
Thanks a lot and cheers,
Marianne
Text item=Heizung_SET
label="Solltemperatur [%.1f °C]"
icon="temperature"
valuecolor=[<18.5="blue", <22.5="green", >22.4="maroon"]
Text item=Heizung_ACTUALTEMP
label="Aktuelle Temperatur [%.1f °C]"
icon="temperature"
valuecolor=[>Heizung_SET...state....toString...???="green"]