Personally Iâd move the actions directly into the automation, get rid of the script, and then change the mode of the automation to restart.
But if you want to have both the automation & the script, the script probably needs to be restart. But so does the automation. If the automation restarts, it wonât cause the script to restart, it will actually stop the script and then start it. Yes, effectively itâs the same thing, but the actual mechanism is different. Since the script is being stopped and then started, the script itself is not restarting. Itâs being restarted.
But those are technicalities. You can move the actions to the automation and get rid of the script, or keep them both. Either way the automation should use restart mode.
Okay, I think I understand where you are coming from.
In that case I would suggest that we just extend ârestartâ mode to accept a queue (again a default of 1) that way 3 will accept multiples.
Parallel : as is.
Queued : so setting max: 10 allows the 10 oldest to run
Restart : setting max: 10 allows the 10 newest to run
Most people will just run with the default value anyway so itâs not a biggie and only special circumstances will require them to delve and the can study the options for those times.
No need for FIFO after all
Talk about confusing! Restart means if itâs running then stop it and start it again. Thereâs nothing to queue, because by the time you get to starting the new run all old runs are gone.
Again, no promises yet, but I think a new mode â queued_fifo â or a new parameter to the existing queued mode â something like dequeue_oldest: true/false â makes more sense.
But, yeah, an even more advanced feature that might be rarely used, but when itâs needed, âŠ
I have lost access to hue groups after the upgrade Only hue lights are working.
âAllow hue groupsâ is checked, removed hue entry from configuration.yaml.
Previous versions configured by yaml have been working flawlessly.
Did you lose groups, or Zones? I saw someone else mentioning losing zones. I know that for me in the past they both showed up as groups, but maybe they are handled differntly now?
Me 2 all my LightwaveRF lights show up as sensors, this is nowhere near ready for general release, and so much worse than the old configuration, the slow death of .yaml, starting to feel like windows, everything hidden in registry files and no real system control. I think this project may be going down the wrong road trying too appeal to the masses.
Looks like mdc-theme-surface controls the background of the pop-up body background. I canât figured out the pop-up header background, though - it almost seems like itâs hardcoded as white.
Iâm tempted to ask how you managed to do this but am not sure Iâd understand the answer.
Is it something like, taking 50 processes watching for an individual state change and replacing them with one process that looks for any change in state and then compares it to the 50 weâre interested in?
Please default automation to queued⊠just update my dev env to 113 and found non stop warning for automation and script⊠Yes, they are valid automation.
Since I updated to Version 0.113. After some hours, the system goes likely into something like deep sleep. The syslog shows hrtimer: Interrupt took 9425827 ns. After some refreshes of webui, homeassistant gets available. Homeassistant is running in a Qemu VM under Proxmox.