Periodic reboot of all my Shelly devices

Hello

I’m not sure if this is the right part of the forum, so excuse me if this is somewhere else, but I couldn’t find it when searching.

I have a lot of Shelly devices (85) in use and from time to time I notice poor network performance of the individual devices when they run for a long time without being restarted.
So I’m looking for a way to restart all Shelly devices with just one action. I’m not very good at scripting and/or programming and haven’t found an “in-place option” for such an action.
Any help will be much appreciated

and why reboot all device?:face_with_monocle:

But with Automation Reboot

I don‘t have your problem with more than 100 Shelly device

Example automation
every 3 days at 0:30

description: Jeden 3 Tag von Day of Year
mode: single
triggers:
  - at: "00:30:00"
    trigger: time
conditions:
  - condition: template
    value_template: "{{ not now().strftime('%j') | int % 3}}"
actions:
  - action: button.press
    metadata: {}
    data: {}
    target:
      entity_id:
        - button.pro3em_129_reboot
        - button.splugs_183_reboot

That’s really strange.
In my environment, the devices become unstable after a long period of time.
I notice it especially when a firmware update is installed after a long period of time. Then the update process doesn’t run completely on some devices, so the devices are no longer accessible. If I boot all devices manually before the update, the problem doesn’t occur.
The problem isn’t a big one with PlugS, but with permanently installed PM2s for controlling blinds, it’s a lot of annoying work.
That’s why I’m looking for a way to boot all Shellys regularly.

So that I don’t have to adjust the automation every time I register a new device, it would be great to be able to select the manufacturer.

Gen1 Shellys?
Electrolytic capacitor problem, the only thing that helps is to change the capacitors anyway

I had added an automation to my post above :smile:

I also don’t have the problem with a FW update
(FB5690Pro and 3xFR6000 als LanBridge)