From b444a313f6f8c3c449825b36bd8357bedd330c77 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Tue, 16 Jun 2020 12:06:47 +0200 Subject: [PATCH] added fronius --- debian/control | 26 ++++++++++++++++++++------ drexelundweiss/README.md | 8 ++++++++ nymea-plugins-modbus.pro | 1 + 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 287838e..5273345 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,16 @@ Source: nymea-plugins-modbus Section: utils Priority: options -Maintainer: Michael Zanetti -Build-depends: libboblight-dev, - debhelper (>= 0.0.0), +Maintainer: Bernhard Trinnes +Build-depends: debhelper (>= 0.0.0), libnymea1-dev (>= 0.17), libnymea-mqtt-dev, libqt5serialport5-dev, - libqt5websockets5-dev, nymea-dev-tools:native, pkg-config, python:any, qtbase5-dev, qtconnectivity5-dev, - libow-dev, Standards-Version: 3.9.3 @@ -33,6 +30,22 @@ Description: nymea.io plugin for Drexel & Weiss heat pumps This package will install the nymea.io plugin for Drexel & Weiss heat pumps +Package: nymea-plugin-fronius +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for Fronius PV inverters + 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 Fronius + + Package: nymea-plugin-mypv Architecture: any Depends: ${shlibs:Depends}, @@ -83,6 +96,8 @@ Package: nymea-plugins-modbus Section: libs Architecture: all Depends: nymea-plugin-drexelundweiss, + nymea-plugin-fronius, + nymea-plugin-mypv nymea-plugin-wallbe, Description: Plugins for nymea IoT server - the modbus plugin collection The nymea daemon is a plugin based IoT (Internet of Things) server. The @@ -92,4 +107,3 @@ Description: Plugins for nymea IoT server - the modbus plugin collection in the system and create individual scenes and behaviors for your environment. . This package will install the nymea modbus plugins. - diff --git a/drexelundweiss/README.md b/drexelundweiss/README.md index e69de29..e444a99 100644 --- a/drexelundweiss/README.md +++ b/drexelundweiss/README.md @@ -0,0 +1,8 @@ +# Drexel und Weiss + + +## Supported Things + +## More + + diff --git a/nymea-plugins-modbus.pro b/nymea-plugins-modbus.pro index fe5f300..be7bf15 100644 --- a/nymea-plugins-modbus.pro +++ b/nymea-plugins-modbus.pro @@ -2,6 +2,7 @@ TEMPLATE = subdirs PLUGIN_DIRS = \ drexelundweiss \ + fronius \ mypv \ wallbe \