# Request custom picker for Advanced Virtual Devices from the Device Capabilities App

**URL:** https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440
**Category:** Apps
**Tags:** app, virtual-device, device-capabilities, avd
**Created:** [April 18, 2023, 12:00pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440 "2023-04-18T12:00:00Z")
**Posts on this page:** 20
**Page:** 3

<div class="post-metadata">

### Author: ![Robin\_Widhede](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robin_widhede/32/82544_2.png) [@Robin\_Widhede](https://community.homey.app/u/Robin_Widhede)
#### Post date: [May 22, 2024, 3:26pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/50 "2024-05-22T15:26:18Z")

</div>

I would also like to request the same following custom list but for week schedule:

```auto
"title": {
      "en": "Schedule Week"
    },
    "values": [
      {
        "id": "monday",
        "title": {
          "en": "Monday",
          "nl": "Maandag",
          "de": "Montag"
        }
      },
      {
        "id": "tuesday",
        "title": {
          "en": "Tuesday",
          "nl": "Dinsdag",
          "de": "Dienstag"
        }
      },
      {
        "id": "wednesday",
        "title": {
          "en": "Wednesday",
          "nl": "Woensdag",
          "de": "Mittwoch"
        }
      },
      {
        "id": "thursday",
        "title": {
          "en": "Thursday",
          "nl": "Donderdag",
          "de": "Donnerstag"
        }
      },
      {
        "id": "friday",
        "title": {
          "en": "Friday",
          "nl": "Vrijdag",
          "de": "Freitag"
        }
      },
      {
        "id": "saturday",
        "title": {
          "en": "Saturday",
          "nl": "Zaterdag",
          "de": "Samstag"
        }
      },
      {
        "id": "sunday",
        "title": {
          "en": "Sunday",
          "nl": "Zondag",
          "de": "Sonntag"
        }
      }
    ]

```

---

<div class="post-metadata">

### Author: ![Willem59](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/willem59/32/16860_2.png) [@Willem59](https://community.homey.app/u/Willem59)
#### Post date: [May 22, 2024, 3:41pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/51 "2024-05-22T15:41:56Z")

</div>

Are you sure the translations are correct?  
‘Handmatig’ in Dutch or “Manuell” in German is not the same as March in Englisch.  
The month “March” is “Maart” in Dutch.  
And the month May is not “kunnen” in Dutch, but: “Mei”.  
At least I think you mean months, don’t you?

---

<div class="post-metadata">

### Author: ![Robin\_Widhede](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robin_widhede/32/82544_2.png) [@Robin\_Widhede](https://community.homey.app/u/Robin_Widhede)
#### Post date: [May 22, 2024, 6:28pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/53 "2024-05-22T18:28:46Z")

</div>

Updated. I Was to fast in editing.

But correct that it is months.

Thanks.

---

<div class="post-metadata">

### Author: ![Robin\_Widhede](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robin_widhede/32/82544_2.png) [@Robin\_Widhede](https://community.homey.app/u/Robin_Widhede)
#### Post date: [May 22, 2024, 6:30pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/54 "2024-05-22T18:30:17Z")

</div>

In Swedish both the month and planet is named Mars. 😛

---

<div class="post-metadata">

### Author: ![Willem59](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/willem59/32/16860_2.png) [@Willem59](https://community.homey.app/u/Willem59)
#### Post date: [May 23, 2024, 11:31am UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/56 "2024-05-23T11:31:14Z")

</div>

👍

---

<div class="post-metadata">

### Author: ![Robin\_Widhede](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robin_widhede/32/82544_2.png) [@Robin\_Widhede](https://community.homey.app/u/Robin_Widhede)
#### Post date: [May 27, 2024, 8:36am UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/57 "2024-05-27T08:36:05Z")

</div>

I would like to request the following list

```auto
"title": {
      "en": "Fan Speed"
    },
    "values": [
      {
        "id": "low",
        "title": {
          "en": "Low",
          "nl": "Laag",
          "de": "Niedrig"
        }
      },
      {
        "id": "high",
        "title": {
          "en": "High",
          "nl": "Hoog",
          "de": "Hoch"
        }
      }
    ]

```

---

<div class="post-metadata">

### Author: ![Robin\_Widhede](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robin_widhede/32/82544_2.png) [@Robin\_Widhede](https://community.homey.app/u/Robin_Widhede)
#### Post date: [May 27, 2024, 8:40am UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/58 "2024-05-27T08:40:48Z")

</div>

I would like to request the following list

