clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
jenkins 5f4f2a9b78 Jenkins release build 1.11.1 2025-06-10 13:35:08 +02:00
.github fix pull request template 2022-04-13 00:52:21 +02:00
data Update mac address database 2025-06-10 10:10:54 +02:00
debian Jenkins release build 1.11.1 2025-06-10 13:35:08 +02:00
doc Merge PR #584: Allow to override default paths using new env variable 2022-10-25 02:37:15 +02:00
icons
libnymea NetworkDiscovery: Fix localhost lookup and prevent usage of IPv6 on host lookup 2025-04-14 14:01:22 +02:00
libnymea-core NetworkDiscovery: Fix localhost lookup and prevent usage of IPv6 on host lookup 2025-04-14 14:01:22 +02:00
plugins Add network device mock thing 2025-01-10 09:03:49 +01:00
server Merge PR #688: core: Fix shutdown crash and improve application logging 2024-12-20 13:39:07 +01:00
tests Merge PR #689: Rework network discovery 2025-03-20 14:15:07 +01:00
tools Introduce interfaces mechanism for ThingClass paramTypes 2024-12-03 16:24:07 +01: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
LICENSE.GPL3
LICENSE.LGPL3
README.md Update README 2024-09-30 14:29:10 +02:00
icons.qrc
nymea.pri Update copyright to 2025 2025-01-09 16:17:34 +01:00
nymea.pro Merge PR #689: Rework network discovery 2025-03-20 14:15:07 +01:00
python-todos.txt add settingChangedHandler, fix some issues, cleanup some warnings 2020-10-15 22:34:06 +02:00
version.h.in

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