From 5f8ef1dea2b5f929642bbeb553625f883a9a6bde Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 7 Dec 2021 18:13:45 +0100 Subject: [PATCH] New Plugin: Zigbee remotes with support for the JUNG ZLL 5004M wall switch --- debian/control | 41 +++++++++++-------- debian/nymea-plugin-zigbee-remotes.install.in | 1 + nymea-plugins.pro | 1 + 3 files changed, 27 insertions(+), 16 deletions(-) create mode 100644 debian/nymea-plugin-zigbee-remotes.install.in diff --git a/debian/control b/debian/control index 0bfec24..570617f 100644 --- a/debian/control +++ b/debian/control @@ -1150,22 +1150,6 @@ Description: nymea.io zigbee plugin for develco things This package will install the nymea.io plugin for Develco -Package: nymea-plugin-zigbee-lumi -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - libnymea-zigbee1, - nymea-plugins-translations, -Description: nymea.io zigbee plugin for lumi/aquara/xiaomi things - 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 Lumi - - Package: nymea-plugin-zigbee-generic Architecture: any Depends: ${shlibs:Depends}, @@ -1198,6 +1182,22 @@ Description: nymea.io zigbee plugin for different generic recognizable lights This package will install the nymea.io plugin for generic recognizable lights +Package: nymea-plugin-zigbee-lumi +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libnymea-zigbee1, + nymea-plugins-translations, +Description: nymea.io zigbee plugin for lumi/aquara/xiaomi things + 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 Lumi + + Package: nymea-plugin-zigbee-philipshue Architecture: any Depends: ${shlibs:Depends}, @@ -1214,6 +1214,15 @@ Description: nymea.io zigbee plugin for Philips Hue devices This package will install the nymea.io plugin for Philips Hue zigbee devices +Package: nymea-plugin-zigbee-remotes +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libnymea-zigbee1, + nymea-plugins-translations, +Description: nymea.io plugin for various zigbee remote controls. + + Package: nymea-plugin-zigbee-tradfri Architecture: any Depends: ${shlibs:Depends}, diff --git a/debian/nymea-plugin-zigbee-remotes.install.in b/debian/nymea-plugin-zigbee-remotes.install.in new file mode 100644 index 0000000..1fb765c --- /dev/null +++ b/debian/nymea-plugin-zigbee-remotes.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbeeremotes.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index a8f3990..dc33f4e 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -78,6 +78,7 @@ PLUGIN_DIRS = \ zigbeegenericlights \ zigbeelumi \ zigbeephilipshue \ + zigbeeremotes \ zigbeetradfri \