# \[help needed\] How to display a tile with multiple Status?

**URL:** https://community.homey.app/t/help-needed-how-to-display-a-tile-with-multiple-status/146960
**Category:** Questions & Help
**Created:** [December 15, 2025, 3:12pm UTC](https://community.homey.app/t/help-needed-how-to-display-a-tile-with-multiple-status/146960 "2025-12-15T15:12:42Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ricercar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/ricercar/32/101928_2.png) [@ricercar](https://community.homey.app/u/ricercar)
#### Post date: [December 15, 2025, 3:12pm UTC](https://community.homey.app/t/help-needed-how-to-display-a-tile-with-multiple-status/146960/1 "2025-12-15T15:12:42Z")

</div>

Hi,  
Sorry if this has been covered in the forum but after hours spent trying to dabble with Advanced Virtual Device and reading the forum I am still in the blue.

I have a Sonoff device (SNZB-02D) which displays the current temperature and humidity (+battery) and would like to create a virtual device where the tile displays both Temperature and Humidity (and battery ?).

I would appreciate a step by step “how-to” create that device/tile (preferably in English 😉

Thanks 🙏

---

<div class="post-metadata">

### Author: ![Adrian\_Rockall](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/adrian_rockall/32/13209_2.png) [@Adrian\_Rockall](https://community.homey.app/u/Adrian_Rockall)
#### Post date: [December 15, 2025, 4:16pm UTC](https://community.homey.app/t/help-needed-how-to-display-a-tile-with-multiple-status/146960/2 "2025-12-15T16:16:45Z")

</div>

It’s not possible in the mobile app, unless you add an Enhanced Device widget to a dashboard.

In the web app you can switch to the larger icons and that will display more the capabilities.

---

<div class="post-metadata">

### Author: ![DirkG](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/dirkg/32/118897_2.png) [@DirkG](https://community.homey.app/u/DirkG)
#### Post date: [December 15, 2025, 4:28pm UTC](https://community.homey.app/t/help-needed-how-to-display-a-tile-with-multiple-status/146960/3 "2025-12-15T16:28:35Z")

</div>

You can create an AVD and, for example, “mirror” the humidity value from your sensor. Then you will have two separate devices, but you can see both values at a glance:

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/a/f/afd23a0e536698e93725c17b7deb7bd68e1001e3.png)

---

<div class="post-metadata">

### Author: ![Rmb](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rmb/32/79135_2.png) [@Rmb](https://community.homey.app/u/Rmb)
#### Post date: [December 15, 2025, 8:29pm UTC](https://community.homey.app/t/help-needed-how-to-display-a-tile-with-multiple-status/146960/4 "2025-12-15T20:29:57Z")

</div>

With an AVD you can combine two fields in one field. You have to experiment with adding extra spaces to have the line break at the right point.

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/e/0/e051e73a13e4d692f0f09675005c59c67cb8719b.jpeg)

---

<div class="post-metadata">

### Author: ![ricercar](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/ricercar/32/101928_2.png) [@ricercar](https://community.homey.app/u/ricercar)
#### Post date: [December 15, 2025, 8:45pm UTC](https://community.homey.app/t/help-needed-how-to-display-a-tile-with-multiple-status/146960/5 "2025-12-15T20:45:02Z")

</div>

thanks but that’s just the result I’m expecting without knowing how to get there 😇

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [December 15, 2025, 10:01pm UTC](https://community.homey.app/t/help-needed-how-to-display-a-tile-with-multiple-status/146960/6 "2025-12-15T22:01:59Z")

</div>

- Add an adv virtual device

- Add a text field to it, by right-clicking on the device tile, and click _ **Repair** _ (in the web app);  
You’ll see a screen like this:  

- Next, you can use a flow chart available for that particular device, and select the text field, fill in the text field with multiple values; you can mix and match everything.

- 
  - Use Shift + Enter to create a new line  
however, space on the tile is limited, so you will need to experiment a little:  
 ![Screenshot_20251215_225614_Firefox](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/1/0/1049278a843582e3d53398a36e68bf916f3f77b3.jpeg)

- Select the text field as “Status indicator”  

- Next, it appears on the device tile  

.

Another example, this one is for the weather:

 ![Screenshot_20251215_230730_Firefox](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/0/a/0abdcefefc6a6f37afb5c156bdcbdfa179edcf33.jpeg)

 ![Screenshot_20251215_230614_Firefox](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/1/c/1c65db28965daf0e7d8542c71097fa305ed0d4da.jpeg)
