# Developers

**URL:** https://community.homey.app/c/developers/10.md?page=10

[Latest](https://community.homey.app/latest.md) · [Categories](https://community.homey.app/categories.md) · [Tags](https://community.homey.app/tags.md)

**Page:** 11

---

## [How do I use uiQuickAction?](https://community.homey.app/t/how-do-i-use-uiquickaction/112549)

<div class="topic-metadata">

**Author:** [@johnnyDrama](https://community.homey.app/u/johnnyDrama)\
**Replies:** 4\
**Last updated:** [August 29, 2024, 7:30pm UTC](https://community.homey.app/t/how-do-i-use-uiquickaction/112549 "2024-08-29T19:30:49Z")

</div>

Hi, I’m trying to develop my first Homey app. I have manged to add an alarm that goes off at a certain event. I’d like the user to be able to reset the alarm. The alarm is currently added as such: { "type": "boolea…

---

## [Could not get device by ID and multiple onoff Capability - Zigbee](https://community.homey.app/t/could-not-get-device-by-id-and-multiple-onoff-capability-zigbee/115129)

<div class="topic-metadata">

**Author:** [@ninja](https://community.homey.app/u/ninja)\
**Replies:** 1\
**Last updated:** [August 28, 2024, 4:45pm UTC](https://community.homey.app/t/could-not-get-device-by-id-and-multiple-onoff-capability-zigbee/115129 "2024-08-28T16:45:38Z")

</div>

Hi, my code for device.js "zigbee": { "manufacturerName": \[ "LUMI" \], "productId": "lumi.switch.l3acn1", Device Interview: "ids": { "modelId": "lumi.switch.l3acn1", "manufacturerName": "LUM…

---

## [Why doesn't Homey allow bright color logos for the applications?](https://community.homey.app/t/why-doesnt-homey-allow-bright-color-logos-for-the-applications/115020)

<div class="topic-metadata">

**Author:** [@Hyuk\_Myeong](https://community.homey.app/u/Hyuk_Myeong)\
**Replies:** 2\
**Last updated:** [August 26, 2024, 4:49pm UTC](https://community.homey.app/t/why-doesnt-homey-allow-bright-color-logos-for-the-applications/115020 "2024-08-26T16:49:07Z")

</div>

I’m developing a messaging application called Kakao Talk And its brand color is light yellow(#FEE500) as described here in And so, if fails in validation like below. ✓ Validating app… :heavy\_multiplication\_x: App d…

---

## [App for Sunseeker Robotic Lawn Mowers (Meec, Brucke, Tokmanni, Scheppach, Orbex, Practixx, Adano)?](https://community.homey.app/t/app-for-sunseeker-robotic-lawn-mowers-meec-brucke-tokmanni-scheppach-orbex-practixx-adano/114485)

<div class="topic-metadata">

**Author:** [@Espen\_Botnan](https://community.homey.app/u/Espen_Botnan)\
**Replies:** 1\
**Last updated:** [August 16, 2024, 1:34pm UTC](https://community.homey.app/t/app-for-sunseeker-robotic-lawn-mowers-meec-brucke-tokmanni-scheppach-orbex-practixx-adano/114485 "2024-08-16T13:34:29Z")

</div>

Would anybody be interested in making an app for the Robotic Lawn Mowers from Sunseeker? There should be many of these around the world, as they are rebranded and sold as many different brands (Meec, Brucke, Tokmanni, Sc…

---

## [How can I make push notifications using my app?](https://community.homey.app/t/how-can-i-make-push-notifications-using-my-app/114743)

<div class="topic-metadata">

**Author:** [@jinbaek\_lee](https://community.homey.app/u/jinbaek_lee)\
**Replies:** 4\
**Last updated:** [August 21, 2024, 2:58pm UTC](https://community.homey.app/t/how-can-i-make-push-notifications-using-my-app/114743 "2024-08-21T14:58:02Z")

</div>

Hello, I am developing an app to install on Homey Pro. After creating an action card, I generated a notification in the registerRunListener as follows: const notificationAction = this.homey.flow.getActionCard('send\_not…

---

## [Pairing with custom views and using events to verify syntax of a cron string](https://community.homey.app/t/pairing-with-custom-views-and-using-events-to-verify-syntax-of-a-cron-string/114264)

<div class="topic-metadata">

**Author:** [@OH2TH](https://community.homey.app/u/OH2TH)\
**Replies:** 13\
**Last updated:** [August 14, 2024, 9:10am UTC](https://community.homey.app/t/pairing-with-custom-views-and-using-events-to-verify-syntax-of-a-cron-string/114264 "2024-08-14T09:10:44Z")

</div>

I’m in the process of improving syntax checking in my app and eas planning to call the backend to wih Homey.emit() to verify crontab syntax of the input from user while adding new device. main-driver has: which is cal…

---

## [How can I get user list when I create condition flow?](https://community.homey.app/t/how-can-i-get-user-list-when-i-create-condition-flow/114112)

<div class="topic-metadata">

**Author:** [@jinbaek\_lee](https://community.homey.app/u/jinbaek_lee)\
**Replies:** 2\
**Last updated:** [August 10, 2024, 10:58am UTC](https://community.homey.app/t/how-can-i-get-user-list-when-i-create-condition-flow/114112 "2024-08-10T10:58:37Z")

</div>

Hi, everyone. In Homey’s default flow push notifications, you can get the list of users registered on my Homey Pro. I want to create and provide a flow in my app that I’m developing, but is there a way to provide the …

---

## [Homey Apps SDK v3 I18n.getUnit() function problem](https://community.homey.app/t/homey-apps-sdk-v3-i18n-getunit-function-problem/114111)

<div class="topic-metadata">

**Author:** [@jinbaek\_lee](https://community.homey.app/u/jinbaek_lee)\
**Replies:** 3\
**Last updated:** [August 9, 2024, 11:40am UTC](https://community.homey.app/t/homey-apps-sdk-v3-i18n-getunit-function-problem/114111 "2024-08-09T11:40:36Z")

</div>

Hi, everyone. I am developing an app that runs on Homey Pro. I want to perform different actions based on whether the temperature unit in Homey Pro is Celsius or Fahrenheit. I think I can use the getUnit() function fo…

---

## [RF433: Unknown Command](https://community.homey.app/t/rf433-unknown-command/114049)

<div class="topic-metadata">

**Author:** [@ninja](https://community.homey.app/u/ninja)\
**Replies:** 3\
**Last updated:** [August 7, 2024, 5:32pm UTC](https://community.homey.app/t/rf433-unknown-command/114049 "2024-08-07T17:32:00Z")

</div>

Newbie developer attempting to write an app for RF-433 Followed the Homey dev videos to create an app and add a device/driver. Used SDK3 to read about the Homey SDK script for RF433. The signal is one signal for a sim…

---

## [App Creation using Windows Command Line](https://community.homey.app/t/app-creation-using-windows-command-line/113818)

<div class="topic-metadata">

**Author:** [@ninja](https://community.homey.app/u/ninja)\
**Replies:** 4\
**Last updated:** [August 7, 2024, 5:00pm UTC](https://community.homey.app/t/app-creation-using-windows-command-line/113818 "2024-08-07T17:00:34Z")

</div>

Hi all, I am a newbie developer and trying to code a Homey app using Windows Command Line. I have installed nodejs and Docker as per the Developer instructions. I followed the steps on the Homey Developer Video - http…

---

## [Long press dimming](https://community.homey.app/t/long-press-dimming/113876)

<div class="topic-metadata">

**Author:** [@Craig\_Engel](https://community.homey.app/u/Craig_Engel)\
**Replies:** 1\
**Last updated:** [August 4, 2024, 4:53pm UTC](https://community.homey.app/t/long-press-dimming/113876 "2024-08-04T16:53:49Z")

</div>

Is there a flow card for long press up and long press down? Is there a flow card for changing the level by 5% for each second of the long press?

---

## [Timeline for device](https://community.homey.app/t/timeline-for-device/55810)

<div class="topic-metadata">

**Author:** [@IamNague](https://community.homey.app/u/IamNague)\
**Replies:** 4\
**Last updated:** [August 2, 2024, 1:20pm UTC](https://community.homey.app/t/timeline-for-device/55810 "2024-08-02T13:20:49Z")

</div>

I built an app with driver for new device with only one custom capability (type enum). The device has no timeline menu, how to add it ? How to write in the device timeline when a flow change the value of the capability ? …

---

## [Firmware release 12.0.0](https://community.homey.app/t/firmware-release-12-0-0/112556)

<div class="topic-metadata">

**Author:** [@johnnyDrama](https://community.homey.app/u/johnnyDrama)\
**Replies:** 22\
**Last updated:** [July 29, 2024, 6:54pm UTC](https://community.homey.app/t/firmware-release-12-0-0/112556 "2024-07-29T18:54:39Z")

</div>

Does anyone know when firmware 12.0.0 will be released for Homey Pro (Early 2023)? In the documentation it is already mentioned (and necessary for my app), but it is not mentioned in the changelog. It also isn’t mentione…

---

## [Beginner needs a quick tip](https://community.homey.app/t/beginner-needs-a-quick-tip/86533)

<div class="topic-metadata">

**Author:** [@TroRon](https://community.homey.app/u/TroRon)\
**Replies:** 21\
**Last updated:** [July 28, 2024, 7:51am UTC](https://community.homey.app/t/beginner-needs-a-quick-tip/86533 "2024-07-28T07:51:58Z")

</div>

Hello together I am currently trying my hand at developing my first app, settings etc are already working… But what I can not manage, that the flow card runs. I always get the following error message: Flow Card not re…

---

## [Binary sensor Homey](https://community.homey.app/t/binary-sensor-homey/112896)

<div class="topic-metadata">

**Author:** [@Michal\_Goral](https://community.homey.app/u/Michal_Goral)\
**Replies:** 3\
**Last updated:** [July 14, 2024, 6:58pm UTC](https://community.homey.app/t/binary-sensor-homey/112896 "2024-07-14T18:58:59Z")

</div>

I create a new type “Capabilities” bonary\_sensor. I would like to be able to add a flow to it which, after changing from true/false, can turn on or off another device. file: /.homeycompose/capabilities/binary\_sensor.j…

---

## [Web API local auth error](https://community.homey.app/t/web-api-local-auth-error/112701)

<div class="topic-metadata">

**Author:** [@KungWaz](https://community.homey.app/u/KungWaz)\
**Replies:** 7\
**Last updated:** [July 12, 2024, 7:00am UTC](https://community.homey.app/t/web-api-local-auth-error/112701 "2024-07-12T07:00:23Z")

</div>

What am I missing to get my Shelly script to work? I have created a API key with the “Devices” and “Flows” permissions using this guide, https://support.homey.app/hc/en-us/articles/8178797067292-Getting-started-with-API…

---

## [Driver Error](https://community.homey.app/t/driver-error/112709)

<div class="topic-metadata">

**Author:** [@Michal\_Goral](https://community.homey.app/u/Michal_Goral)\
**Replies:** 1\
**Last updated:** [July 11, 2024, 7:25am UTC](https://community.homey.app/t/driver-error/112709 "2024-07-11T07:25:13Z")

</div>

I have this code: import Homey from 'homey'; import mqtt from 'mqtt'; class MqttSmartBOB extends Homey.Driver { private devices: any\[\]; // Deklaracja właściwości devices private client: mqtt.MqttClient | null; // D…

---

## [User's choice of status indicator doesn't work](https://community.homey.app/t/users-choice-of-status-indicator-doesnt-work/112548)

<div class="topic-metadata">

**Author:** [@johnnyDrama](https://community.homey.app/u/johnnyDrama)\
**Replies:** 15\
**Last updated:** [July 9, 2024, 10:15pm UTC](https://community.homey.app/t/users-choice-of-status-indicator-doesnt-work/112548 "2024-07-09T22:15:20Z")

</div>

Hi, I’m trying to build my first Homey app. I’ve successfully added capabilities that show up on the list of “Status indicator” in the Settings for the device. However, even though I change the setting, the icon still j…

---

## [Apps and cloud services](https://community.homey.app/t/apps-and-cloud-services/112428)

<div class="topic-metadata">

**Author:** [@Jan-Ivar\_Boyum](https://community.homey.app/u/Jan-Ivar_Boyum)\
**Replies:** 11\
**Last updated:** [July 8, 2024, 12:51pm UTC](https://community.homey.app/t/apps-and-cloud-services/112428 "2024-07-08T12:51:37Z")

</div>

Several of the Homey App Store apps developed by manufacturers of devices are based on an API that goes through the manufacturer’s cloud service. This results in an extra vulnerability in the system. To this day, we have…

---

## [Validate app error: Homey App did not validate against level \`verified\`:](https://community.homey.app/t/validate-app-error-homey-app-did-not-validate-against-level-verified/112247)

<div class="topic-metadata">

**Author:** [@Chris\_Bogers](https://community.homey.app/u/Chris_Bogers)\
**Replies:** 1\
**Last updated:** [July 1, 2024, 4:31pm UTC](https://community.homey.app/t/validate-app-error-homey-app-did-not-validate-against-level-verified/112247 "2024-07-01T16:31:22Z")

</div>

Hello All, I have downloaded Visual Studio Code and downloaded the code of the Zonnepanelen App, but I don’t think is related, because it’s a generice error. When I validate the app, I’m getting the following error (al…

---

## [Weird issue with pairing on mobile - Tapo app](https://community.homey.app/t/weird-issue-with-pairing-on-mobile-tapo-app/112123)

<div class="topic-metadata">

**Author:** [@DrFatalis](https://community.homey.app/u/DrFatalis)\
**Replies:** 6\
**Last updated:** [June 28, 2024, 4:55pm UTC](https://community.homey.app/t/weird-issue-with-pairing-on-mobile-tapo-app/112123 "2024-06-28T16:55:46Z")

</div>

Hi, I am working in an app for tp-link device. I created a pairing process to list all tapo devices and allow the user to select them. On the dev webpage where the screenshot is taken, everything work without problem. H…

---

## [Best way to develop an app where one driver can host multiple different devices](https://community.homey.app/t/best-way-to-develop-an-app-where-one-driver-can-host-multiple-different-devices/111818)

<div class="topic-metadata">

**Author:** [@Venxir](https://community.homey.app/u/Venxir)\
**Replies:** 4\
**Last updated:** [June 23, 2024, 12:25am UTC](https://community.homey.app/t/best-way-to-develop-an-app-where-one-driver-can-host-multiple-different-devices/111818 "2024-06-23T00:25:30Z")

</div>

I’m currently working on an app where one single API can generate results for multiple devices. I created a driver which succesfully talks to this API but the devices returned all have somewhat different capabilities. I…

---

## [Homeyduino mutiiple devices on one ESP32 Board](https://community.homey.app/t/homeyduino-mutiiple-devices-on-one-esp32-board/111719)

<div class="topic-metadata">

**Author:** [@Michal\_Goral](https://community.homey.app/u/Michal_Goral)\
**Replies:** 1\
**Last updated:** [June 19, 2024, 7:51am UTC](https://community.homey.app/t/homeyduino-mutiiple-devices-on-one-esp32-board/111719 "2024-06-19T07:51:35Z")

</div>

I have an ESP32 board with 16 ON/OFF outputs, how can I make each of these outputs on a separate buttons in the application. \` Homey.begin("SHT40 sensor"); Homey.setClass("sensor"); Homey.addCapability("measure\_hum…

---

## [Using multiple onoff capabilities for the same device disables onoff flows](https://community.homey.app/t/using-multiple-onoff-capabilities-for-the-same-device-disables-onoff-flows/63258)

<div class="topic-metadata">

**Author:** [@frodeheg](https://community.homey.app/u/frodeheg)\
**Replies:** 7\
**Last updated:** [June 15, 2024, 10:55am UTC](https://community.homey.app/t/using-multiple-onoff-capabilities-for-the-same-device-disables-onoff-flows/63258 "2024-06-15T10:55:00Z")

</div>

If I in driver.compose.json define multiple onoff capabilities: "capabilities": \[ "onoff.upper", "onoff.lower", \] Then I register them as such in devices.json: this.registerMultipleCapabilityListener(\['…

---

## [Custom cluster reports no attributes](https://community.homey.app/t/custom-cluster-reports-no-attributes/111469)

<div class="topic-metadata">

**Author:** [@AndreasQlight](https://community.homey.app/u/AndreasQlight)\
**Replies:** 1\
**Last updated:** [June 14, 2024, 12:11pm UTC](https://community.homey.app/t/custom-cluster-reports-no-attributes/111469 "2024-06-14T12:11:28Z")

</div>

Hi, I’ve implemented a custom cluster for the device, and I can send commands perfectly fine on the new cluster. Like the setAreaLight command is processed correctly when called on the cluster. I tried removing and readd…

---

## [Custom insight reporting](https://community.homey.app/t/custom-insight-reporting/111381)

<div class="topic-metadata">

**Author:** [@AndreasQlight](https://community.homey.app/u/AndreasQlight)\
**Replies:** 4\
**Last updated:** [June 12, 2024, 12:21pm UTC](https://community.homey.app/t/custom-insight-reporting/111381 "2024-06-12T12:21:23Z")

</div>

Can you set your own insight values? Like I have rmsVoltage, but also rmsVoltagePhaseB and rmsVoltagePhaseC. Can I report these from a Zigbee driver? Could not really find anything related to setting “insight data” in t…

---

## [How to send a push confirmation from homeyscript](https://community.homey.app/t/how-to-send-a-push-confirmation-from-homeyscript/68704)

<div class="topic-metadata">

**Author:** [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)\
**Replies:** 16\
**Last updated:** [June 2, 2024, 5:43pm UTC](https://community.homey.app/t/how-to-send-a-push-confirmation-from-homeyscript/68704 "2024-06-02T17:43:34Z")

</div>

Hi all, I’m trying to get a push confirmation working from HomeyScript. The script does not return an error… I use it in Adv.Flow card “And - homeyscript run script” Sending a push message works fine, but the confirm …

---

## [Newbie question - how to contact developers?](https://community.homey.app/t/newbie-question-how-to-contact-developers/110946)

<div class="topic-metadata">

**Author:** [@Kristian\_Ottosen](https://community.homey.app/u/Kristian_Ottosen)\
**Replies:** 2\
**Last updated:** [June 3, 2024, 8:59am UTC](https://community.homey.app/t/newbie-question-how-to-contact-developers/110946 "2024-06-03T08:59:12Z")

</div>

Hi, What is the preferred way to reach out to the developer of an app? I have tried sending suggestions via this platform to a couple developers and waiting for a few weeks - but get no replies. Best Regards from Denm…

---

## [Zigbee attribute reporting issue on Smart Charger APP](https://community.homey.app/t/zigbee-attribute-reporting-issue-on-smart-charger-app/111354)

<div class="topic-metadata">

**Author:** [@AndreasQlight](https://community.homey.app/u/AndreasQlight)\
**Replies:** 0\
**Last updated:** [June 11, 2024, 8:49am UTC](https://community.homey.app/t/zigbee-attribute-reporting-issue-on-smart-charger-app/111354 "2024-06-11T08:49:02Z")

</div>

Hi, I am trying to develop an app for a smart charger, and most of the basic stuff works. But I can’t seem to get Homey’s energy and power to display in the mobile app. I can manually read the value of both measure\_pow…

---

## [setCapabilityValue not reflected](https://community.homey.app/t/setcapabilityvalue-not-reflected/110284)

<div class="topic-metadata">

**Author:** [@Sharkys](https://community.homey.app/u/Sharkys)\
**Replies:** 7\
**Last updated:** [May 27, 2024, 7:36am UTC](https://community.homey.app/t/setcapabilityvalue-not-reflected/110284 "2024-05-27T07:36:10Z")

</div>

I’m trying to revive old Broadcom app, 5 years no updates… developer seems to be gone, no forum no email appearance etc… but anyway, trying to improve it and struggle to find reason for setcapabilityValue not working : …

[Previous page](https://community.homey.app/c/developers/10.md?page=9)

[Next page](https://community.homey.app/c/developers/10.md?page=11)
