... | ... | @@ -3,6 +3,7 @@ |
|
|
The EnOcean implementation in ENOSAR is a service to handle incoming and outgoing messages from/to EnOcean Devices.
|
|
|
To do this a EnOcean Pi is required for the raspberry pi
|
|
|
|
|
|
## Content
|
|
|
[[_TOC_]]
|
|
|
|
|
|
## Interface
|
... | ... | @@ -49,6 +50,7 @@ Here is a List of implemented EEP packets and devices |
|
|
|
|
|
| EEP | Used for |
|
|
|
| --------------------------------- | -------------------------------------------------------------------------------- |
|
|
|
| [A5 02 18](#a50218)| Temperature Sensor |
|
|
|
| [A5 04 01](#a50401)| Temperature and Humidity Sensor |
|
|
|
| [A5 07 01](#a50701) | PIR Sensor with supply voltage |
|
|
|
| [A5 08 02](#a50802) | Temperature, Light and PIR Sensor |
|
... | ... | @@ -57,6 +59,13 @@ Here is a List of implemented EEP packets and devices |
|
|
| [F6 02 01](#f60201) | Rocker Switch and 2 Rocker |
|
|
|
| [RCM250](#rcm250) | EnOcean easyfit RCM250 |
|
|
|
|
|
|
|
|
|
* <a name="a50218"></a>A5 02 08
|
|
|
|
|
|
Implementation of EnOcean A5 02 08 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 30).
|
|
|
It is used for Temperature Sensors at a Range of 20°C-100°C
|
|
|
|
|
|
|
|
|
* <a name="a50401"></a>A5 04 01
|
|
|
|
|
|
Implementation of EnOcean A5 04 01 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 32).
|
... | ... | @@ -94,9 +103,6 @@ Here is a List of implemented EEP packets and devices |
|
|
This device can only receive commands (turn on or off). Therefor a teach in is necessary. See manual of EnOcean easyfit RCM 250.
|
|
|
The EnOcean ID of the device must be 0xFFFFFFFF (broadcast).
|
|
|
|
|
|
## Needed Permissions
|
|
|
|
|
|
* Topic: `io.enocean.*` Write
|
|
|
|
|
|
## How to add a new Device/ EEP Packet
|
|
|
|
... | ... | |