From 2b58c0e969356fb5a5b804b7595a512f0e5dff03 Mon Sep 17 00:00:00 2001 From: Aron List Date: Mon, 16 Mar 2026 22:57:04 +0100 Subject: [PATCH 1/6] Adopt PSUControl Shelly plugin --- _data/update_check_overlays.yaml | 3 +++ _plugins/psucontrol_shelly.md | 11 +++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/_data/update_check_overlays.yaml b/_data/update_check_overlays.yaml index ad5934f458b..314657c8136 100644 --- a/_data/update_check_overlays.yaml +++ b/_data/update_check_overlays.yaml @@ -77,3 +77,6 @@ sidebarmacros: user: apbarratt pip: https://github.com/apbarratt/octoprint_sidebar_macros/releases/download/{target_version}/Sidebar-Macros.zip repo: octoprint_sidebar_macros +psucontrol_shelly: + user: triodes + pip: https://github.com/triodes/OctoPrint-PSUControl-Shelly/archive/{target_version}.zip \ No newline at end of file diff --git a/_plugins/psucontrol_shelly.md b/_plugins/psucontrol_shelly.md index c150ade3a5d..014d5a8efad 100644 --- a/_plugins/psucontrol_shelly.md +++ b/_plugins/psucontrol_shelly.md @@ -3,12 +3,12 @@ layout: plugin id: psucontrol_shelly title: PSU Control - Shelly description: Adds Shelly smart switch support to OctoPrint-PSUControl as a sub-plugin -archive: https://github.com/edekeijzer/OctoPrint-PSUControl-Shelly/archive/main.zip -homepage: https://github.com/edekeijzer/OctoPrint-PSUControl-Shelly -source: https://github.com/edekeijzer/OctoPrint-PSUControl-Shelly -author: Erik de Keijzer +archive: https://github.com/triodes/OctoPrint-PSUControl-Shelly/archive/main.zip +homepage: https://github.com/triodes/OctoPrint-PSUControl-Shelly +source: https://github.com/triodes/OctoPrint-PSUControl-Shelly +author: Aron List license: AGPLv3 -date: 2021-05-15 +date: 2026-03-16 tags: - power - psu @@ -26,7 +26,6 @@ compatibility: - posix - windows python: ">=3,<4" -abandoned: https://github.com/OctoPrint/plugins.octoprint.org/issues/1417 --- See for information on configuration. \ No newline at end of file From 798e51530f91d69eb2d9517a9796f7bdd69fecc8 Mon Sep 17 00:00:00 2001 From: Aron List Date: Mon, 16 Mar 2026 23:07:27 +0100 Subject: [PATCH 2/6] add maintainer notice --- _data/notices.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_data/notices.yaml b/_data/notices.yaml index 5c50dfc1030..df08ccfbb8f 100644 --- a/_data/notices.yaml +++ b/_data/notices.yaml @@ -388,3 +388,11 @@ Version 1.17.3 of this plugin is available from a new maintainer. The release notes of the version by the new maintainer can be found at the "Read more..." link below. link: https://github.com/vojtakaniok/OctoPrint-PrintJobHistory/releases/tag/1.17.3 +- plugin: PSUControl-Shelly + pluginversions: ["<1.2.0"] + versions: [] + date: 2026-03-16 12:00:00Z + text: + Version 1.2.0 of this plugin is available from a new maintainer. The release notes of the version by the + new maintainer can be found at the "Read more..." link below. + link: https://github.com/triodes/OctoPrint-PSUControl-Shelly/releases/tag/1.2.0 \ No newline at end of file From 4b22245c5d2f0ddaf6d91587348fe1388c0e6dd1 Mon Sep 17 00:00:00 2001 From: Aron List Date: Mon, 16 Mar 2026 23:09:03 +0100 Subject: [PATCH 3/6] add trailing newline --- _data/update_check_overlays.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/update_check_overlays.yaml b/_data/update_check_overlays.yaml index 314657c8136..ec1f0b8786c 100644 --- a/_data/update_check_overlays.yaml +++ b/_data/update_check_overlays.yaml @@ -79,4 +79,4 @@ sidebarmacros: repo: octoprint_sidebar_macros psucontrol_shelly: user: triodes - pip: https://github.com/triodes/OctoPrint-PSUControl-Shelly/archive/{target_version}.zip \ No newline at end of file + pip: https://github.com/triodes/OctoPrint-PSUControl-Shelly/archive/{target_version}.zip From 8d484f54c2daaa2b553608d239ac1b48ea60955a Mon Sep 17 00:00:00 2001 From: Aron List Date: Mon, 16 Mar 2026 23:09:43 +0100 Subject: [PATCH 4/6] add trailing newline --- _data/notices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/notices.yaml b/_data/notices.yaml index df08ccfbb8f..ee491b269cf 100644 --- a/_data/notices.yaml +++ b/_data/notices.yaml @@ -395,4 +395,4 @@ text: Version 1.2.0 of this plugin is available from a new maintainer. The release notes of the version by the new maintainer can be found at the "Read more..." link below. - link: https://github.com/triodes/OctoPrint-PSUControl-Shelly/releases/tag/1.2.0 \ No newline at end of file + link: https://github.com/triodes/OctoPrint-PSUControl-Shelly/releases/tag/1.2.0 From c3bc8b1055d356b59473704bf8a3c18763c44a58 Mon Sep 17 00:00:00 2001 From: Aron List Date: Mon, 16 Mar 2026 23:36:41 +0100 Subject: [PATCH 5/6] revert date to original --- _plugins/psucontrol_shelly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_plugins/psucontrol_shelly.md b/_plugins/psucontrol_shelly.md index 014d5a8efad..f914e452d7a 100644 --- a/_plugins/psucontrol_shelly.md +++ b/_plugins/psucontrol_shelly.md @@ -8,7 +8,7 @@ homepage: https://github.com/triodes/OctoPrint-PSUControl-Shelly source: https://github.com/triodes/OctoPrint-PSUControl-Shelly author: Aron List license: AGPLv3 -date: 2026-03-16 +date: 2021-05-15 tags: - power - psu From ad18a1534499ee417e79540ef1c3222bc2e9bab0 Mon Sep 17 00:00:00 2001 From: jneilliii Date: Mon, 16 Mar 2026 20:16:08 -0400 Subject: [PATCH 6/6] use plugin_identifier for notice --- _data/notices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/notices.yaml b/_data/notices.yaml index ee491b269cf..bf770054b60 100644 --- a/_data/notices.yaml +++ b/_data/notices.yaml @@ -388,7 +388,7 @@ Version 1.17.3 of this plugin is available from a new maintainer. The release notes of the version by the new maintainer can be found at the "Read more..." link below. link: https://github.com/vojtakaniok/OctoPrint-PrintJobHistory/releases/tag/1.17.3 -- plugin: PSUControl-Shelly +- plugin: psucontrol_shelly pluginversions: ["<1.2.0"] versions: [] date: 2026-03-16 12:00:00Z