Disappearing clock icon. #232
Replies: 1 comment 1 reply
-
If you're looking to combine this with the existing Clock + Icon blueprint, the problem you have is that any of the blueprints that use icons are using some hacky approaches to make those icons happen. Nextion doesn't let us do things like combine different two different text fields with different justification in the same field, so you can't directly have a button with arbitrary text on one side with an arbitrary icon on the other. The blueprints I made handle this by way of sending the text, pausing some msec, then sending the icon via the nextion The problem is that an icon positioned via I'm just spitballing here, but maybe log traffic to get the |
Beta Was this translation helpful? Give feedback.
-
I have a sensor near my trash bin in the garage that sets a Home Assistant helper entity to true if the bin is in the garage, false if not.
The plan is on the evening before the trash pickup, I will blink the colors of the clock button.
I have two Node Red functions that toggle between the button colors.
(Each function node is toggled by a once per second timer node.)
This all works just fine. When the bin is present, the clock button blinks between white text on a black background, and black text on a yellow background.
My question is: Why does the clock icon disappear?
Beta Was this translation helpful? Give feedback.
All reactions