Correction, the automation in the first posting still gets stuck. Again, suspecting the automation.trigger bit even though it seems to work fine in some automations. Any devs here who might know whether anything has changed in the handling of the automation.trigger functionality?
I’m not sure that’s necessarily the problem though. The sample of mine I posted I have around 15 identical copies for different rooms all with identical Z-Wave devices - of them only this one has begun exhibiting the “jam” since 2023.7.3
@EndUser, just to clarify. So, you did not use the built-in restore functionality but rather rolled-back your VM or your SD card)? Which version is your system now?
Wow, that core restore seemed to take forever. But on first site, the trickiest of automations seems to be working again. I’ll check the others in a moment.
Home Assistant 2023.7.3
Supervisor 2023.07.1
Operating System 10.4
Frontend 20230705.1 - latest
However, I cannot really mark this as a solution, since @Tillsy seems to be in trouble with the old version as well.
If the problem is in 2023.8 others must be experiencing this, too. Strange, why it’s so quiet.
BTW, I had originally thought a “full backup” would include everything. Turns out not so much.
@EndUser, kudos to you! Your idea seems to have saved me for now! Thanks a million!
Thank you, @123. However, your solution will only work for this specific situation (it is actually close to what I had when I started two years ago). With the other automations, it’s a whole load of different triggers and conditions.
Anyway, it seems the problem lies deeper somewhere hidden in 2023.8.0.
Thanks for your speedy reply. Yes, the automations failing with 2023.8 also include automation.trigger triggering itself. However, many automations using the same automation.trigger triggering itself scenario worked just fine.
Anyway, since the problems disappeared after changing back to 2023.7.3 (as far as I can tell, all automations are working just fine), the problem might be deeper than the automations themselves.
Could somebody with a Github account point the devs to this thread, maybe? I am not on Github myself.
If you suspect it’s a software bug in version 2023.8.0, report it as an Issue in Home Assistant’s GitHub Core repository. That’s where the development team tracks bugs. You will need to create a GitHub account (it’s free) to do that.
FWIW, the use of automation.trigger isn’t a best practice in general, let alone using it an automation to call itself. More often than not, the automation’s design is improved if it avoids using automation.trigger.