Skip to content

Commit

Permalink
Added Equipment Profile (EEP), A5-14-01 (4BS) (#48)
Browse files Browse the repository at this point in the history
Profile is for Winkhaus window contacts. Format as described in EnOcean_Equipment_Profiles_EEP_V2.6.3_public.pdf
  • Loading branch information
msinn authored and kipe committed Apr 3, 2017
1 parent 789f9ca commit 49c32fc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions enocean/protocol/EEP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,26 @@
</data>
</profile>
</profiles>
<profiles func="0x14" description="Multi-Func Sensor">
<profile type="0x01" description="Single Input Contact (Window/Door), Supply voltage monitor">
<data>
<value description="Supply voltage / super cap. (linear); 251 - 255 reserved for error code" shortcut="SVC" offset="0" size="8" unit="V">
<range>
<min>0</min>
<max>250</max>
</range>
<scale>
<min>0</min>
<max>5.0</max>
</scale>
</value>
<enum description="Contact" shortcut="CT" offset="31" size="1">
<item description="open" value="1" />
<item description="closed" value="0" />
</enum>
</data>
</profile>
</profiles>
<profiles description="HVAC Components" func="0x20">
<profile description="Battery Powered Actuator (BI-DIR)" type="0x01">
<data direction="1">
Expand Down

0 comments on commit 49c32fc

Please sign in to comment.