# \[APP\]\[Pro\] AWTRIX - Connected Smart Clock for your Smart Home

**URL:** https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888
**Category:** Apps
**Tags:** app, homey-pro
**Created:** [October 15, 2023, 6:42pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888 "2023-10-15T18:42:24Z")
**Posts on this page:** 20
**Page:** 8

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [February 27, 2025, 8:16pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/141 "2025-02-27T20:16:41Z")

</div>

I would expect if you add app 1…4 and then 6, the 6 become 5… but that is my guess… i can try to experiment with this when I arrive at office, have all my awtrixes there… i should probably take one home 😃

---

<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: [March 1, 2025, 4:09pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/142 "2025-03-01T16:09:57Z")

</div>

Hi @Bckp, is there a limit as to how quickly you can execute flow cards that send commands to the pixel clock?

I have a ‘reset’ flow that removes all custom apps (9) from my pixel clock and then creates them all again. These actions are performed in serial/after each other. So 9 removals and 9 creations. This flow completes in approx. 2 secs.

I noticed when I run this flow in the slower test mode, it works just fine. However if I execute it in normal mode, not all actions seems to actually be processed by the pixel clock: not all apps are created.

And, more problematic, Homey cannot connect to the clock any more: it shows a red triangle with an exclamation mark on the device tile and error message when opening the tile that it cannot connect to the clock. I need to restart the clock and app to get it working again.

Based on this observation I included a 1 sec delay after each app removal and creation action (see screenshot for context; note that the creation action itself is included in a separate flow for each custom app). This seems to work: Homey keeps connected to the clock. The flow now takes approx. 18 secs to execute.

 ![AWTRIX Remove All Apps](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/e/f/ef48ca85445bfdcc92b1250dc1e5118b72d238c7.png)

 ![AWTRIX Create All Apps](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/9/9/99bc9e29517e769abd005c7fff0d131078675752.png)

Not sure what is the cause of this behavior.

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [March 1, 2025, 4:36pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/143 "2025-03-01T16:36:50Z")

</div>

To be honest, i never tried to push so much informations to the clock, but based from what I spoke with Blueforcer ideal is less then 5 in sec, you can really easily overrun the CPU on clock, it is slow ESP if I remember correctly…

