clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
Simon Stürz 09b378e251 Influxdb: Disable debug print if database is disabled or not initialized 2024-10-15 14:47:35 +02:00
.github fix pull request template 2022-04-13 00:52:21 +02:00
data Update mac address database 2024-09-30 14:31:55 +02:00
debian Jenkins release build 1.9.4 2024-10-01 16:53:59 +02:00
doc Merge PR #584: Allow to override default paths using new env variable 2022-10-25 02:37:15 +02:00
icons rename logo 2019-04-08 13:55:15 +02:00
libnymea Merge PR #660: Update optional prgress state to update interface 2024-01-29 12:22:21 +01:00
libnymea-core Influxdb: Disable debug print if database is disabled or not initialized 2024-10-15 14:47:35 +02:00
plugins Merge PR #657: Add support for Bluetooth pairing during thing setup 2023-11-29 14:13:39 +01:00
server Fix mantic build 2024-01-05 17:08:47 +01:00
tests Merge PR #666: Update install directory for tests 2024-01-29 12:22:28 +01:00
tools Make possibleValues for states dynamic and translatable 2023-08-01 10:45:41 +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 Update README 2024-09-30 14:29:10 +02:00
icons.qrc rename logo 2019-04-08 13:55:15 +02:00
nymea.pri Update copyright to 2024 2024-01-08 16:18:46 +01:00
nymea.pro Allow to build nymead using custom version independent from dpkg 2024-01-24 17:35:18 +01: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 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.