... | ... | @@ -65,6 +65,7 @@ Here is a List of implemented EEP packets and devices |
|
|
| [A5 04 01](#a5-04-01)| Temperature and Humidity Sensor |Receive only|
|
|
|
| [A5 07 01](#a5-07-01) | PIR Sensor with supply voltage |Receive only|
|
|
|
| [A5 08 02](#a5-08-02) | Temperature, Light and PIR Sensor |Receive only|
|
|
|
| [A5 12 01](#a5-12-01) | Automated Meter Reading |Send and Receive|
|
|
|
| [D2 01 08](#d2-01-08) | Electronic Switches and Dimmers |Send and Receive|
|
|
|
| [D5 00 01](#d5-00-01) | Singe Input contacts |Receive only|
|
|
|
| [F6 02 01](#f6-02-01) | Rocker Switch and 2 Rocker |Receive only|
|
... | ... | @@ -109,6 +110,19 @@ Here is a List of implemented EEP packets and devices |
|
|
* MotionDetectorDTO: Actual motion state (if detected true)
|
|
|
* ButtonDTO: Actual occupancy state
|
|
|
|
|
|
### A5 12 01
|
|
|
|
|
|
Implementation of EnOcean A5 12 01 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 62 f).
|
|
|
It is used for Automated Meter Reading (AMR) (e.g.: Eltako FSVA-230V)
|
|
|
|
|
|
* DTO's for incoming data:
|
|
|
* SwitchDTO: Actual state (ON or OFF)
|
|
|
* PowerDTO: Actual measured power value
|
|
|
* EnergyDTO: Actual measured energy value
|
|
|
|
|
|
* DTO's for outgoing data/controls:
|
|
|
* SwitchDTO: Turns the device ON or OFF.
|
|
|
|
|
|
### D2 01 08
|
|
|
|
|
|
Implementation of EnOcean D2 01 08 Radio EEP telegram (See EnOcean_Equipment_Profiles_EEP_V2.63_public.pdf page 115 ff).
|
... | ... | |