I can create flow card remove all custom apps, that should be possible (i know all apps running on clock and homey one have homey: prefix, and i can stack the delete command, but creation is different story… If you can send me report, i can analyse what happens during the command and why the clock stop responding…

---

<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: [March 1, 2025, 8:26pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/144 "2025-03-01T20:26:52Z")

</div>

It is also not a flow that I will be using regularly. The 1 sec delay between commands is fine for my purposes.

I created a log after performing the flow without the delays (I hope this is the correct method; I haven’t created logs before 😊): `ae5cae3c-9925-4df0-96c7-a4d317737bd6`

Thanks for looking in to this!

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [March 1, 2025, 8:30pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/145 "2025-03-01T20:30:10Z")

</div>

Yep, it is it… but Athom limit amount of data it sends, so i see 3 last apps 😃

---

<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: [March 1, 2025, 8:31pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/146 "2025-03-01T20:31:42Z")

</div>

Is that enough info for you? Or is there a way to create a better log for you?

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [March 2, 2025, 12:40pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/147 "2025-03-02T12:40:18Z")

</div>

I will try to replicate it at work… this Wednesday hopefully… But i belive sending 18 requests in 2 sec is just too much for Awtrix, maybe i will add option to put automatic 200ms delay if you chain commands…

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [March 5, 2025, 4:09pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/148 "2025-03-05T16:09:19Z")

</div>

Just info for all, Ulanzi offer 33% discount for Awtrix, so if you want some, now is great time to get them 🙂

Affiliate link: [PIXEL Smart clock](https://www.ulanzi.com/products/ulanzi-pixel-smart-clock-2882?ref=28e02dxl)

This affiliate is for Blueforcer, author of amazing Awtrix firmware

---

<div class="post-metadata">

### Author: ![eovermeer](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/eovermeer/32/121670_2.png) [@eovermeer](https://community.homey.app/u/eovermeer)
#### Post date: [March 6, 2025, 9:37am UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/149 "2025-03-06T09:37:28Z")

</div>

Just installed test version 1.3.3 because the card ‘Send notification messages with JSON options’ is **very** useful, thanks!

My current running Flows with ‘Send (sticky) notification’ doesn’t show the icon anymore, just only the message. Workaround is using the new card message with JSON options, with icon option.

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [March 6, 2025, 11:28am UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/150 "2025-03-06T11:28:48Z")

</div>

Thanks for info, fixed in 1.3.4 (released to test)

---

<div class="post-metadata">

### Author: ![eovermeer](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/eovermeer/32/121670_2.png) [@eovermeer](https://community.homey.app/u/eovermeer)
#### Post date: [March 6, 2025, 5:36pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/151 "2025-03-06T17:36:13Z")

</div>

Icons are back, thanks!

---

<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: [March 29, 2025, 6:52pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/152 "2025-03-29T18:52:31Z")

</div>

Hi @Bckp, I am trying tro create a custom app with text in colored fragments as described in [this section of the AWTRIX documentation](https://blueforcer.github.io/awtrix3/#/api?id=display-text-in-colored-fragments).

 ![AWTRIX App Colored Fragments](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/6/a/6a5472caa62e9a953fcc32b1d7881daa5ba44473.png)

If I input the necessary ‘text’ configuration in the JSON part, it seems to be ignored / overwritten by the ‘message’ field in the flowcard. If I don’t provide a message (leave the message field empty), but do include the ‘text’ config in the JSON part, no text is displayed (only the icon).

How can I display test in colored fragments?

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [March 29, 2025, 7:27pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/153 "2025-03-29T19:27:24Z")

</div>

Colorized text is not supported yet 😃 i never thought someone will use it… i will look at this

---

<div class="post-metadata">

### Author: ![R5Turbo](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/r5turbo/32/15151_2.png) [@R5Turbo](https://community.homey.app/u/R5Turbo)
#### Post date: [April 28, 2025, 10:26pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/154 "2025-04-28T22:26:36Z")

</div>

I wanted to change to your app (instead of MQTT JSON stuff), however I do miss as well the colorized text (like @SunBeech )

[![](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/3/4/342a083e6c3e37ebde9a773c9e658d2b55216958.jpeg "AWTRIX LIGHT mit Ulanzi TC001 Display (MQTT via Homey)") ](https://www.youtube.com/watch?v=QUdz_rwIuAo)

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [April 28, 2025, 11:57pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/155 "2025-04-28T23:57:04Z")

</div>

Im slowly working on it 🙂 not much spare time left ☹ i need to finish setup screen to support authentication too, in next life day should have 36 hours 🤣

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [May 10, 2025, 1:30pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/156 "2025-05-10T13:30:33Z")

</div>

Text fragments are in latest test version 🙂 please test them… one change, official documentation have info color need to be in HEX value without #, that is not exactly true, it should be with # for consistency, and homey app expects you to fill # there… i wrote BlueForcer to fix this in documentation.

EDIT: TextFragments for for notification, not for app (i will try to fix this today)  
EDIT2: TextFragments now in 1.3.6 works as expected 🙂

You can put them into JSON or even in text field

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/d/b/dbc5b77393bf32894698120661ad30c05662ee00.png)

---

<div class="post-metadata">

### Author: ![naehle](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/naehle/32/79073_2.png) [@naehle](https://community.homey.app/u/naehle)
#### Post date: [May 13, 2025, 7:58pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/157 "2025-05-13T19:58:42Z")

</div>

Hi,  
gradient

 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/0/1/01450e801c09f8493186b693bfab0df9dbe4be69.jpeg)  
and blinking  
 ![image](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/5/2/522948ffb2e6b7684c8923f069e042702d2ae10d.jpeg)

are not working.

Any suggestions?

Regards

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [May 13, 2025, 8:12pm UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/158 "2025-05-13T20:12:47Z")

</div>

Hello, gradient should be array, not string, this could be the reasson why it is not working as expected, validator will remove it as it is not valid, blinkText should be int, so try to put it there without ", but that is guessing, I can look at it later if this will not work…

---

<div class="post-metadata">

### Author: ![naehle](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/naehle/32/79073_2.png) [@naehle](https://community.homey.app/u/naehle)
#### Post date: [May 14, 2025, 7:00am UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/159 "2025-05-14T07:00:32Z")

</div>

Yes… I assume you’re right, but somehow the closing bracket got lost… will check tonight…

But “repeat” is also int, and it´s working as expected - unless 1 is also the default, which I have to check…

---

<div class="post-metadata">

### Author: ![Bckp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bckp/32/134101_2.png) [@Bckp](https://community.homey.app/u/Bckp)
#### Post date: [May 14, 2025, 7:17am UTC](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888/160 "2025-05-14T07:17:33Z")

</div>

There will be different issue I guess, because code have normalizers, so they take that string and convert it internally to number, so this must be some sort of bug in app, i will look at it…

[Previous page](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888.md?page=7)

[Next page](https://community.homey.app/t/app-pro-awtrix-connected-smart-clock-for-your-smart-home/91888.md?page=9)
