diff --git a/debian/control b/debian/control index 1fc4235..c88e8e0 100644 --- a/debian/control +++ b/debian/control @@ -355,6 +355,19 @@ Description: nymea.io plugin for gpio This package will install the nymea.io plugin for gpio +Package: nymea-plugin-i2cdevices +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for I2C devies + This plugin adds support for I2C devices to nymea. + Currently supported devices are the ADS1114/1114/1115 and the Pi-16ADC. + . + This package will install the nymea.io plugin for AD converters + + Package: nymea-plugin-kodi Architecture: any Depends: ${shlibs:Depends}, @@ -997,6 +1010,7 @@ Depends: nymea-plugin-boblight, nymea-plugin-avahimonitor, nymea-plugin-anel, nymea-plugin-gpio, + nymea-plugin-i2cdevices, nymea-plugin-mqttclient, nymea-plugin-remotessh, nymea-plugin-serialportcommander, @@ -1004,14 +1018,11 @@ Depends: nymea-plugin-boblight, nymea-plugin-onewire, nymea-plugin-dynatrace, Replaces: guh-plugins-maker -Description: Plugins for nymea IoT server - Meta package for makers, tinkers and hackers - 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. +Description: Meta package for nymea makers, tinkerers and hackers plugins. + This package is a meta package that pulls in useful nymea plugins for makers. + Such plugins allow tinkering with GPIOs, I2C, One-Wire, raw MQTT and more. . - This package will install nymea plugins for maker, tinker and hackers. + This package will install nymea plugins for makers, tinkerers and hackers. Package: nymea-plugins-merkurboard diff --git a/debian/nymea-plugin-i2cdevices.install.in b/debian/nymea-plugin-i2cdevices.install.in new file mode 100644 index 0000000..ec483f3 --- /dev/null +++ b/debian/nymea-plugin-i2cdevices.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationplugini2cdevices.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 37a409c..e560532 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -22,6 +22,7 @@ PLUGIN_DIRS = \ genericelements \ genericthings \ gpio \ + i2cdevices \ httpcommander \ keba \ kodi \