AWTRIX 3 - Blueprint for creating simple apps for dummies

Hi,

first thanks for the amazing Component and blueprint.
is it possible to point to the user options in the additional conditions?
based on a result of a variable calculated inside of the automation i want to be able to publish the app or not.
e.g. if icon_template = “not found” i don’t want to publish the app

thanks in advance

1 Like

show or remove app automatically only via Additional conditions

1 Like

example

1 Like

One question,
does anyone know if it is possible to stop an application (for example, which lasts 10 seconds) and start a new application immediately, when something happens. something like (“force”: true). I’m talking about home assistant and MQTT. I tried random things but it didn’t work.
Tx

use case please. Describe what you want to achieve.

btw, use switch for switch to another app.

action: awtrix.awtrix_bedroom_switch_app
data: 
   name: "Time"

in the configuration.yaml i must only add → awtrix:
?

unfortunately very little is explained here, almost only examples:

no. the latest ver do not need any changes in configuration.yaml. just add via UI

thank you after many many hours a full noob has ist becom it to run thank you.
The biggest problem wars to get installet HACS why they mad them so hard to do :slight_smile:

idk, HACS was created for easy installation / updating any HASS components (expecially for noobs)
:slight_smile:

1 Like

Is there a way to make the icon stay on screen whilst the text scrolls?

Have you read the manual? Please do, there are all your answers.
Small hint, search for push Icon

1 Like

Ahh I didn’t even know there was a manual, apologies and thanks! :slight_smile:

Just published a few flows.

BOM Australia Weather Report
https://flows.blueforcer.de/flow/PjqG5X8V5YNK
BOM

A/C Climate Control and Door Notification
https://flows.blueforcer.de/flow/np78OpdZOGKm
Door Open

Dry Mode

Heat Mode

Off Mode

Cool Mode

2 Likes

Will search, sorry, I just seen AWTRIX 3 and did not read the rest. Seemed like the only central place for AWTRIX Info. Created new topic AWTRIX 3 - NodeRED Flows

1 Like

colors:
  "0": "#00ff7f"
  "5": "#00ff2a"
  "10": "#2aff00"
  "15": "#7fff00"
  "20": "#d4ff00"
  "25": "#ffd400"
  "30": "#ff7f00"
  "35": "#ff5f00"
  "-15": "#007fff"
  "-10": "#00d4ff"
  "-5": "#00ffd4"
value_template: "{{states(entity_id) | round}}"
duration: 5
pos: 3
color: |-
  {{user_data.colors[(colors.items() | 
      map(attribute='0') |  
      map('int') |  
      sort | select('>=', value_template ) | 
      first) | string]}} 
1 Like

Hi Oleg, Im probably to stupid to launch a notification :wink: I Imported the blueprint code in Automations. I created a Automation and fill up the fields, but when I start the automation i get a error Code. Unknown Aktion: awtrix.awtrix_xxxx_push_app_data . Did you know what happens? Best regards Thomas

hi Thomas, glad to see you.

Probably you should first setup custom_component

  1. HASC
  2. add repo
  3. GitHub - 10der/homeassistant-custom_components-awtrix: HASS awtrix

1 Like

Hi Oleg, ok thank you. I installed the custom_conifg repo. What are the next steps. Which yaml must be edited with the File editor?, because when I set the automation the same error appear? Thanks a lot. Please explain all the steps again for a dummy user :wink:

before the next step be sure what all is ok.
open HASS
open Developer tools
http://homeassistant.local:8123/developer-tools/action
and test integration

action: awtrix.awtrix_bedroom_rtttl
data:
  rtttl: two_short:d=4,o=5,b=100:16e6,16e6

After execute, you should hear “beep-beep”