... | ... | @@ -71,23 +71,40 @@ Here is a List of implemented EEP packets and devices |
|
|
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
|
|
|
|
|
|
* DTO's for incoming data:
|
|
|
* TemperatureDTO: Actual temperature in °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).
|
|
|
It is used for Temperature and Humidity Sensors at a Range of 0°C-40°C and 0%-100% (e.g.: Telefunken Feuchtesensor)
|
|
|
|
|
|
* DTO's for incoming data:
|
|
|
* TemperatureDTO: Actual temperature in °C (only if supported by the device)
|
|
|
* HumidityDTO: Actual humidity in %
|
|
|
|
|
|
* <a name="a50701"></a>A5 07 01
|
|
|
|
|
|
Implementation of EnOcean A5 07 01 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 36).
|
|
|
It is used for Occupancy Sensors with supply voltage (e.g.: PEHA Bewegungsmelder)
|
|
|
|
|
|
* DTO's for incoming data:
|
|
|
* SupplyVoltageDTO: Actual supply voltage in V (only if supported by the device)
|
|
|
* MotionDetectorDTO: Actual motion state (if detected true)
|
|
|
|
|
|
* <a name="a50802"></a>A5 08 02
|
|
|
|
|
|
Implementation of EnOcean A5 08 02 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 38).
|
|
|
It is used for Light, temperature and Occupancy Sensors at a Range from 0lx - 1020lx, 0°C - 51°C and a Occupancy Button (e.g.: Telefunken Bewegungsmelder)
|
|
|
|
|
|
* DTO's for incoming data:
|
|
|
* IlluminationDTO: Actual illumination
|
|
|
* SupplyVoltageDTO: Actual supply voltage in V (only if supported by the device)
|
|
|
* TemperatureDTO: Actual temperature in °C
|
|
|
* MotionDetectorDTO: Actual motion state (if detected true)
|
|
|
* ButtonDTO: Actual occupancy state
|
|
|
|
|
|
* <a name="d20108"></a>D2 01 08
|
|
|
|
|
|
Implementation of EnOcean D2 01 08 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 115 ff).
|
... | ... | @@ -108,17 +125,27 @@ Here is a List of implemented EEP packets and devices |
|
|
Implementation of EnOcean D5 00 01 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 25).
|
|
|
It is used for Contacts and Switches with single input (e.g.: Telefunken Fenster/Türkontakt)
|
|
|
|
|
|
* DTO's for incoming data:
|
|
|
* SwitchDTO: Actual state (ON or OFF)
|
|
|
|
|
|
|
|
|
* <a name="f60201"></a>F6 02 01
|
|
|
|
|
|
Implementation of EnOcean F6 02 01 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 14).
|
|
|
It is used for Rocker Switch and 2 Rocker (e.g.: Telefunken Doppeltaster)
|
|
|
|
|
|
* DTO's for incoming data:
|
|
|
* ButtonDTO: Actual state (ON or OFF) and the label of the button. Because there can be 4 different buttons on a device
|
|
|
|
|
|
* <a name="rcm250"></a>RCM250
|
|
|
|
|
|
Implementation of EnOcean easyfit RCM250.
|
|
|
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).
|
|
|
|
|
|
* DTO's for outgoing data/controls:
|
|
|
* SwitchDTO: Turns the device ON or OFF. If state is set to NULL returns actual state
|
|
|
|
|
|
|
|
|
## How to add a new Device/ EEP Packet
|
|
|
|
... | ... | |