From be08050f7775ee9074e210736ec5e44223ff5cf3 Mon Sep 17 00:00:00 2001 From: "bernhard.trinnes" Date: Fri, 6 Mar 2020 15:17:11 +0100 Subject: [PATCH 1/9] updated anel README --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5949079 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# nymea plug-ins + +-------------------------------------------- +

+ + + +

+ + +This repository contains integrations for nymea. + +nymea (/[n'aiːmea:]/ - is an open source IoT edge server. The plug-in based architecture allows to integrate protocols and APIs. With the build-in rule engine you are able to interconnect devices or services available in the system and create individual scenes and behaviours for your environment. + + +## Getting help + +If you want to present your project or want to share your newest developments you can share it in +[Our Forum](https://forum.nymea.io) + +If you are facing any troubles, don't hesitate to reach out for us or the community members, we will be pleased to help you: +Chat with us on [Telegram](http://t.me/nymeacommunity) + +## Wiki and Documentation + +* A detailed description how to install and getting started with the *nymea* can be found in the + + [nymea | github wiki](https://wiki.nymea.io). + +* A detailed documentation of the source code can be found in the + + [nymea | developer documentation](https://doc.nymea.io). + + +## License +-------------------------------------------- +> nymea is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. From 2e40a079c08c47cb40148aeaf7716960223f4b1b Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Fri, 24 Apr 2020 13:04:14 +0200 Subject: [PATCH 2/9] added raw met files to each plug-in --- genericelements/meta.json | 10 ++++++++++ genericinterfaces/meta.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 genericelements/meta.json create mode 100644 genericinterfaces/meta.json diff --git a/genericelements/meta.json b/genericelements/meta.json new file mode 100644 index 0000000..632effe --- /dev/null +++ b/genericelements/meta.json @@ -0,0 +1,10 @@ +{ + "title": "Air Quality Index", + "tagline": "Get air quality index data." , + "icon": "aqi.png", + "stability": "consumer" + "offline": false, + "categories": [ + "sensor" + ], +} diff --git a/genericinterfaces/meta.json b/genericinterfaces/meta.json new file mode 100644 index 0000000..632effe --- /dev/null +++ b/genericinterfaces/meta.json @@ -0,0 +1,10 @@ +{ + "title": "Air Quality Index", + "tagline": "Get air quality index data." , + "icon": "aqi.png", + "stability": "consumer" + "offline": false, + "categories": [ + "sensor" + ], +} From e06f3d872adb4259ecc4b29b8813ccf2b34eed03 Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Fri, 24 Apr 2020 14:16:10 +0200 Subject: [PATCH 3/9] fixed some more meta files --- genericelements/meta.json | 14 +++++++------- genericinterfaces/meta.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/genericelements/meta.json b/genericelements/meta.json index 632effe..45235ed 100644 --- a/genericelements/meta.json +++ b/genericelements/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Generic Elements" + "tagline": "Add basic buttons.", + "icon": "genericelements.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/genericinterfaces/meta.json b/genericinterfaces/meta.json index 632effe..618e54c 100644 --- a/genericinterfaces/meta.json +++ b/genericinterfaces/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Generic Interfaces", + "tagline": "Add generic device types." , + "icon": "genericinterfaces.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } From d28d4fc32e96543b885a7a305350e84f379cdaf0 Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Fri, 24 Apr 2020 14:51:12 +0200 Subject: [PATCH 4/9] fixed some more meta files --- genericelements/meta.json | 2 +- genericinterfaces/meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/genericelements/meta.json b/genericelements/meta.json index 45235ed..b84b309 100644 --- a/genericelements/meta.json +++ b/genericelements/meta.json @@ -1,5 +1,5 @@ { - "title": "Generic Elements" + "title": "Generic Elements", "tagline": "Add basic buttons.", "icon": "genericelements.svg", "stability": "community", diff --git a/genericinterfaces/meta.json b/genericinterfaces/meta.json index 618e54c..f827db8 100644 --- a/genericinterfaces/meta.json +++ b/genericinterfaces/meta.json @@ -1,6 +1,6 @@ { "title": "Generic Interfaces", - "tagline": "Add generic device types." , + "tagline": "Add generic device types.", "icon": "genericinterfaces.svg", "stability": "community", "offline": true, From 1cfaec917757f2aa2f6845f0adef68484c2c17ba Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Fri, 24 Apr 2020 16:29:56 +0200 Subject: [PATCH 5/9] added some more logos --- genericelements/genericelements.svg | 22 ++++++++++++++++++++++ genericinterfaces/genericinterfaces.svg | 17 +++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 genericelements/genericelements.svg create mode 100644 genericinterfaces/genericinterfaces.svg diff --git a/genericelements/genericelements.svg b/genericelements/genericelements.svg new file mode 100644 index 0000000..3e1a4cf --- /dev/null +++ b/genericelements/genericelements.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + diff --git a/genericinterfaces/genericinterfaces.svg b/genericinterfaces/genericinterfaces.svg new file mode 100644 index 0000000..6fb8fe8 --- /dev/null +++ b/genericinterfaces/genericinterfaces.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + From 8430d566d24b9610862327a81d40b5cd954e7b04 Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Mon, 27 Apr 2020 11:42:53 +0200 Subject: [PATCH 6/9] added technology tag --- genericelements/meta.json | 2 ++ genericinterfaces/meta.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/genericelements/meta.json b/genericelements/meta.json index b84b309..c6d8356 100644 --- a/genericelements/meta.json +++ b/genericelements/meta.json @@ -4,6 +4,8 @@ "icon": "genericelements.svg", "stability": "community", "offline": true, + "technology": [ + ], "categories": [ "tool" ] diff --git a/genericinterfaces/meta.json b/genericinterfaces/meta.json index f827db8..71341a7 100644 --- a/genericinterfaces/meta.json +++ b/genericinterfaces/meta.json @@ -4,6 +4,8 @@ "icon": "genericinterfaces.svg", "stability": "community", "offline": true, + "technology": [ + ], "categories": [ "tool" ] From 4118dda1cfd3b81264e28d68c60b6fdfd13e07b2 Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Tue, 28 Apr 2020 14:42:18 +0200 Subject: [PATCH 7/9] changed technology to technologies --- genericelements/meta.json | 2 +- genericinterfaces/meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/genericelements/meta.json b/genericelements/meta.json index c6d8356..5b9fd6b 100644 --- a/genericelements/meta.json +++ b/genericelements/meta.json @@ -4,7 +4,7 @@ "icon": "genericelements.svg", "stability": "community", "offline": true, - "technology": [ + "technologies": [ ], "categories": [ "tool" diff --git a/genericinterfaces/meta.json b/genericinterfaces/meta.json index 71341a7..f0b5bac 100644 --- a/genericinterfaces/meta.json +++ b/genericinterfaces/meta.json @@ -4,7 +4,7 @@ "icon": "genericinterfaces.svg", "stability": "community", "offline": true, - "technology": [ + "technologies": [ ], "categories": [ "tool" From 1b12db1f17828167b9390fe0dfaf60875a4ce73d Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Tue, 2 Jun 2020 13:57:05 +0200 Subject: [PATCH 8/9] changes requested from reviewer --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5949079..1355a3d 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,23 @@ If you want to present your project or want to share your newest developments yo If you are facing any troubles, don't hesitate to reach out for us or the community members, we will be pleased to help you: Chat with us on [Telegram](http://t.me/nymeacommunity) -## Wiki and Documentation +## Documentation -* A detailed description how to install and getting started with the *nymea* can be found in the +* A detailed description how to install and getting started with the *nymea* can be found here: - [nymea | github wiki](https://wiki.nymea.io). + [nymea | user documentation](https://preview.nymea.io/documentation/users/installation/getting-started). -* A detailed documentation of the source code can be found in the +* A detailed documentation for developers can be found here: - [nymea | developer documentation](https://doc.nymea.io). + [nymea | developer documentation](https://nymea.io/documentation/developers/). +## Contributing + +To contribute support for a device or service, you're welcome to file a pull request to this repository. If you need help in creating an integration plugin, feel free to ask in our forum or the Telegram group as well. + +If you don't have any developer skills at all, still feel free to bring the topic up. Our community is happy to help wherever possible." + ## License -------------------------------------------- > nymea is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. From 9e122d016b5ca3d73ea4f72359ea2d54fdbee24e Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Tue, 2 Jun 2020 17:15:05 +0200 Subject: [PATCH 9/9] fixed user docs url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1355a3d..be284ff 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Chat with us on [Telegram](http://t.me/nymeacommunity) * A detailed description how to install and getting started with the *nymea* can be found here: - [nymea | user documentation](https://preview.nymea.io/documentation/users/installation/getting-started). + [nymea | user documentation](https://nymea.io/documentation/users/installation/getting-started). * A detailed documentation for developers can be found here: