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
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.