But…But… But… I was not me
I did not mess around
Thanks, it fixed the app display!
1 Like
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.
1 Like
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!