But…But… But… I was not me ![]()
I did not mess around ![]()
Thanks, it fixed the app display!
With HA 2025.6.3 I am getting the following error when using this blueprint. The custom component is installed (v0.1.17).
AWTRIX test: Repeat at step 4: If at step 2: Error executing script. Service not found for call_service at pos 1: Action awtrix.awtrix_09ef6c_push_app_data not found
AWTRIX test: Repeat at step 4: Error executing script. Service not found for if at pos 2: Action awtrix.awtrix_09ef6c_push_app_data not found
AWTRIX test: Error executing script. Service not found for repeat at pos 4: Action awtrix.awtrix_09ef6c_push_app_data not found
Thanks for yout help.
let me update HA. ok
I tried again. Same error.
Logger: homeassistant.components.automation.awtrix_test
Quelle: helpers/script.py:2067
Integration: Automation (Dokumentation, Probleme)
Erstmals aufgetreten: 08:17:44 (30 Vorkommnisse)
Zuletzt protokolliert: 13:01:23
AWTRIX test: Repeat at step 4: If at step 2: Error executing script. Service not found for call_service at pos 1: Action awtrix.awtrix_09ef6c_push_app_data not found
AWTRIX test: Repeat at step 4: Error executing script. Service not found for if at pos 2: Action awtrix.awtrix_09ef6c_push_app_data not found
AWTRIX test: Error executing script. Service not found for repeat at pos 4: Action awtrix.awtrix_09ef6c_push_app_data not found
The integration works normally exept from pushing app data. Should I reinstall the integration?
Sir. again.
can you see or share your home-assistant.log instead
I had the same issue as you on a fresh home assistant install, what I had to do to get it to work:
- add GitHub - 10der/new-awtrix3-hass-integration: new awtrix3 hass integration (without mqtt) as a custom repository in HACS
- install the awtrix3 integration using HACS
- when this is done, go to the “devices and services” sections in HA, this should detect your awtrix device as a new device, add it
- add the blueprint, and create a new automation. If this shows multiple devices, pick the “awtrix3” one and not the “mqtt” one.
After trying again today I realized what the problem is. The selection of the blueprint only shows the MQTT AWTRIX device. That cannot work. I tried renaming the awtrix device. After removing and reinstalling the blueprint it now shows both awtrix devices. Problem solved. Thanks for your help!
Sorry, what is it?
Oleg thanks a lot for your work. God bless Ukraine, we all pray for your victory !!!
I’ve been using your homeassistant custom_components awtrix3 (OLD) for about an year or so, it worked perfectly, I use it to display weather and additional sensor every 5 min.
Here is the automation I had, it stopped working start of July.
alias: "AWTRIX: daytime weather"
description: "AWTRIX: daytime weather"
triggers:
- minutes: /5
trigger: time_pattern
conditions: [ ]
actions:
- data:
weather: weather.home
data:
weather:
lifetime: 10
duration: 10
frames:
Balcony_Temp:
icon: "21255"
text: "{{states('sensor.balcony_ctr_ds18b20_temperature')}} °C"
action: awtrix.awtrix_living_weather_app
mode: single
When running action I have this error in UI:
In log I see this error:
Source: components/automation/__init__.py:717
integration: Automation (documentation, issues)
First occurred: July 4, 2025 at 10:25:00 PM (6919 occurrences)
Last logged: 10:35:09 PM
While executing automation automation.awtrix_daytime_weather
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 717, in async_trigger
return await self.action_script.async_run(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
variables, trigger_context, started_action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1836, in async_run
return await asyncio.shield(create_eager_task(run.async_run()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 460, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 526, in _async_step
self._handle_exception(
~~~~~~~~~~~~~~~~~~~~~~^
ex, continue_on_error, self._log_exceptions or log_exceptions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 556, in _handle_exception
raise exception
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 524, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1012, in _async_step_call_service
response_data = await self._async_run_long_action(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<9 lines>...
)
^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 624, in _async_run_long_action
return await long_task
^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2802, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/awtrix/__init__.py", line 50, in service_handler
func = getattr(device, service)
AttributeError: 'AwtrixTime' object has no attribute 'weather_app'
I’ve tried to read few recent posts, I see there is new integration - GitHub - 10der/new-awtrix3-hass-integration: new awtrix3 hass integration (without mqtt)
I’ve also saw a lot of refers to the blueprint you share with us.
I’m a bit confused, not sure how to procced and fix the weather app I had ?
Thanks, Eddi
1st of THANK YOU! ![]()
2nd - let me check your code
lametric?
awtrix not lametric API
alias: AWTRIX - TEST DEL ME
description: ""
use_blueprint:
path: 10der/awtrix-simple.yaml
input:
app_name: awtrix_app_balcony
entity: sensor.balcony_ctr_ds18b20_temperature
app_icon: "21255"
suffix_text: °C
user_options:
lifetime: 10
duration: 10
extra_triggers:
- trigger: time_pattern
minutes: /5
awtrix_device:
- eb5a6a7b7cdea5bb00cf794599e8fc17
Oleg thanks a lot for the reply.
I’m even more confused now.
I use Awtrix, and I have your old component installed - this one - GitHub - 10der/homeassistant-custom_components-awtrix: HASS awtrix
I want the weather app - it was working before but stopped working in July.
Or should I try the new component ?
ahhh got it.
sorry, you are right. Weather app now not supported.
just install a blueprint.
here is blueprint examples, weather as well
Okay, I’ve switched to new repo already, will use the Blueprint.
Now trying to get rid of old entities - the mqtt ones - maybe you know how to ?
strange it should be compatibly.
anyway i can assist you.
but… what repo you use?
we have two different components.
- old with mqtt support
- http only.
you may still use old without any problem.
I’ve switched to new repo - Awtrix 3.
I see device, when try to add automation using blueprint - on the bottom I have “No matching devices found”
two diff repo’s two diff blueprints. ![]()
1st repo - classic mqtt bridge - own blueprints
2nd repo - modern http bridge - own blueprints
Hello Eddi, any luck fixing issue with "No matching devices found”?
which bprint you r use and witch integration u r use?
mqtt? http?

