From c70685fd3748610099833eaa69f35a351dfa614f Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 25 Feb 2026 10:23:11 +0100 Subject: [PATCH] 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"