updated anel README
parent
657bc7d187
commit
8d285008a7
|
|
@ -0,0 +1,37 @@
|
||||||
|
# nymea plug-ins
|
||||||
|
|
||||||
|
--------------------------------------------
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://nymea.io">
|
||||||
|
<img src="https://nymea.io/app/default/assets/addons/default/guh/default-theme/resources/img/nymea-logo.svg" width=300>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
This repository contains integrations for nymea.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
## Getting help
|
||||||
|
|
||||||
|
If you want to present your project or want to share your newest developments you can share it in
|
||||||
|
[Our Forum](https://forum.nymea.io)
|
||||||
|
|
||||||
|
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](http://t.me/nymeacommunity)
|
||||||
|
|
||||||
|
## Wiki and Documentation
|
||||||
|
|
||||||
|
* A detailed description how to install and getting started with the *nymea* can be found in the
|
||||||
|
|
||||||
|
[nymea | github wiki](https://wiki.nymea.io).
|
||||||
|
|
||||||
|
* A detailed documentation of the source code can be found in the
|
||||||
|
|
||||||
|
[nymea | developer documentation](https://doc.nymea.io).
|
||||||
|
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
@ -1,7 +1,40 @@
|
||||||
# ANEL Elektronik devices
|
---
|
||||||
|
id: anelElektronik
|
||||||
This plugin allows to make use of ANEL Elektronik NET-PwrCtrl controlled power sockets.
|
title: Anel-Elektronik AG
|
||||||
|
---
|
||||||
|
|
||||||
See [https://anel-elektronik.de](https://anel-elektronik.de/) for a detailed description of the devices.
|
This integration allows nymea to control ANEL Elektronik NET-PwrCtrl power sockets.
|
||||||
|
Once a NET-PwrCtl devices is added, the associated sockets appear as a child device. Deleting the NET-PwerCtl device
|
||||||
|
will also remove the associated sockets. So each socket can be named and they will individually appear as socket inside nymea:app.
|
||||||
|
|
||||||
|
## Supported Things
|
||||||
|
|
||||||
|
* NET-PwrCtl HOME
|
||||||
|
* Get and set the state of each socket
|
||||||
|
* NET-PwrCtl PRO
|
||||||
|
* Includes temperature sensor
|
||||||
|
* NET-PwrCtl ADV
|
||||||
|
* Includes temperature sensor
|
||||||
|
* NET-PwrCtl HUT
|
||||||
|
* Includes temperature sensor
|
||||||
|
* Includes humidity sensor
|
||||||
|
* Includes light intensity sensor
|
||||||
|
|
||||||
|
Each of the mentioned device types supports following features:
|
||||||
|
* Auto discovery setup
|
||||||
|
* Auto rediscovery on IP address change
|
||||||
|
* Secure connection with username and password
|
||||||
|
* Get and set the state of each socket
|
||||||
|
* No internet or cloud connection required
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
* The NET-PwrCtrl device must be in the same local area network as nymea.
|
||||||
|
* UDP multicast on Port 30303 must not be blocked by the router.
|
||||||
|
* TCP Sockets on port 80 must not be blocked by the router.
|
||||||
|
* Access to the NET-PwrCtl device login credentials.
|
||||||
|
* The package “nymea-plugin-anel” must be installed
|
||||||
|
|
||||||
|
## More
|
||||||
|
|
||||||
|
See https://anel-elektronik.de for a detailed description of the devices.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue