clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
jenkins 5b73038726 Jenkins release build 1.14.2 2026-02-19 16:27:40 +01:00
.github fix pull request template 2022-04-13 00:52:21 +02:00
data Update mac address database 2026-01-19 10:06:48 +01:00
debian-qt5 Jenkins release build 1.14.2 2026-02-19 16:27:40 +01:00
debian-qt6 Update license text and add SPDX identifier 2025-11-17 16:42:41 +01:00
doc Update all guh references to nymea 2025-11-17 16:42:46 +01:00
icons Update all guh references to nymea 2025-11-17 16:42:46 +01:00
libnymea Update PlatformUpdateController implementation 2026-02-19 14:35:20 +01:00
libnymea-core Update PlatformUpdateController implementation 2026-02-19 14:35:20 +01:00
plugins Merge PR #718: Update translations 2026-01-19 10:09:48 +01:00
server Update license text and add SPDX identifier 2025-11-17 16:42:41 +01:00
tests Update PlatformUpdateController implementation 2026-02-19 14:35:20 +01:00
tools Update license text and add SPDX identifier 2025-11-17 16:42:41 +01:00
translations Update translations 2025-11-15 15:02:16 +01:00
.gitignore Update .gitignore 2025-11-17 16:42:46 +01:00
AGENTS.md Add ANGENTS.md file 2025-11-15 14:43:20 +01:00
CODE_OF_CONDUCT.md Update all guh references to nymea 2025-11-17 16:42:46 +01:00
COPYING Update license text and add SPDX identifier 2025-11-17 16:42:41 +01:00
COPYING.LESSER Update license text and add SPDX identifier 2025-11-17 16:42:41 +01: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 Update links to debian trixie images 2026-01-13 15:22:40 +01:00
debian Add Qt6 support 2025-09-11 10:09:24 +02:00
icons.qrc rename logo 2019-04-08 13:55:15 +02:00
nymea.pri Update copyright year to 2026 2026-01-13 15:43:05 +01:00
nymea.pro Update PlatformUpdateController implementation 2026-02-19 14:35:20 +01:00
python-todos.txt add settingChangedHandler, fix some issues, cleanup some warnings 2020-10-15 22:34:06 +02:00
version.h.in Update license text and add SPDX identifier 2025-11-17 16:42:41 +01:00

README.md

nymea - open source IoT edge server


Quick start

Install nymea on a Raspberry Pi

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

Use the Raspberry Pi imager and select nymea as operating system.

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

Get nymea:app here:

iOS Badge

Android Badge

Openstore 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.

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 developed by chargebyte austria GmbH, former nymea GmbH. Server components, tools, plugins and tests in this repository are licensed under the GNU General Public License version 3 or (at your option) any later version. Public SDK libraries found in libnymea/ and libnymea-core/ are provided under the GNU Lesser General Public License version 3 or (at your option) any later version so they can be linked from external applications.

Copyright (C) 2013 - 2024, nymea GmbH Copyright (C) 2024 - 2026, chargebyte austria GmbH

See LICENSE.GPL3 and LICENSE.LGPL3 for the complete license texts.