```auto
"title": {
      "en": "Dehumidifier"
    },
    "values": [
      {
        "id": "manual",
        "title": {
          "en": "Manual",
          "nl": "Handmatig",
          "de": "Handbetrieb"
        }
      },
      {
        "id": "auto",
        "title": {
          "en": "Auto",
          "nl": "Auto",
          "de": "Auto"
        }
      },
      {
        "id": "laundry",
        "title": {
          "en": "Laundry",
          "nl": "Wasdrogen",
          "de": "Wäschetrocknung"
        }
      },
      {
        "id": "sleep mode",
        "title": {
          "en": "Sleep Mode",
          "nl": "Slaapstand",
          "de": "Schlafmodus"
        }
      },
      {
        "id": "air purifying",
        "title": {
          "en": "Air Purifying",
          "nl": "Luchtzuiverend",
          "de": "Luftreinigend"
        }
      }
    ]

```

---

<div class="post-metadata">

### Author: ![Willem59](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/willem59/32/16860_2.png) [@Willem59](https://community.homey.app/u/Willem59)
#### Post date: [May 27, 2024, 1:41pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/59 "2024-05-27T13:41:35Z")

</div>

Hi Robin,

Are you sure the title is “Dehumififier” ? I do not know that word (which could be my fault) but don’t you mean “dehumidifier”?  
Is “Manuell” not a better word than “Handbuch” (which is the book with a manual in it)?  
“Laundry”: “Wasserij” is more like a bussiness or bigger place where the can do the Laundry for you. If you mean the stuff (clothes etc) that have to be cleande, in Dutch that would be “Was” or “Wasgoed”. If you mean the room where the wachingmachine stands, in Dutch it would be “Waskamer” or (for most people) “Washok”.  
I suspect that in German “Wäscherei” is similar with Dutch. In that case “Washok” (Dutch) would be “Waschanstalt” : I am not sure about this: maybe someone else knows this?

---

<div class="post-metadata">

### Author: ![M\_a\_r\_c\_o](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/m_a_r_c_o/32/146_2.png) [@M\_a\_r\_c\_o](https://community.homey.app/u/M_a_r_c_o)
#### Post date: [May 27, 2024, 2:01pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/60 "2024-05-27T14:01:38Z")

</div>

With a dehum, its a mode to dry the washed clothes. So it is not washing, its about drying the laundery.

I think that if you search that there is already a request for this mode.

