clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
Bernhard Trinnes 04187bbe77
Updated description
2019-05-13 17:39:19 +02:00
data Update webserver debug output, add WebServerTraffic category and fix favicons for debugserver 2019-04-08 13:55:15 +02:00
debian Jenkins release build 2019-05-02 11:56:07 +02:00
doc Merge PR #152: Fix documentation after API changes 2019-05-02 11:56:03 +02:00
icons rename logo 2019-04-08 13:55:15 +02:00
libnymea Merge PR #156: Fix JsonRpc server breaking transports upon guard timer timeouts 2019-05-02 11:56:04 +02:00
libnymea-core Merge PR #159: Add a warning message in JsonRpcServer when a call times out 2019-05-02 11:56:04 +02:00
plugins Properly fix install paths 2019-04-17 15:10:24 +02:00
server Fix JsonRpc server breaking transports upon guard timer timeouts 2019-04-16 19:48:56 +02:00
tests Fix documentation after API chabnges 2019-04-15 19:36:49 +02:00
translations Automatic translations update by Jenkins 2019-04-08 13:55:15 +02:00
.gitignore add some cleanups 2019-04-08 13:55:15 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-04-02 01:02:45 +02:00
LICENSE copyright headers guh -> nymea 2019-04-08 13:55:15 +02:00
README.md Updated description 2019-05-13 17:39:19 +02:00
icons.qrc rename logo 2019-04-08 13:55:15 +02:00
nymea.pri Also drop hardcoded NYMEA_PLUGINS_PATH from .pro file 2019-04-16 23:33:29 +02:00
nymea.pro Also drop hardcoded NYMEA_PLUGINS_PATH from .pro file 2019-04-16 23:33:29 +02:00

README.md

nymea - open source IoT edge server


nymea (/[n'aiːmea:]/ - is an open source IoT edge server. The plug-in based architecture allows to integrate protocols, APIs and . 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.

Quick Install on Ubuntu

In order to install nymea on Ubuntu, you simply need to download this bash script:

wget https://downloads.nymea.io/install-nymea.sh

Extract into your Home folder and just run

chmod +x install-nymea.sh
sudo ./install-nymea.sh

Once the success message has printed on your screen, simply run: sudo nymead -n to start nymea!

Quick Install on a Raspberry Pi

We have created an image for your Raspberry Pi (2/3) that comes with an array of plugins for different smart devices! Download .zip

Get the nymea mobile app here:

nymea for iOS nymea for Android

Get the nymea desktop app here:

nymea for macOS nymea for Linux nymea for Windows

Getting help

If you want to present your project or want to share your newest developments you can share it in Our Forum

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

Wiki and Documentation

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 2 of the License.