... | @@ -43,7 +43,7 @@ Here is an example for an entry in the Address Management: |
... | @@ -43,7 +43,7 @@ Here is an example for an entry in the Address Management: |
|
|
|
|
|

|
|

|
|
|
|
|
|
Here is an example where you can see de EnOcean ID of an device in the console:
|
|
Here is an example where you can see the EnOcean ID of an device in the console:
|
|
|
|
|
|

|
|

|
|
|
|
|
... | @@ -93,10 +93,15 @@ Here is a List of implemented EEP packets and devices |
... | @@ -93,10 +93,15 @@ Here is a List of implemented EEP packets and devices |
|
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)
|
|
|
|
|
|
* for D2 01 08 Devices:
|
|
* DTO's for incoming data:
|
|
* SwitchDTO: Turns on or off
|
|
* SwitchDTO: Actual state (ON or OFF)
|
|
* PowerDTO: Returns the actual measured power value
|
|
* PowerDTO: Actual measured power value
|
|
* EnergyDTO: Returns the actual measured energy value
|
|
* EnergyDTO: Actual measured energy value
|
|
|
|
|
|
|
|
* DTO's for outgoing data/controls:
|
|
|
|
* SwitchDTO: Turns the device ON or OFF. If state is set to NULL returns actual state
|
|
|
|
* PowerDTO: Returns actual measured power value
|
|
|
|
* EnergyDTO: Returns actual measured energy value
|
|
|
|
|
|
* <a name="d50001"></a>D5 00 01
|
|
* <a name="d50001"></a>D5 00 01
|
|
|
|
|
... | | ... | |