
Show multiple sensors of same or similar Type on a single Tile
I'm thinking if maybe will be possible to group/combine some sensor info in only 1 Tile, so we can save space for others tiles, and that maybe will help when you have a limit space to add your tiles, like small table or Cell.
For example in my case I have 4 Ecobee Sensor and planing to add more as I like to know the Temperature/Presence inside the house at the room level
Same maybe can be for example same sensor that also give you the Presence in the area were the sensor is located.
For example this is what I have now:
And if we combine those ones can be as below:
Asking if possible as those sensor only provide information, so there is any interaction with then. Also maybe we can have different positions or maybe the tile should/can be larger.
Thanks in advance.
Jose Bourdier.
Customer support service by UserEcho
ActionTiles (in fact, all SmartApps in SmartThings) does not "directly" interface with Things/Devices ... they interfaces with the Capabilities of the Thing, as defined in the official SmartThings standard Capabilities documents: https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Temperature-Measurement
The Capabilities describe one or more Attributes (and/or Commands) specific to it. Most Capabilities only have one Attribute and/or one Command. "Temperature Measurement" and "Relative Humidity Measurement" are two distinct Capabilities, with the distinct Attributes "temperature" and "humidity".
And note: ActionTiles does not (and cannot) get any information about the way the Device displays "tiles" inside the SmartThings App(s). So if the Device Type developer has created a special multi-Tile layout, or has summary Tiles like total cost of electricity this month, etc., we cannot infer this at all. It is not a part of SmartThings specifications (so far?).
We call the various types of Tiles in ActionTiles, "Tileabilities"; and, for the most part, there is a 1:1 relationship between a Capability and a Tileability. Of course, there are already exceptions. Capability "Battery" has a distinct Tile Type (a Tileablity), but it can also be displayed in the footer of the Tile of any Battery powered Thing. The Weather Tile also combines the Attributes of many different Capabilities onto one Tile (there is no Capability "Weather" in fact!).
The Feature Request(s):
Pardon the long answer, but I wanted to be sure to get a Feature Request Topic started that has a lot of information for productive discussion...
Thanks!
...Terry.