From c419f2be87a6df81fae9dd24313585e0e7845c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 12 Oct 2021 14:56:10 +0200 Subject: [PATCH] New Plugin: Simple heat pump --- debian/control | 17 +++++++++++++++++ debian/nymea-plugin-simpleheatpump.install.in | 1 + nymea-plugins.pro | 1 + 3 files changed, 19 insertions(+) create mode 100644 debian/nymea-plugin-simpleheatpump.install.in diff --git a/debian/control b/debian/control index d40ff91..efd438b 100644 --- a/debian/control +++ b/debian/control @@ -976,6 +976,22 @@ Description: nymea.io plugin for simulated devices This package will install the nymea.io plugin for simulated devices +Package: nymea-plugin-simpleheatpump +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libnymea-gpio, + nymea-plugins-translations, +Description: nymea.io plugin for simple heat pumps + 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 simple heat pumps + + Package: nymea-plugin-somfytahoma Architecture: any Depends: ${shlibs:Depends}, @@ -1356,6 +1372,7 @@ Depends: nymea-plugin-boblight, nymea-plugin-remotessh, nymea-plugin-serialportcommander, nymea-plugin-systemmonitor, + nymea-plugin-simpleheatpump, nymea-plugin-onewire, nymea-plugin-dynatrace, Description: Meta package for nymea makers, tinkerers and hackers plugins. diff --git a/debian/nymea-plugin-simpleheatpump.install.in b/debian/nymea-plugin-simpleheatpump.install.in new file mode 100644 index 0000000..8d1184b --- /dev/null +++ b/debian/nymea-plugin-simpleheatpump.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginsimpleheatpump.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 044bb52..1118b51 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -56,6 +56,7 @@ PLUGIN_DIRS = \ serialportcommander \ sgready \ simulation \ + simpleheatpump \ sma \ somfytahoma \ sonos \