From d13c8663110b10a6a579f8fbbf60030bf541443c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 12 Oct 2021 14:09:58 +0200 Subject: [PATCH] New Plugin: SG-Ready heat pump based on GPIOs --- debian/control | 17 +++++++++++++++++ debian/nymea-plugin-sgready.install.in | 1 + nymea-plugins.pro | 1 + 3 files changed, 19 insertions(+) create mode 100644 debian/nymea-plugin-sgready.install.in diff --git a/debian/control b/debian/control index 0bfec24..d40ff91 100644 --- a/debian/control +++ b/debian/control @@ -930,6 +930,22 @@ Description: nymea.io plugin for senic This package will install the nymea.io plugin for senic +Package: nymea-plugin-sgready +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libnymea-gpio, + nymea-plugins-translations, +Description: nymea.io plugin for SG-Ready heat pump interface based on GPIOs + 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 SG-Ready heat pump interface based on GPIOs + + Package: nymea-plugin-shelly Architecture: any Depends: ${shlibs:Depends}, @@ -1333,6 +1349,7 @@ Depends: nymea-plugin-boblight, nymea-plugin-avahimonitor, nymea-plugin-anel, nymea-plugin-gpio, + nymea-plugin-sgready, nymea-plugin-i2cdevices, nymea-plugin-mqttclient, nymea-plugin-mcp3008, diff --git a/debian/nymea-plugin-sgready.install.in b/debian/nymea-plugin-sgready.install.in new file mode 100644 index 0000000..1832546 --- /dev/null +++ b/debian/nymea-plugin-sgready.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginsgready.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index a8f3990..044bb52 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -54,6 +54,7 @@ PLUGIN_DIRS = \ reversessh \ senic \ serialportcommander \ + sgready \ simulation \ sma \ somfytahoma \