From c70685fd3748610099833eaa69f35a351dfa614f Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 25 Feb 2026 10:23:11 +0100 Subject: [PATCH 1/7] Add SOLECTRUS project metadata Added metadata for SOLECTRUS project including name, website, source code URL, description, licenses, platforms, tags, and demo URL. --- software/solectrus.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/solectrus.yml diff --git a/software/solectrus.yml b/software/solectrus.yml new file mode 100644 index 0000000000..efcc665da3 --- /dev/null +++ b/software/solectrus.yml @@ -0,0 +1,12 @@ +name: "SOLECTRUS" +website_url: "https://solectrus.de" +source_code_url: "https://github.com/solectrus/solectrus" +description: "Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations." +licenses: + - AGPL-3.0 +platforms: + - Docker + - Ruby +tags: + - Internet of Things (IoT) +demo_url: "https://demo.solectrus.de" From 5e58d20ac37433595bcaf76840bf598a513bdeba Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 25 Feb 2026 10:38:41 +0100 Subject: [PATCH 2/7] Update software/solectrus.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- software/solectrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/solectrus.yml b/software/solectrus.yml index efcc665da3..ba9d1d59ba 100644 --- a/software/solectrus.yml +++ b/software/solectrus.yml @@ -9,4 +9,4 @@ platforms: - Ruby tags: - Internet of Things (IoT) -demo_url: "https://demo.solectrus.de" +demo_url: https://demo.solectrus.de From 9da2f924a61ae8b91c3c0bb7b47cf50c2b6bf94c Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 25 Feb 2026 10:38:51 +0100 Subject: [PATCH 3/7] Update software/solectrus.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- software/solectrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/solectrus.yml b/software/solectrus.yml index ba9d1d59ba..a35bf64941 100644 --- a/software/solectrus.yml +++ b/software/solectrus.yml @@ -1,4 +1,4 @@ -name: "SOLECTRUS" +name: SOLECTRUS website_url: "https://solectrus.de" source_code_url: "https://github.com/solectrus/solectrus" description: "Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations." From 20e458563a693f37b49d9f37b6d6c87db09883b2 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 25 Feb 2026 10:38:58 +0100 Subject: [PATCH 4/7] Update software/solectrus.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- software/solectrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/solectrus.yml b/software/solectrus.yml index a35bf64941..27a427a4c2 100644 --- a/software/solectrus.yml +++ b/software/solectrus.yml @@ -1,5 +1,5 @@ name: SOLECTRUS -website_url: "https://solectrus.de" +website_url: https://solectrus.de source_code_url: "https://github.com/solectrus/solectrus" description: "Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations." licenses: From 209f9035b1f7a75a8fdc6dad1227806957e299e0 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 25 Feb 2026 10:39:05 +0100 Subject: [PATCH 5/7] Update software/solectrus.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- software/solectrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/solectrus.yml b/software/solectrus.yml index 27a427a4c2..e0ca0a8da9 100644 --- a/software/solectrus.yml +++ b/software/solectrus.yml @@ -1,6 +1,6 @@ name: SOLECTRUS website_url: https://solectrus.de -source_code_url: "https://github.com/solectrus/solectrus" +source_code_url: https://github.com/solectrus/solectrus description: "Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations." licenses: - AGPL-3.0 From 33fdb492eef936093cbe0ad6811f3a0cadf7a152 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 25 Feb 2026 10:39:12 +0100 Subject: [PATCH 6/7] Update software/solectrus.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- software/solectrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/solectrus.yml b/software/solectrus.yml index e0ca0a8da9..da7a965b49 100644 --- a/software/solectrus.yml +++ b/software/solectrus.yml @@ -1,7 +1,7 @@ name: SOLECTRUS website_url: https://solectrus.de source_code_url: https://github.com/solectrus/solectrus -description: "Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations." +description: Photovoltaic dashboard that displays energy production and consumption with cost and savings calculations. licenses: - AGPL-3.0 platforms: From d74e2346859890489aaed49b421a76cde706c607 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Sat, 28 Feb 2026 12:09:10 +0100 Subject: [PATCH 7/7] Main wanted installation method is Docker Co-authored-by: Rabenherz112 --- software/solectrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/solectrus.yml b/software/solectrus.yml index da7a965b49..fbf68fd36e 100644 --- a/software/solectrus.yml +++ b/software/solectrus.yml @@ -6,7 +6,6 @@ licenses: - AGPL-3.0 platforms: - Docker - - Ruby tags: - Internet of Things (IoT) demo_url: https://demo.solectrus.de