From d65457b1acd1cacc926f9727de4386401abdd241 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Mon, 23 Dec 2019 15:08:40 +0100 Subject: [PATCH 1/3] added AQI plug-in --- debian/control | 16 ++++++++++++++++ debian/nymea-plugin-aqi.install.in | 1 + nymea-plugins.pro | 1 + 3 files changed, 18 insertions(+) create mode 100644 debian/nymea-plugin-aqi.install.in diff --git a/debian/control b/debian/control index 6efef76..8140a7d 100644 --- a/debian/control +++ b/debian/control @@ -39,6 +39,22 @@ Description: nymea.io plugin for ANEL Elektronik NET-PwrCtrl power sockets network controlled power sockets. +Package: nymea-plugin-aqi +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin to fetch the air quaility index from http://aqicn.org + 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 the air quality index + + Package: nymea-plugin-avahimonitor Architecture: any Section: libs diff --git a/debian/nymea-plugin-aqi.install.in b/debian/nymea-plugin-aqi.install.in new file mode 100644 index 0000000..69ba2fd --- /dev/null +++ b/debian/nymea-plugin-aqi.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginaqi.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 23d78cd..6ea6aac 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -2,6 +2,7 @@ TEMPLATE = subdirs PLUGIN_DIRS = \ anel \ + aqi \ avahimonitor \ awattar \ boblight \ From c58e7b6f6772d4fd0f5182226106e98f114aa4bb Mon Sep 17 00:00:00 2001 From: Boernsman Date: Mon, 23 Dec 2019 15:34:40 +0100 Subject: [PATCH 2/3] added windspeed as main interface --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 8140a7d..20f9b76 100644 --- a/debian/control +++ b/debian/control @@ -976,6 +976,7 @@ Package: nymea-plugins Section: libs Architecture: all Depends: nymea-plugin-anel, + nymea-plugin-aqi, nymea-plugin-awattar, nymea-plugin-bose, nymea-plugin-datetime, From 9ea0a1696102c2f4abab36e05e333ae78d4b1a5d Mon Sep 17 00:00:00 2001 From: "bernhard.trinnes" Date: Tue, 24 Mar 2020 10:51:52 +0100 Subject: [PATCH 3/3] added pin setup method and discovery --- debian/nymea-plugin-aqi.install.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/nymea-plugin-aqi.install.in b/debian/nymea-plugin-aqi.install.in index 69ba2fd..e2bd73f 100644 --- a/debian/nymea-plugin-aqi.install.in +++ b/debian/nymea-plugin-aqi.install.in @@ -1 +1 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginaqi.so +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginaqi.so