... | @@ -61,17 +61,17 @@ Here is a List of implemented EEP packets and devices |
... | @@ -61,17 +61,17 @@ Here is a List of implemented EEP packets and devices |
|
|
|
|
|
| EEP | Used for |Send/Receive|
|
|
| EEP | Used for |Send/Receive|
|
|
| --------------|------------------- |------------
|
|
| --------------|------------------- |------------
|
|
| [A5 02 18](#a50218)| Temperature Sensor |Receive only|
|
|
| [A5 02 08](#a5-02-08)| Temperature Sensor |Receive only|
|
|
| [A5 04 01](#a50401)| Temperature and Humidity Sensor |Receive only|
|
|
| [A5 04 01](#a5-04-01)| Temperature and Humidity Sensor |Receive only|
|
|
| [A5 07 01](#a50701) | PIR Sensor with supply voltage |Receive only|
|
|
| [A5 07 01](#a5-07-01) | PIR Sensor with supply voltage |Receive only|
|
|
| [A5 08 02](#a50802) | Temperature, Light and PIR Sensor |Receive only|
|
|
| [A5 08 02](#a5-08-02) | Temperature, Light and PIR Sensor |Receive only|
|
|
| [D2 01 08](#d20108) | Electronic Switches and Dimmers |Send and Receive|
|
|
| [D2 01 08](#d2-01-08) | Electronic Switches and Dimmers |Send and Receive|
|
|
| [D5 00 01](#d50001) | Singe Input contacts |Receive only|
|
|
| [D5 00 01](#d5-00-01) | Singe Input contacts |Receive only|
|
|
| [F6 02 01](#f60201) | Rocker Switch and 2 Rocker |Receive only|
|
|
| [F6 02 01](#f6-02-01) | Rocker Switch and 2 Rocker |Receive only|
|
|
| [RCM250](#rcm250) | EnOcean easyfit RCM250 |Send only|
|
|
| [RCM250](#rcm-250) | EnOcean easyfit RCM250 |Send only|
|
|
|
|
|
|
|
|
|
|
* <a name="a50218"></a>A5 02 08
|
|
### A5 02 08
|
|
|
|
|
|
Implementation of EnOcean A5 02 08 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 30).
|
|
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
|
|
It is used for Temperature Sensors at a Range of 20°C-100°C
|
... | @@ -79,8 +79,7 @@ Here is a List of implemented EEP packets and devices |
... | @@ -79,8 +79,7 @@ Here is a List of implemented EEP packets and devices |
|
* DTO's for incoming data:
|
|
* DTO's for incoming data:
|
|
* TemperatureDTO: Actual temperature in °C
|
|
* TemperatureDTO: Actual temperature in °C
|
|
|
|
|
|
|
|
### A5 04 01
|
|
* <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).
|
|
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)
|
|
It is used for Temperature and Humidity Sensors at a Range of 0°C-40°C and 0%-100% (e.g.: Telefunken Feuchtesensor)
|
... | @@ -89,7 +88,7 @@ Here is a List of implemented EEP packets and devices |
... | @@ -89,7 +88,7 @@ Here is a List of implemented EEP packets and devices |
|
* TemperatureDTO: Actual temperature in °C (only if supported by the device)
|
|
* TemperatureDTO: Actual temperature in °C (only if supported by the device)
|
|
* HumidityDTO: Actual humidity in %
|
|
* HumidityDTO: Actual humidity in %
|
|
|
|
|
|
* <a name="a50701"></a>A5 07 01
|
|
### A5 07 01
|
|
|
|
|
|
Implementation of EnOcean A5 07 01 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 36).
|
|
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)
|
|
It is used for Occupancy Sensors with supply voltage (e.g.: PEHA Bewegungsmelder)
|
... | @@ -98,7 +97,7 @@ Here is a List of implemented EEP packets and devices |
... | @@ -98,7 +97,7 @@ Here is a List of implemented EEP packets and devices |
|
* SupplyVoltageDTO: Actual supply voltage in V (only if supported by the device)
|
|
* SupplyVoltageDTO: Actual supply voltage in V (only if supported by the device)
|
|
* MotionDetectorDTO: Actual motion state (if detected true)
|
|
* MotionDetectorDTO: Actual motion state (if detected true)
|
|
|
|
|
|
* <a name="a50802"></a>A5 08 02
|
|
### A5 08 02
|
|
|
|
|
|
Implementation of EnOcean A5 08 02 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 38).
|
|
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)
|
|
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)
|
... | @@ -110,7 +109,7 @@ Here is a List of implemented EEP packets and devices |
... | @@ -110,7 +109,7 @@ Here is a List of implemented EEP packets and devices |
|
* MotionDetectorDTO: Actual motion state (if detected true)
|
|
* MotionDetectorDTO: Actual motion state (if detected true)
|
|
* ButtonDTO: Actual occupancy state
|
|
* ButtonDTO: Actual occupancy state
|
|
|
|
|
|
* <a name="d20108"></a>D2 01 08
|
|
### D2 01 08
|
|
|
|
|
|
Implementation of EnOcean D2 01 08 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 115 ff).
|
|
Implementation of EnOcean D2 01 08 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 115 ff).
|
|
It is used for Electronic Switches and Dimmers with Energy Measurement and Local control (e.g.: Telefunken Funktionssteckdose FS2)
|
|
It is used for Electronic Switches and Dimmers with Energy Measurement and Local control (e.g.: Telefunken Funktionssteckdose FS2)
|
... | @@ -125,7 +124,7 @@ Here is a List of implemented EEP packets and devices |
... | @@ -125,7 +124,7 @@ Here is a List of implemented EEP packets and devices |
|
* PowerDTO: Returns actual measured power value
|
|
* PowerDTO: Returns actual measured power value
|
|
* EnergyDTO: Returns actual measured energy value
|
|
* EnergyDTO: Returns actual measured energy value
|
|
|
|
|
|
* <a name="d50001"></a>D5 00 01
|
|
### D5 00 01
|
|
|
|
|
|
Implementation of EnOcean D5 00 01 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 25).
|
|
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)
|
|
It is used for Contacts and Switches with single input (e.g.: Telefunken Fenster/Türkontakt)
|
... | @@ -134,7 +133,7 @@ Here is a List of implemented EEP packets and devices |
... | @@ -134,7 +133,7 @@ Here is a List of implemented EEP packets and devices |
|
* SwitchDTO: Actual state (ON or OFF)
|
|
* SwitchDTO: Actual state (ON or OFF)
|
|
|
|
|
|
|
|
|
|
* <a name="f60201"></a>F6 02 01
|
|
### F6 02 01
|
|
|
|
|
|
Implementation of EnOcean F6 02 01 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 14).
|
|
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)
|
|
It is used for Rocker Switch and 2 Rocker (e.g.: Telefunken Doppeltaster)
|
... | @@ -142,7 +141,7 @@ Here is a List of implemented EEP packets and devices |
... | @@ -142,7 +141,7 @@ Here is a List of implemented EEP packets and devices |
|
* DTO's for incoming data:
|
|
* 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 (A0/A1/B0/B1)
|
|
* ButtonDTO: Actual state (ON or OFF) and the label of the button. Because there can be 4 different buttons on a device (A0/A1/B0/B1)
|
|
|
|
|
|
* <a name="rcm250"></a>RCM250
|
|
### RCM 250
|
|
|
|
|
|
Implementation of EnOcean easyfit 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.
|
|
This device can only receive commands (turn on or off). Therefor a teach in is necessary. See manual of EnOcean easyfit RCM 250.
|
... | | ... | |