The Thermostat Multi Tile Attribute seems to think it’s smarter than I am.
tileAttribute("device.temperature", key: "VALUE_CONTROL") {
attributeState("default", action: "setTemperature")
}
Doesn’t seem to allow for settings above 99f. I would like to set the heat above 99f — no one likes a luke warm hot tub.
Is this a feature? Am I missing something I need to configure elsewhere? @slagle @jody.albritton @duncan @bflorian
slagle
(Tim Slagle)
February 10, 2016, 6:36pm
2
Try setting your own range?
StrykerSKS
(Sean Kendall Schneyer)
February 11, 2016, 5:28am
3
range? On VALUE_CONTROL? Those are arrows not the slider. Does that control allow a range???
There is nothing in the documentation that would suggest that it takes a range.
Pennig
(Matt Pennig)
March 9, 2016, 2:25am
4
I’ll pipe in and request that it not max out at 99 — no one likes a warmtub.
Looks like this issue has you a bit sore — If only you had some nice hot water to help relieve that soreness!
In 2.1.0, if you edit your DTH to use the new preferred VALUE_UP
and VALUE_DOWN
states on the VALUE_CONTROL
attribute, that should bypass the 99 maximum.
See: http://docs.smartthings.com/en/latest/device-type-developers-guide/tiles-metadata.html?#a-word-on-the-value-control-attribute
2 Likes