diff --git a/README.md b/README.md new file mode 100644 index 0000000..be284ff --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# 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) + +## Documentation + +* A detailed description how to install and getting started with the *nymea* can be found here: + + [nymea | user documentation](https://nymea.io/documentation/users/installation/getting-started). + +* A detailed documentation for developers can be found here: + + [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. 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/genericelements/meta.json b/genericelements/meta.json new file mode 100644 index 0000000..5b9fd6b --- /dev/null +++ b/genericelements/meta.json @@ -0,0 +1,12 @@ +{ + "title": "Generic Elements", + "tagline": "Add basic buttons.", + "icon": "genericelements.svg", + "stability": "community", + "offline": true, + "technologies": [ + ], + "categories": [ + "tool" + ] +} 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 @@ + + + + + + + + + + + diff --git a/genericinterfaces/meta.json b/genericinterfaces/meta.json new file mode 100644 index 0000000..f0b5bac --- /dev/null +++ b/genericinterfaces/meta.json @@ -0,0 +1,12 @@ +{ + "title": "Generic Interfaces", + "tagline": "Add generic device types.", + "icon": "genericinterfaces.svg", + "stability": "community", + "offline": true, + "technologies": [ + ], + "categories": [ + "tool" + ] +}