clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
Jenkins nymea 8e16b26d09 Merge PR #468: Add heat pump interfaces 2021-12-11 00:30:58 +01:00
.github Create pull request template 2019-10-08 15:55:37 +02:00
data Update mac address database 2021-10-04 11:31:14 +02:00
debian 0.30 2021-11-16 15:00:15 +01:00
doc Update company name 2019-12-27 00:29:58 +01:00
icons rename logo 2019-04-08 13:55:15 +02:00
libnymea Merge PR #468: Add heat pump interfaces 2021-12-11 00:30:58 +01:00
libnymea-core Add support for dynamic min/max state values 2021-12-09 17:59:52 +01:00
plugins Add support for dynamic min/max state values 2021-12-09 17:59:52 +01:00
server Use pkgconfig to find zigbee also for tests 2021-09-08 14:26:54 +02:00
tests Add support for dynamic min/max state values 2021-12-09 17:59:52 +01:00
tools Merge PR #360: Allow building the plugininfocompiler standalone 2020-12-21 18:00:54 +01:00
translations Translated using Weblate (German) 2020-07-13 13:26:56 +02:00
.gitignore Add mac address database and build tool 2021-06-28 13:51:25 +02:00
CODE_OF_CONDUCT.md
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 Set raw socket capabilities into postinstall script for allowing users to use network device discovery within nymead 2021-06-30 13:54:51 +02:00
icons.qrc rename logo 2019-04-08 13:55:15 +02:00
nymea.pri Disable deprecation errors to allow building with gcc 10 2021-05-10 18:22:06 +02:00
nymea.pro Add support for dynamic min/max state values 2021-12-09 17:59:52 +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 (all models) that comes with an array of plugins for different smart devices! Download

Get nymea:app here:

iOS Badge

Android Badge

macOS Badge

Snap Badge

Windows Badge

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.