clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
Simon Stürz 662e313bd8 Add admin methods for user management 2025-11-19 09:47:01 +01:00
.github fix pull request template 2022-04-13 00:52:21 +02:00
data Update all guh references to nymea 2025-11-17 16:42:46 +01:00
debian-qt5 Update all guh references to nymea 2025-11-17 16:42:46 +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 Add admin methods for user management 2025-11-19 09:47:01 +01:00
libnymea-core Add admin methods for user management 2025-11-19 09:47:01 +01:00
plugins Update license text and add SPDX identifier 2025-11-17 16:42:41 +01:00
server Update license text and add SPDX identifier 2025-11-17 16:42:41 +01:00
tests Add admin methods for user management 2025-11-19 09:47:01 +01:00
tools Update license text and add SPDX identifier 2025-11-17 16:42:41 +01:00
translations Dutch translation of nymead-nl is ready 2023-06-08 21:54:43 +02:00
.gitignore Update .gitignore 2025-11-17 16:42:46 +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 all guh references to nymea 2025-11-17 16:42:46 +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 the entire Qt6 code to new signal slot connections 2025-09-11 10:09:24 +02:00
nymea.pro Bump JSON RPC Api to 8.4 2025-11-19 09:46:17 +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


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

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