Blueforcer / awtrix3

Custom firmware for the Ulanzi Smart Pixel clock or self made awtrix. Getting started is easy as 1-2-3
https://blueforcer.github.io/awtrix3/
Other
1.26k stars 109 forks source link

[BUG] [NEW BEHAVIOUR] Notifications are handled sequential #225

Closed Dinges28 closed 1 year ago

Dinges28 commented 1 year ago

Bug report

Describe the bug

In firmware 0.6 I used the notify function for several things. One of them was showing the DIM percentage of a light. It would show the light brightness percentage "realtime" while dimming. and after releasing any button it will hold the percentage for 5 seconds When dimming It would overwrite the previous notification despite of the "duration" timer still active or not.

In firmware 0.7 notifications are handled sequential, it will process the new notification AFTER the duration timer is finished. I would like the notification again to process the new input, despite the fact that the timer is still active.

Additional information

To Reproduce

topic: ulanzi_computerkamer/notify
              payload: "{\"duration\": 5,\"text\": \"Computer\",\"progress\": \"{{(state_attr('light.computerkamer_groep','brightness') / 2.55 )| round(0) }}\"}"   
Blueforcer commented 1 year ago

Its really important to read the changelogs and the documentation before creating a "bug" report. Use the stack key to control this behavior

Dinges28 commented 1 year ago

I reviewed the documentation, but missed this stack option, my apologies. I was searching for the changelog (I'm a bit of a github newby), Is it the releases link?