Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _data/notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions _data/update_check_overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 4 additions & 5 deletions _plugins/psucontrol_shelly.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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
tags:
Expand All @@ -26,7 +26,6 @@ compatibility:
- posix
- windows
python: ">=3,<4"
abandoned: https://github.com/OctoPrint/plugins.octoprint.org/issues/1417
---

See <https://github.com/edekeijzer/OctoPrint-PSUControl-Shelly> for information on configuration.
Loading