From b667d47e54ca19a5c4844aaf98f3e3de1d31610e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 26 Nov 2020 18:22:55 +0100 Subject: [PATCH] Add philips hue zigbee plugin with hue dimmer switch support --- debian/control | 18 ++++++++++++++++++ .../nymea-plugin-zigbee-philipshue.install.in | 1 + nymea-plugins.pro | 1 + 3 files changed, 20 insertions(+) create mode 100644 debian/nymea-plugin-zigbee-philipshue.install.in diff --git a/debian/control b/debian/control index 4fc83b7..f06ac68 100644 --- a/debian/control +++ b/debian/control @@ -1061,6 +1061,23 @@ 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-philipshue +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libnymea-zigbee1, + nymea-plugins-translations, +Description: nymea.io zigbee plugin for Philips Hue devices + 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 Philips Hue zigbee devices + + Package: nymea-plugin-zigbee-tradfri Architecture: any Depends: ${shlibs:Depends}, @@ -1149,6 +1166,7 @@ Architecture: all Depends: nymea-plugin-zigbee-lumi, nymea-plugin-zigbee-generic, nymea-plugin-zigbee-generic-lights, + nymea-plugin-zigbee-philipshue, nymea-plugin-zigbee-tradfri Description: Zigbee plugins for nymea IoT server - meta package for all zigbee replated plugins The nymea daemon is a plugin based IoT (Internet of Things) server. The diff --git a/debian/nymea-plugin-zigbee-philipshue.install.in b/debian/nymea-plugin-zigbee-philipshue.install.in new file mode 100644 index 0000000..365ee14 --- /dev/null +++ b/debian/nymea-plugin-zigbee-philipshue.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbee-philipshue.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index bb7c08e..a2782cd 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -67,6 +67,7 @@ PLUGIN_DIRS = \ zigbee-generic \ zigbee-generic-lights \ zigbee-lumi \ + zigbee-philipshue \ zigbee-tradfri \