Awtrix (clock) notification [Custom Component]

blueprint is very easy,
just name app
just choose entity what you wish to show
just choose AWTRIX3 device(s)

I’m a bit lost with my awtrix.
I switched from ioBroker to Home Assistant. I have an external MQTT Broker running, the Awtrix3 device is publishing on it, the HA discovery is on. In HA I can not find the device with this integration neither I can configure anything like MQTT server or something like that. There seems to be no configuration in the integration, is that right? Could u guys help me. That would be wonderful! Thanks.




yes. this right.

why i see no icon?

action: notify.awtrix_ce4a94
data:
  message: Hi!
  data:
     icon: "846"

Have you downloaded the icon to your clock beforehand?

1 Like

my crystal ball said what you do not download icon before.

1 Like
action: notify.awtrix_ce4a94
data:
  message: Hi!
  data:
     icon: "https://developer.lametric.com/content/apps/icon_thumbs/846"

the ball had right

1 Like

Thanks a lot for your work. I can’t find it in HACS, are you sure it is available there?

thank you.

no.

but question for you. can you click here? :slight_smile:

1 Like

This way it works, thanks for your help. But why is it not available via HACS search, like all other customs integrations?

tbh idk why. sorry,

Hi. Nice component!
Create, switch, remove an app works like a charm!

What’s not working: I’m trying to use the weather_app.

I get this error: websocket_api script: Error executing script. Unexpected error for call_service at pos 1: ‘AwtrixTime’ object has no attribute ‘weather_app’

Config / Test in developer tools:
action: awtrix.awtrix_51e4ec_weather_app
data:
weather: weather.dortmund
outside_temperature: sensor.terrasse_climate_sensor_temperature
home_temperature: sensor.wk_az_2_temperature
sun: sun.sun

No moon sensor (optional as far as I understand)

Where I’m doing wrong?

thanks a lot in advance!

you can’t. it imposable to debug in eveloper tools.
please res error in log file.

please show me all code for your automation

code not working in 2025

Stopped because an error was encountered at 19 March 2025 at 10:12:20 pm (runtime: 0.00 seconds)

extra keys not allowed @ data[‘payload_template’]

anyone now how to fix this?

More details, please

thanks I got it working apart from the bar at bottom`

playing_percent: >-
  {{ (100 - ((state_attr(entity_id, 'media_duration') | default(0, true) -
  (state_attr(entity_id, 'media_position') | default(0, true) +
  as_timestamp(now()) - as_timestamp(state_attr(entity_id,
  'media_position_updated_at') | default(now(), true)))) / 60) * 100 /
  (state_attr(entity_id, 'media_duration') | default(1, true)  / 60)) | int }}
1 Like

ZeroconfServiceInfo was used from awtrix3, this is a deprecated constant which will be removed in HA Core 2026.2. Use homeassistant.helpers.service_info.zeroconf.ZeroconfServiceInfo instead, please report it to the author of the ‘awtrix3’ custom integration

omg! thank you so much. let me fix

1 Like