clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
jenkins 3e7c9559a4 Jenkins release build 1.12.2 2025-10-29 12:27:49 +01:00
.github fix pull request template 2022-04-13 00:52:21 +02:00
data Update mac address database 2025-09-11 10:51:00 +02:00
debian-qt5 Jenkins release build 1.12.2 2025-10-29 12:27:49 +01:00
debian-qt6 debian: Fix debian packaging scripts for Qt6 based packages 2025-10-21 14:58:10 +02:00
doc Fix some typos 2025-07-02 14:58:49 +02:00
icons rename logo 2019-04-08 13:55:15 +02:00
libnymea Merge PR #702: Fix some typos in the code base 2025-09-23 14:12:43 +02:00
libnymea-core Merge PR #707: Disable insecure interfaces if configured using env 2025-10-20 13:40:24 +02:00
plugins Update the entire Qt6 code to new signal slot connections 2025-09-11 10:09:24 +02:00
server Add test script for thingclasses 2025-09-11 10:09:56 +02:00
tests Merge PR #707: Disable insecure interfaces if configured using env 2025-10-20 13:40:24 +02:00
tools Update the entire Qt6 code to new signal slot connections 2025-09-11 10:09:24 +02:00
translations Dutch translation of nymead-nl is ready 2023-06-08 21:54:43 +02:00
.gitignore Update MAC address database 2023-02-21 12:37:37 +01: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 Fix some typos 2025-07-02 14:58:49 +02: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 Merge PR #707: Disable insecure interfaces if configured using env 2025-10-20 13:40:24 +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 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: 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.