You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm looking for some user script (cmd file) for self updating values at fields without mqtt or HA.
Like cmd file which is executed every X second and make color update of WiFi symbol according to signal strength.
Example:
"shedule_5.cmd" IF status.rssi >= -70 THEN p0b11.text_color = "green"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I'm looking for some user script (cmd file) for self updating values at fields without mqtt or HA.
Like cmd file which is executed every X second and make color update of WiFi symbol according to signal strength.
Example:
"shedule_5.cmd"
IF status.rssi >= -70 THEN p0b11.text_color = "green"
Is something like that possible? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions