Updated external content (Jenkins build 2115)

pull/2299/head
openHAB Build Server 2024-05-02 05:58:09 +00:00
parent bc4067e0ec
commit 06194bb525
2 changed files with 74 additions and 58 deletions

View File

@ -68,26 +68,28 @@ The rw column is empty if the channel is only readable, w if the channel can be
| fineDustCnt02_5 | Number:Dimensionless | | Fine Dust >2,5 µm |
| fineDustCnt05 | Number:Dimensionless | | Fine Dust >5 µm |
| fineDustCnt10 | Number:Dimensionless | | Fine Dust >10 µm |
| co | Number | | CO concentration |
| co2 | Number:Dimensionless | | CO₂ concentration |
| co | Number:Density | | Carbon monoxide (CO) concentration |
| co2 | Number:Dimensionless | | Carbon dioxide (CO₂) concentration |
| dCO2dt | Number | | Change of CO₂ concentration |
| dHdt | Number | | Change of Humidity |
| dewpt | Number:Temperature | | Dew Point |
| doorEvent | Number | | Door Event (experimental, might not work reliably) |
| h2s | Number:Density | | Hydrogen sulfide (H₂S) |
| healthIndex | Number:Dimensionless | | Health Index in percent |
| health | Number:Dimensionless | | Health Index (0 to 1000, -200 for gas alarm, -800 for fire alarm) |
| humidityRelative | Number:Dimensionless | | Humidity in percent |
| humidityAbsolute | Number | | Absolute Humidity |
| humidityAbsolute | Number:Density | | Absolute Humidity |
| measureTime | Number:Time | | Milliseconds needed for measurement |
| no2 | Number | | NO₂ concentration |
| o3 | Number | | Ozone (O₃) concentration |
| no2 | Number:Density | | Nitrogen Dioxide (NO₂) concentration |
| o3 | Number:Density | | Ozone (O₃) concentration |
| o2 | Number:Dimensionless | | Oxygen (O₂) concentration |
| performanceIndex | Number:Dimensionless | | Performance Index in percent |
| performance | Number:Dimensionless | | Performance Index (0 to 1000) |
| fineDustConc01 | Number | | Fine Dust concentration >1 µm |
| fineDustConc02_5 | Number | | Fine Dust concentration >2.5 µm |
| fineDustConc10 | Number | | Fine Dust concentration >10 µm |
| pressure | Number:Pressure | | Pressure |
| so2 | Number | | SO₂ concentration |
| pressure | Number:Pressure | | Barometric Pressure |
| so2 | Number | | Sulfur dioxide (SO₂) concentration |
| sound | Number:Dimensionless | | Noise |
| temperature | Number:Temperature | | Temperature |
| timestamp | DateTime | | Timestamp of measurement |

View File

@ -25,6 +25,7 @@
<channel id="dewpt" typeId="dewpt"/>
<channel id="doorEvent" typeId="door"/>
<channel id="h2s" typeId="h2s"/>
<channel id="healthIndex" typeId="health_index"/>
<channel id="health" typeId="health"/>
<channel id="humidityRelative" typeId="humidity"/>
<channel id="humidityAbsolute" typeId="humidity_abs"/>
@ -32,6 +33,7 @@
<channel id="no2" typeId="no2"/>
<channel id="o3" typeId="o3"/>
<channel id="o2" typeId="oxygen"/>
<channel id="performanceIndex" typeId="performance_index"/>
<channel id="performance" typeId="performance"/>
<channel id="fineDustConc01" typeId="pm1"/>
<channel id="fineDustConc02_5" typeId="pm2_5"/>
@ -117,7 +119,7 @@
<property name="sensorList">Unknown sensor list</property>
<property name="sensorInfo">No info about sensors</property>
<property name="industry">No industry info</property>
<property name="thingTypeVersion">1</property>
<property name="thingTypeVersion">2</property>
</properties>
<config-description>
@ -142,56 +144,56 @@
</channel-type>
<channel-type id="typps" advanced="false">
<item-type>Number:Length</item-type>
<item-type unitHint="µm">Number:Length</item-type>
<label>Average Size of Fine Dust</label>
<state readOnly="true" pattern="%.2f μm"></state>
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="cnt0_3" advanced="false">
<channel-type id="cnt0_3" advanced="true">
<item-type>Number:Dimensionless</item-type>
<label>Fine Dust >0,3 μm</label>
<label>Fine Dust Count 0.3μm</label>
<state readOnly="true" pattern="%.0f"></state>
</channel-type>
<channel-type id="cnt0_5" advanced="false">
<channel-type id="cnt0_5" advanced="true">
<item-type>Number:Dimensionless</item-type>
<label>Fine Dust >0,5 μm</label>
<label>Fine Dust Count 0.5 μm</label>
<state readOnly="true" pattern="%.0f"></state>
</channel-type>
<channel-type id="cnt1" advanced="false">
<channel-type id="cnt1" advanced="true">
<item-type>Number:Dimensionless</item-type>
<label>Fine Dust >1 μm</label>
<label>Fine Dust Count 1μm</label>
<state readOnly="true" pattern="%.0f"></state>
</channel-type>
<channel-type id="cnt2_5" advanced="false">
<channel-type id="cnt2_5" advanced="true">
<item-type>Number:Dimensionless</item-type>
<label>Fine Dust >2,5 μm</label>
<label>Fine Dust Count 2.5μm</label>
<state readOnly="true" pattern="%.0f"></state>
</channel-type>
<channel-type id="cnt5" advanced="false">
<channel-type id="cnt5" advanced="true">
<item-type>Number:Dimensionless</item-type>
<label>Fine Dust >5 μm</label>
<label>Fine Dust Count 5μm</label>
<state readOnly="true" pattern="%.0f"></state>
</channel-type>
<channel-type id="cnt10" advanced="false">
<channel-type id="cnt10" advanced="true">
<item-type>Number:Dimensionless</item-type>
<label>Fine Dust >10 μm</label>
<label>Fine Dust Count 10μm</label>
<state readOnly="true" pattern="%.0f"></state>
</channel-type>
<channel-type id="co" advanced="false">
<item-type>Number</item-type>
<label>CO Concentration</label>
<state readOnly="true" pattern="%.0f mg/m³"></state>
<item-type unitHint="mg/m³">Number:Density</item-type>
<label>Carbon Monoxide (CO)</label>
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="co2" advanced="false">
<item-type>Number:Dimensionless</item-type>
<label>CO₂ Concentration</label>
<item-type unitHint="ppm">Number:Dimensionless</item-type>
<label>Carbon Dioxide (CO₂)</label>
<state readOnly="true" pattern="%.0f %unit%"></state>
</channel-type>
@ -210,7 +212,7 @@
<channel-type id="dewpt" advanced="false">
<item-type>Number:Temperature</item-type>
<label>Dew Point</label>
<state readOnly="true" pattern="%.3f %unit%"></state>
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="door" advanced="false">
@ -225,22 +227,28 @@
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="health" advanced="false">
<item-type>Number:Dimensionless</item-type>
<channel-type id="health_index" advanced="false">
<item-type unitHint="%">Number:Dimensionless</item-type>
<label>Health Index</label>
<state readOnly="true" pattern="%.0f %unit%"></state>
</channel-type>
<channel-type id="health" advanced="true">
<item-type>Number:Dimensionless</item-type>
<label>Health Index Raw</label>
<state readOnly="true"></state>
</channel-type>
<channel-type id="humidity" advanced="false">
<item-type unitHint="%">Number:Dimensionless</item-type>
<label>Humidity</label>
<state readOnly="true" pattern="%.2f %%"></state>
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="humidity_abs" advanced="false">
<item-type>Number</item-type>
<item-type unitHint="g/m³">Number:Density</item-type>
<label>Absolute Humidity</label>
<state readOnly="true" pattern="%.3f g/m³"></state>
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="mtime" advanced="true">
@ -250,51 +258,57 @@
</channel-type>
<channel-type id="no2" advanced="false">
<item-type>Number</item-type>
<label>NO₂ Concentration</label>
<state readOnly="true" pattern="%.2f μg/m³"></state>
<item-type unitHint="μg/m³">Number:Density</item-type>
<label>Nitrogen Dioxide (NO₂)</label>
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="o3" advanced="false">
<item-type>Number</item-type>
<label>O₃ Concentration</label>
<state readOnly="true" pattern="%.2f μg/m³"></state>
<item-type unitHint="µg/m³">Number:Density</item-type>
<label>Ozone (O₃)</label>
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="oxygen" advanced="false">
<item-type>Number:Dimensionless</item-type>
<label>Oxygen Concentration</label>
<state readOnly="true" pattern="%.3f %%"></state>
<item-type unitHint="%">Number:Dimensionless</item-type>
<label>Oxygen (O₂)</label>
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="performance" advanced="false">
<item-type>Number:Dimensionless</item-type>
<channel-type id="performance_index" advanced="false">
<item-type unitHint="%">Number:Dimensionless</item-type>
<label>Performance Index</label>
<state readOnly="true" pattern="%.0f %unit%"></state>
</channel-type>
<channel-type id="performance" advanced="true">
<item-type>Number:Dimensionless</item-type>
<label>Performance Index Raw</label>
<state readOnly="true"></state>
</channel-type>
<channel-type id="pm1" advanced="false">
<item-type>Number</item-type>
<label>Fine Dust Concentr. >1μ</label>
<state readOnly="true" pattern="%.0f μg/m³"></state>
<item-type unitHint="μg/m³">Number:Density</item-type>
<label>Fine Dust 1μm</label>
<state readOnly="true" pattern="%.0f %unit%"></state>
</channel-type>
<channel-type id="pm10" advanced="false">
<item-type>Number</item-type>
<label>Fine Dust Concentr. >10μ</label>
<state readOnly="true" pattern="%.0f μg/m³"></state>
<item-type unitHint="μg/m³">Number:Density</item-type>
<label>Fine Dust 10μm</label>
<state readOnly="true" pattern="%.0f %unit%"></state>
</channel-type>
<channel-type id="pm2_5" advanced="false">
<item-type>Number</item-type>
<label>Fine Dust Concentr. >2,5μ</label>
<state readOnly="true" pattern="%.0f μg/m³"></state>
<item-type unitHint="μg/m³">Number:Density</item-type>
<label>Fine Dust 2.5μm</label>
<state readOnly="true" pattern="%.0f %unit%"></state>
</channel-type>
<channel-type id="pressure" advanced="false">
<item-type>Number:Pressure</item-type>
<label>Pressure</label>
<state readOnly="true" pattern="%.2f hPa"></state>
<item-type unitHint="hPa">Number:Pressure</item-type>
<label>Barometric Pressure</label>
<state readOnly="true" pattern="%.2f %unit%"></state>
</channel-type>
<channel-type id="so2" advanced="false">
@ -322,8 +336,8 @@
</channel-type>
<channel-type id="tvoc" advanced="false">
<item-type>Number:Dimensionless</item-type>
<label>VOC Concentration</label>
<item-type unitHint="ppb">Number:Dimensionless</item-type>
<label>Volatile Organic Compounds (VOC)</label>
<state readOnly="true" pattern="%.0f %unit%"></state>
</channel-type>