From 84982051e1116f4a93fd7d62342899834a9f7224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 29 Nov 2017 14:02:15 +0100 Subject: [PATCH] disable bluetooth plugins elgato and senic temporary --- debian/control | 32 ----------------------------- debian/guh-plugin-elgato.install.in | 1 - debian/guh-plugin-senic.install.in | 1 - guh-plugins.pro | 2 +- multisensor/sensortag.cpp | 2 ++ 5 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 debian/guh-plugin-elgato.install.in delete mode 100644 debian/guh-plugin-senic.install.in diff --git a/debian/control b/debian/control index a085f78b..8bddac1a 100644 --- a/debian/control +++ b/debian/control @@ -102,21 +102,6 @@ Description: guh.io plugin for denon This package will install the guh.io plugin for denon -Package: guh-plugin-elgato -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - guh-plugins-translations, -Description: guh.io plugin for elgato - The guh 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 guh.io plugin for elgato - - Package: guh-plugin-elro Architecture: any Depends: ${shlibs:Depends}, @@ -388,21 +373,6 @@ Description: guh.io plugin for pushbullet This package will install the guh.io plugin for pushbullet -Package: guh-plugin-senic -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - guh-plugins-translations, -Description: guh.io plugin for senic - The guh 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 guh.io plugin for senic - - Package: guh-plugin-udpcommander Architecture: any Depends: ${shlibs:Depends}, @@ -529,7 +499,6 @@ Architecture: all Depends: guh-plugin-awattar, guh-plugin-datetime, guh-plugin-denon, - guh-plugin-elgato, guh-plugin-eq-3, guh-plugin-kodi, guh-plugin-lgsmarttv, @@ -540,7 +509,6 @@ Depends: guh-plugin-awattar, guh-plugin-openweathermap, guh-plugin-philipshue, guh-plugin-pushbullet, - guh-plugin-senic, guh-plugin-usbwde, guh-plugin-wakeonlan, guh-plugin-wemo, diff --git a/debian/guh-plugin-elgato.install.in b/debian/guh-plugin-elgato.install.in deleted file mode 100644 index 64e98101..00000000 --- a/debian/guh-plugin-elgato.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginelgato.so \ No newline at end of file diff --git a/debian/guh-plugin-senic.install.in b/debian/guh-plugin-senic.install.in deleted file mode 100644 index 73b653c3..00000000 --- a/debian/guh-plugin-senic.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginsenic.so \ No newline at end of file diff --git a/guh-plugins.pro b/guh-plugins.pro index 7f3a7a5d..03c29cf6 100644 --- a/guh-plugins.pro +++ b/guh-plugins.pro @@ -21,6 +21,7 @@ PLUGIN_DIRS = \ tcpcommander \ kodi \ #elgato \ + #senic \ awattar \ netatmo \ plantcare \ @@ -31,7 +32,6 @@ PLUGIN_DIRS = \ avahimonitor \ pushbullet \ usbwde \ - #senic \ multisensor \ gpio \ diff --git a/multisensor/sensortag.cpp b/multisensor/sensortag.cpp index 3038067b..c4227fa7 100644 --- a/multisensor/sensortag.cpp +++ b/multisensor/sensortag.cpp @@ -332,6 +332,8 @@ void SensorTag::measure() if (!m_bluetoothDevice->connected()) return; + // TODO: measure using plugintimer to save energy + // qCDebug(dcMultiSensor()) << "Measure data" << m_bluetoothDevice->name() << m_bluetoothDevice->address().toString(); // m_infraredService->writeCharacteristic(m_infraredConfigCharacteristic, QByteArray::fromHex("01"));