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.
Have you downloaded the icon to your clock beforehand?
my crystal ball said what you do not download icon before.
action: notify.awtrix_ce4a94
data:
message: Hi!
data:
icon: "https://developer.lametric.com/content/apps/icon_thumbs/846"
the ball had right
Thanks a lot for your work. I canât find it in HACS, are you sure it is available there?
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 }}
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




