Automations not being triggered

Hi, since 0.65.5 (or 0.65.4) my automations isn’t triggered sometimes. After a reboot it works for serval time but suddenly it stops. Anyone else have this issue?
If I restart hass it start working again.

I have some automation using “time”, and some using “sun” as trigger, the ones that use “sun” always seems to work.

first I’d add this to your customizations:

group.all_automations:
  hidden: false

then add group.all_automations to one of your views and you’ll see which automations are on and which (if any) are off.
if you have an automation that’s not done correctly (like an infinite loop) you’ll find it likely gets disabled.

Hope this helps

HI,

I use automations based on “sun” and “time” too…
i have no issue since 0.65.5 …
What installation do you have ? native ? hass.io ? docker ?

the workaround proposed bue lolouk could be a good solution to detect any problem …

I already have the automation on a view, and they are all on.

I use hass.io on a raspberry pi 3.

if they’re all one and not being triggered, then either the trigger doesn’t turn to true, or you have a condition that stops it from running.
Is this affecting 1 or all automations?

I have a time based automotion that sets the landing light.

Depending on time it sets it to bright, nightlight or off.

A few days ago it totally randomly didn’t work. I have no idea why, and it’s worked ever since. Now that you mention it, it may have been during the very short time that I was on 0.65.4 (which was so short I didn’t even sync it to GitHub), but I never investigated it because it happened on a busy day and it only happened the once.

I know this doesn’t help you if you’re on 0.65.5, but just to let you know really.