clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
jenkins 84163288b0 Jenkins release build 1.4.0 2022-08-26 12:58:14 +02:00
.github fix pull request template 2022-04-13 00:52:21 +02:00
data Update mac address database 2022-08-17 15:46:33 +02:00
debian Jenkins release build 1.4.0 2022-08-26 12:58:14 +02:00
doc Update company name 2019-12-27 00:29:58 +01:00
icons rename logo 2019-04-08 13:55:15 +02:00
libnymea Merge PR #563: Add electricity helper class to libnymea 2022-08-26 12:58:12 +02:00
libnymea-core Merge PR #554: Remove displayNameEvent property from stateTypes 2022-08-26 12:58:04 +02:00
plugins Remove displayNameEvent property from stateTypes 2022-08-07 12:53:38 +02:00
server Merge PR #551: Fix build failure in rpath setting with certain toolchains 2022-08-26 12:57:59 +02:00
tests Merge PR #549: Add support for Z-Wave 2022-08-26 12:57:56 +02:00
tools Merge PR #360: Allow building the plugininfocompiler standalone 2020-12-21 18:00:54 +01:00
translations Translated using Weblate (German) 2020-07-13 13:26:56 +02:00
.gitignore Add mac address database and build tool 2021-06-28 13:51:25 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-04-02 01:02:45 +02:00
LICENSE.GPL3 Update copyright 2020-01-23 20:07:26 +01:00
LICENSE.LGPL3 Update copyright 2020-01-23 20:07:26 +01:00
README.md Merge PR #561: Update readme.md to show nymea:app for ubuntu touch 2022-08-26 12:58:11 +02:00
icons.qrc rename logo 2019-04-08 13:55:15 +02:00
nymea.pri Update copyright to 2022 2022-03-10 08:00:33 +01:00
nymea.pro Add support for Z-Wave 2022-08-26 00:28:56 +02:00
python-todos.txt add settingChangedHandler, fix some issues, cleanup some warnings 2020-10-15 22:34:06 +02:00
version.h.in Fix license header in version.h.in 2020-05-20 11:31:34 +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 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.

Quick start

Install nymea on a Raspberry Pi

We have created an image for your Raspberry Pi (all models) that comes with an array of plugins for different smart devices!

Use the Raspberry Pi imager and select nymea as operating system. You'll have the choice between a headless nymea:core setup or a kiosk image that contains nymea:core and nymea:app for Raspberry Pis with touch screen.

Alternatively, the image can be downloaded and flashed manually from here. We recommend the latest Raspberry Pi OS Bullseye core or kiosk image.

Get nymea:app here:

iOS Badge

Android Badge

Openstore Badge

macOS Badge

Snap Badge

Windows Badge

Manual download files of nymea:app can be found here.

A detailed description how to install and getting started with nymea can be found in the nymea | user documentation.

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 or Discord

Developing with nymea

A detailed documentation on how to develop with nymea is available on the nymea | developer documentation.

Network discovery

When starting nymead as user without root privileges, the network device discovery will not available due to missing raw socket permission. If you still want to make use of this feature, the binary capabilities need to be adjusted.

sudo setcap cap_net_admin,cap_net_raw=eip /usr/bin/nymead

This will allow nymead to create raw sockets for ARP and ICMP network discovery tools even when nymead gets started as user without root privileges.

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.