> [@Request custom picker for Advanced Virtual Devices from the Device Capabilities App](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/32):
>
> Please add this one, used for a dehumidifier (raw device via Tuya) is other device than previous posted Name and ID for Laundry Drying is different, don’t know is that is relevant for the title line, the ID is the name used in the enum to send to the device. "title": { "en": "Auto, Manual, Laundry Drying, Sleeping, Purifying" }, "values": [{ "id": "Auto", "title": { "en": "Automatic", "no": "Automatisk", "nl": "Automatisch", "de": "Automatisch" } }, { "id": "…

---

<div class="post-metadata">

### Author: ![Robin\_Widhede](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robin_widhede/32/82544_2.png) [@Robin\_Widhede](https://community.homey.app/u/Robin_Widhede)
#### Post date: [May 27, 2024, 2:04pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/61 "2024-05-27T14:04:04Z")

</div>

Updated. Thanks. Can’t trust google translate. 😛

---

<div class="post-metadata">

### Author: ![Robin\_Widhede](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robin_widhede/32/82544_2.png) [@Robin\_Widhede](https://community.homey.app/u/Robin_Widhede)
#### Post date: [May 28, 2024, 12:08pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/62 "2024-05-28T12:08:59Z")

</div>

Please add the following list as well. Thanks a lot.

```auto
"title": {
      "en": "Timer"
    },
    "values": [
      {
        "id": "cancel",
        "title": {
          "en": "Cancel",
          "nl": "Annuleren",
          "de": "Stornieren"
        }
      },
      {
        "id": "1_hour",
        "title": {
          "en": "1h",
          "nl": "1u",
          "de": "1 Std"
        }
      },
      {
        "id": "2_hours",
        "title": {
          "en": "2h",
          "nl": "2u",
          "de": "2 Std"
        },
      {
        "id": "3_hours",
        "title": {
          "en": "3h",
          "nl": "3u",
          "de": "3 Std"
        }
      },
      {
        "id": "4_hours",
        "title": {
          "en": "4h",
          "nl": "4u",
          "de": "4 Std"
        }
      },
      {
        "id": "5_hours",
        "title": {
          "en": "5h",
          "nl": "5u",
          "de": "5 Std"
        }
      },
      {
        "id": "6_hours",
        "title": {
          "en": "6h",
          "nl": "6u",
          "de": "6 Std"
        }
      },
      {
        "id": "7_hours",
        "title": {
          "en": "7h",
          "nl": "7u",
          "de": "7 Std"
        }
      },
      {
        "id": "8_hours",
        "title": {
          "en": "8h",
          "nl": "8u",
          "de": "8 Std"
        }
      },
      {
        "id": "9_hours",
        "title": {
          "en": "9h",
          "nl": "9u",
          "de": "9 Std"
        }
      },
      {
        "id": "10_hours",
        "title": {
          "en": "10h",
          "nl": "10u",
          "de": "10 Std"
        }
      },
      {
        "id": "11_hours",
        "title": {
          "en": "11h",
          "nl": "11u",
          "de": "11 Std"
        }
      },
      {
        "id": "12_hours",
        "title": {
          "en": "12h",
          "nl": "12u",
          "de": "12 Std"
        }
      },
      {
        "id": "13_hours",
        "title": {
          "en": "13h",
          "nl": "13u",
          "de": "13 Std"
        }
      },
      {
        "id": "14_hours",
        "title": {
          "en": "14h",
          "nl": "14u",
          "de": "14 Std"
        }
      },
      {
        "id": "15_hours",
        "title": {
          "en": "15h",
          "nl": "15u",
          "de": "15 Std"
        }
      },
      {
        "id": "16_hours",
        "title": {
          "en": "16h",
          "nl": "16u",
          "de": "16 Std"
        }
      },
      {
        "id": "17_hours",
        "title": {
          "en": "17h",
          "nl": "17u",
          "de": "17 Std"
        }
      },
      {
        "id": "18_hours",
        "title": {
          "en": "18h",
          "nl": "18u",
          "de": "18 Std"
        }
      },
      {
        "id": "19_hours",
        "title": {
          "en": "19h",
          "nl": "19u",
          "de": "19 Std"
        }
      },
      {
        "id": "20_hours",
        "title": {
          "en": "20h",
          "nl": "20u",
          "de": "20 Std"
        }
      },
      {
        "id": "21_hours",
        "title": {
          "en": "21h",
          "nl": "21u",
          "de": "21 Std"
        }
      },
      {
        "id": "22_hours",
        "title": {
          "en": "22h",
          "nl": "22u",
          "de": "22 Std"
        }
      },
      {
        "id": "2_hours",
        "title": {
          "en": "23h",
          "nl": "23u",
          "de": "23 Std"
        }
      },
      {
        "id": "24_hours",
        "title": {
          "en": "24h",
          "nl": "24u",
          "de": "24 Std"
        }
      }
      }
    ]`Preformatted text`

```

```auto
type or paste code here

```

---

<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: [May 28, 2024, 6:07pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/63 "2024-05-28T18:07:04Z")

</div>

> [@Robin\_Widhede](#):
>
> ```auto
> "id": "2 hours",
> "title": {
> "en": "2h",
> "nl": "2h",
> "de": "2h"
> 
> ```

Hi Robin,

Most probably whitespace(s) in the `id` entry is not allowed. Better use an `_` instead.

When you don’t need to translate stuff like “2h”, you can omit the related `nl` and `de` entries next time

When you _do_ want to translate:  
2h in Dutch = 2u  
(hour = uur)  
Hour in German is Stunde, dunno the short  
@Undertaker  
_Hi Uwe,  
If “2 hours” in English is written as 2h in short, what is it in German, 2S?_

Cheers

---

<div class="post-metadata">

### Author: ![Undertaker](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/undertaker/32/53278_2.png) [@Undertaker](https://community.homey.app/u/Undertaker)
#### Post date: [May 29, 2024, 2:26am UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/64 "2024-05-29T02:26:07Z")

</div>

Hi Peter,  
2h is also understood in German. If you want to do it perfectly, write **2 Std.**

---

<div class="post-metadata">

### Author: ![Martin072](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/martin072/32/70637_2.png) [@Martin072](https://community.homey.app/u/Martin072)
#### Post date: [July 3, 2024, 6:03pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/65 "2024-07-03T18:03:15Z")

</div>

Has been a while, just wondering if it might have been missed.

---

<div class="post-metadata">

### Author: ![Kai\_Atle\_Rod](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/kai_atle_rod/32/58496_2.png) [@Kai\_Atle\_Rod](https://community.homey.app/u/Kai_Atle_Rod)
#### Post date: [August 27, 2024, 3:55pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/66 "2024-08-27T15:55:02Z")

</div>

Hi,

I need a picker for my A/C:

- Auto
- Heat
- Cool
- Fan
- Dry
- Off

Thanks

---

<div class="post-metadata">

### Author: ![Mike1233](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mike1233/32/20991_2.png) [@Mike1233](https://community.homey.app/u/Mike1233)
#### Post date: [August 27, 2024, 4:22pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/67 "2024-08-27T16:22:05Z")

</div>

@Kai_Atle_Rod If I read the first post then this is not enough information for @Arie_J_Godschalk to make a custom picker for your device.

---

<div class="post-metadata">

### Author: ![Kai\_Atle\_Rod](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/kai_atle_rod/32/58496_2.png) [@Kai\_Atle\_Rod](https://community.homey.app/u/Kai_Atle_Rod)
#### Post date: [August 27, 2024, 5:52pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/68 "2024-08-27T17:52:15Z")

</div>

Thanks. Trying again.

```auto
"title": {
      "en": "Auto, Heat, Cool, Fan only, Dry, Off"
    },
    "values": [
      {
        "id": "auto",
        "title": {
          "en": "Auto",
          "nl": "Auto'",
          "de": "Auto"
        }
      },
      {
        "id": "heat",
        "title": {
          "en": "Heat",
          "nl": "Warmte",
          "de": "Hitze"
        }
      },
      {
        "id": "cool",
        "title": {
          "en": "Cool",
          "nl": "Koel",
          "de": "Cool"
        }
      },
      {
        "id": "fan",
        "title": {
          "en": "Fan only",
          "nl": "Alleen ventilator",
          "de": "Nur Ventilator"
        }
      },
      {
        "id": "dry",
        "title": {
          "en": "Dry",
          "nl": "Droog",
          "de": "Trocken"
        }
      },
      {
        "id": "off",
        "title": {
          "en": "Off",
          "nl": "Uit",
          "de": "Aus"
        }
      }
    ]

```

---

<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: [June 14, 2025, 3:09pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/69 "2025-06-14T15:09:07Z")

</div>

Hi @Arie_J_Godschalk,  
I would also like to have a custom picker. However, this picker is really very specific and probably no one else will need it. I hope this is still ok.

```auto
{
  "title": {
    "en": "Open, Privacy protection, Sun protection, Close, Heat protection"
  },
  "values": [
    {
      "id": "open",
      "title": {
        "en": "Open",
        "nl": "Open",
        "de": "Offen"
      }
    },
    {
      "id": "privacyprotection",
      "title": {
        "en": "Privacy protection",
        "nl": "Privacyscherm",
        "de": "Sichtschutz"
      }
    },
    {
      "id": "sunprotection",
      "title": {
        "en": "Sun protection",
        "nl": "Zonbescherming",
        "de": "Sonnenschutz"
      }
    },
    {
      "id": "close",
      "title": {
        "en": "Close",
        "nl": "Gesloten",
        "de": "Geschlossen"
      }
    },
    {
      "id": "heatprotection",
      "title": {
        "en": "Heat protection",
        "nl": "Hittebescherming",
        "de": "Hitzeschutz"
      }
    }
  ]
}

```

**Explanation**

I use 5 opening states for our roller shutters:

- Open: the roller shutters are fully open (which means they are 100% open)

- Privacy protection: when it starts to get dark in the evening and we already have to switch on the light inside, I close the shutters a little so that people can’t look at our plates (which is about 40% open)

- Sun protection: if the sun is shining strongly in summer but it is not yet really hot, I close the roller shutters so that they are closed all the way down but there is still enough light coming in through the slits (which is about 20% open)

- Closed: this is the state when we go to bed, there are still a few slits open (which is about 10% open)

- Heat protection: if it’s going to get really hot, I close the shutters completely so that they can keep out some heat (which means they are fully closed)

---

<div class="post-metadata">

### Author: ![Justin\_Anderson](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/justin_anderson/32/121525_2.png) [@Justin\_Anderson](https://community.homey.app/u/Justin_Anderson)
#### Post date: [June 16, 2025, 6:32pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/70 "2025-06-16T18:32:25Z")

</div>

Would like to request a Home Mode picker list:  
Away  
Morning  
Day  
Evening  
Sleep

---

<div class="post-metadata">

### Author: ![SunBeech](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/sunbeech/32/111391_2.png) [@SunBeech](https://community.homey.app/u/SunBeech)
#### Post date: [July 10, 2025, 1:12pm UTC](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440/71 "2025-07-10T13:12:44Z")

</div>

I have a picker requests related to the operating mode of an air conditioner.

```auto
    "title": {
      "en": "Cool, Heat, Dry, Fan"
    },
    "values": [
      {
        "id": "cool",
        "title": {
          "en": "Cool",
          "nl": "Koelen",
          "de": "Kühlen"
        }
      },
      {
        "id": "heat",
        "title": {
          "en": "Heat",
          "nl": "Verwarmen",
          "de": "Heizen"
        }
      },
      {
        "id": "dry",
        "title": {
          "en": "Dehumidify",
          "nl": "Ontvochtigen",
          "de": "Entfeuchten"
        }
      },
      {
        "id": "fan",
        "title": {
          "en": "Fan",
          "nl": "Ventilator",
          "de": "Lüfter"
        }
      }
    ]

```

[Previous page](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440.md?page=2)

[Next page](https://community.homey.app/t/request-custom-picker-for-advanced-virtual-devices-from-the-device-capabilities-app/79440.md?page=4)
