Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add D2-14-41 (Indoor -Temperature, Humidity XYZ Acceleration, Illumination Sensor) #131

Merged
merged 1 commit into from Dec 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
75 changes: 75 additions & 0 deletions enocean/protocol/EEP.xml
Expand Up @@ -1472,5 +1472,80 @@
</data>
</profile>
</profiles>
<profiles func="0x14" description="Multi Function Sensors">
<profile type="0x41" description="Indoor -Temperature, Humidity XYZ Acceleration, Illumination Sensor">
<data>
<value description="Temperature 10" shortcut="TMP" offset="0" size="10" unit="°C">
<range>
<min>0</min>
<max>1000</max>
</range>
<scale>
<min>-40.0</min>
<max>60.0</max>
</scale>
</value>
<value description="Rel. Humidity linear)" shortcut="HUM" offset="10" size="8" unit="%">
<range>
<min>0</min>
<max>200</max>
</range>
<scale>
<min>0.0</min>
<max>100.0</max>
</scale>
</value>
<value description="Illumination linear)" shortcut="ILL" offset="18" size="17" unit="lx">
<range>
<min>0</min>
<max>100000</max>
</range>
<scale>
<min>0</min>
<max>100000</max>
</scale>
</value>
<enum description="Acceleration Status" shortcut="ACC" offset="35" size="2">
<item description="Periodic Update" value="0" />
<item description="Threshold 1 exceeded" value="1" />
<item description="Threshold 2 exceeded" value="2" />
</enum>
<value description="Absolute Acceleration on X axis" shortcut="ACX" offset="37" size="10" unit="g">
<range>
<min>0</min>
<max>1000</max>
</range>
<scale>
<min>-2.5</min>
<max>2.5</max>
</scale>
</value>
<value description="Absolute Acceleration on Y axis" shortcut="ACY" offset="47" size="10" unit="g">
<range>
<min>0</min>
<max>1000</max>
</range>
<scale>
<min>-2.5</min>
<max>2.5</max>
</scale>
</value>
<value description="Absolute Acceleration on Z axis" shortcut="ACZ" offset="57" size="10" unit="g">
<range>
<min>0</min>
<max>1000</max>
</range>
<scale>
<min>-2.5</min>
<max>2.5</max>
</scale>
</value>
<enum description="Contact" shortcut="CO" offset="67" size="1">
<item description="Open" value="0" />
<item description="Closed" value="1" />
</enum>
</data>
</profile>
</profiles>
</telegram>
</telegrams>