From a40548c011d1c8a56f32b4d16e7a6c584433dd3b Mon Sep 17 00:00:00 2001 From: "bernhard.trinnes" Date: Fri, 24 Jul 2020 15:07:54 +0200 Subject: [PATCH 1/3] added sma file structure --- debian/nymea-plugin-sma.install.in | 1 + nymea-plugins.pro | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 debian/nymea-plugin-sma.install.in diff --git a/debian/nymea-plugin-sma.install.in b/debian/nymea-plugin-sma.install.in new file mode 100644 index 0000000..106718a --- /dev/null +++ b/debian/nymea-plugin-sma.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginsma.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index eb04e66..8d056c6 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -53,6 +53,8 @@ PLUGIN_DIRS = \ senic \ serialportcommander \ simulation \ + sma \ + snapd \ somfytahoma \ sonos \ sunposition \ From 2c6a1ecbcc0e46a3994e98ff7c33b56e71018656 Mon Sep 17 00:00:00 2001 From: "bernhard.trinnes" Date: Thu, 30 Jul 2020 13:12:18 +0200 Subject: [PATCH 2/3] added meta and readme --- debian/control | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/control b/debian/control index ccb78d6..b6e5585 100644 --- a/debian/control +++ b/debian/control @@ -1035,6 +1035,22 @@ Description: nymea.io plugin to send and receive strings over a serial port . This package will install the nymea.io plugin for serial ports + +Package: nymea-plugin-sma +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for SMA PV-Inverter + The nymea daemon is a plugin based IoT (Internet of Things) server. The + server works like a translator for devices, things and services and + allows them to interact. + With the powerful rule engine you are able to connect any device available + in the system and create individual scenes and behaviors for your environment. + . + This package will install the nymea.io plugin for SMA PV-Inverter + + Package: nymea-plugin-systemmonitor Architecture: any Depends: ${shlibs:Depends}, @@ -1231,6 +1247,7 @@ Depends: nymea-plugin-anel, nymea-plugin-shelly, nymea-plugin-senic, nymea-plugin-somfytahoma, + nymea-plugin-sma, nymea-plugin-sonos, nymea-plugin-solarlog, nymea-plugin-tado, From cfe52459cea3080fcb738658bfe1c0d06394ae24 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Sat, 6 Mar 2021 10:48:23 +0100 Subject: [PATCH 3/3] removed unintended snapd .pro entry --- nymea-plugins.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 8d056c6..cead44a 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -54,7 +54,6 @@ PLUGIN_DIRS = \ serialportcommander \ simulation \ sma \ - snapd \ somfytahoma \ sonos \ sunposition \