Updated external content (Jenkins build 2115)
parent
bc4067e0ec
commit
06194bb525
|
@ -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 |
|
| fineDustCnt02_5 | Number:Dimensionless | | Fine Dust >2,5 µm |
|
||||||
| fineDustCnt05 | Number:Dimensionless | | Fine Dust >5 µm |
|
| fineDustCnt05 | Number:Dimensionless | | Fine Dust >5 µm |
|
||||||
| fineDustCnt10 | Number:Dimensionless | | Fine Dust >10 µm |
|
| fineDustCnt10 | Number:Dimensionless | | Fine Dust >10 µm |
|
||||||
| co | Number | | CO concentration |
|
| co | Number:Density | | Carbon monoxide (CO) concentration |
|
||||||
| co2 | Number:Dimensionless | | CO₂ concentration |
|
| co2 | Number:Dimensionless | | Carbon dioxide (CO₂) concentration |
|
||||||
| dCO2dt | Number | | Change of CO₂ concentration |
|
| dCO2dt | Number | | Change of CO₂ concentration |
|
||||||
| dHdt | Number | | Change of Humidity |
|
| dHdt | Number | | Change of Humidity |
|
||||||
| dewpt | Number:Temperature | | Dew Point |
|
| dewpt | Number:Temperature | | Dew Point |
|
||||||
| doorEvent | Number | | Door Event (experimental, might not work reliably) |
|
| doorEvent | Number | | Door Event (experimental, might not work reliably) |
|
||||||
| h2s | Number:Density | | Hydrogen sulfide (H₂S) |
|
| 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) |
|
| health | Number:Dimensionless | | Health Index (0 to 1000, -200 for gas alarm, -800 for fire alarm) |
|
||||||
| humidityRelative | Number:Dimensionless | | Humidity in percent |
|
| humidityRelative | Number:Dimensionless | | Humidity in percent |
|
||||||
| humidityAbsolute | Number | | Absolute Humidity |
|
| humidityAbsolute | Number:Density | | Absolute Humidity |
|
||||||
| measureTime | Number:Time | | Milliseconds needed for measurement |
|
| measureTime | Number:Time | | Milliseconds needed for measurement |
|
||||||
| no2 | Number | | NO₂ concentration |
|
| no2 | Number:Density | | Nitrogen Dioxide (NO₂) concentration |
|
||||||
| o3 | Number | | Ozone (O₃) concentration |
|
| o3 | Number:Density | | Ozone (O₃) concentration |
|
||||||
| o2 | Number:Dimensionless | | Oxygen (O₂) concentration |
|
| o2 | Number:Dimensionless | | Oxygen (O₂) concentration |
|
||||||
|
| performanceIndex | Number:Dimensionless | | Performance Index in percent |
|
||||||
| performance | Number:Dimensionless | | Performance Index (0 to 1000) |
|
| performance | Number:Dimensionless | | Performance Index (0 to 1000) |
|
||||||
| fineDustConc01 | Number | | Fine Dust concentration >1 µm |
|
| fineDustConc01 | Number | | Fine Dust concentration >1 µm |
|
||||||
| fineDustConc02_5 | Number | | Fine Dust concentration >2.5 µm |
|
| fineDustConc02_5 | Number | | Fine Dust concentration >2.5 µm |
|
||||||
| fineDustConc10 | Number | | Fine Dust concentration >10 µm |
|
| fineDustConc10 | Number | | Fine Dust concentration >10 µm |
|
||||||
| pressure | Number:Pressure | | Pressure |
|
| pressure | Number:Pressure | | Barometric Pressure |
|
||||||
| so2 | Number | | SO₂ concentration |
|
| so2 | Number | | Sulfur dioxide (SO₂) concentration |
|
||||||
| sound | Number:Dimensionless | | Noise |
|
| sound | Number:Dimensionless | | Noise |
|
||||||
| temperature | Number:Temperature | | Temperature |
|
| temperature | Number:Temperature | | Temperature |
|
||||||
| timestamp | DateTime | | Timestamp of measurement |
|
| timestamp | DateTime | | Timestamp of measurement |
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
<channel id="dewpt" typeId="dewpt"/>
|
<channel id="dewpt" typeId="dewpt"/>
|
||||||
<channel id="doorEvent" typeId="door"/>
|
<channel id="doorEvent" typeId="door"/>
|
||||||
<channel id="h2s" typeId="h2s"/>
|
<channel id="h2s" typeId="h2s"/>
|
||||||
|
<channel id="healthIndex" typeId="health_index"/>
|
||||||
<channel id="health" typeId="health"/>
|
<channel id="health" typeId="health"/>
|
||||||
<channel id="humidityRelative" typeId="humidity"/>
|
<channel id="humidityRelative" typeId="humidity"/>
|
||||||
<channel id="humidityAbsolute" typeId="humidity_abs"/>
|
<channel id="humidityAbsolute" typeId="humidity_abs"/>
|
||||||
|
@ -32,6 +33,7 @@
|
||||||
<channel id="no2" typeId="no2"/>
|
<channel id="no2" typeId="no2"/>
|
||||||
<channel id="o3" typeId="o3"/>
|
<channel id="o3" typeId="o3"/>
|
||||||
<channel id="o2" typeId="oxygen"/>
|
<channel id="o2" typeId="oxygen"/>
|
||||||
|
<channel id="performanceIndex" typeId="performance_index"/>
|
||||||
<channel id="performance" typeId="performance"/>
|
<channel id="performance" typeId="performance"/>
|
||||||
<channel id="fineDustConc01" typeId="pm1"/>
|
<channel id="fineDustConc01" typeId="pm1"/>
|
||||||
<channel id="fineDustConc02_5" typeId="pm2_5"/>
|
<channel id="fineDustConc02_5" typeId="pm2_5"/>
|
||||||
|
@ -117,7 +119,7 @@
|
||||||
<property name="sensorList">Unknown sensor list</property>
|
<property name="sensorList">Unknown sensor list</property>
|
||||||
<property name="sensorInfo">No info about sensors</property>
|
<property name="sensorInfo">No info about sensors</property>
|
||||||
<property name="industry">No industry info</property>
|
<property name="industry">No industry info</property>
|
||||||
<property name="thingTypeVersion">1</property>
|
<property name="thingTypeVersion">2</property>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<config-description>
|
<config-description>
|
||||||
|
@ -142,56 +144,56 @@
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="typps" advanced="false">
|
<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>
|
<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>
|
||||||
|
|
||||||
<channel-type id="cnt0_3" advanced="false">
|
<channel-type id="cnt0_3" advanced="true">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<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>
|
<state readOnly="true" pattern="%.0f"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="cnt0_5" advanced="false">
|
<channel-type id="cnt0_5" advanced="true">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<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>
|
<state readOnly="true" pattern="%.0f"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="cnt1" advanced="false">
|
<channel-type id="cnt1" advanced="true">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<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>
|
<state readOnly="true" pattern="%.0f"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="cnt2_5" advanced="false">
|
<channel-type id="cnt2_5" advanced="true">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<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>
|
<state readOnly="true" pattern="%.0f"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="cnt5" advanced="false">
|
<channel-type id="cnt5" advanced="true">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<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>
|
<state readOnly="true" pattern="%.0f"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="cnt10" advanced="false">
|
<channel-type id="cnt10" advanced="true">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<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>
|
<state readOnly="true" pattern="%.0f"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="co" advanced="false">
|
<channel-type id="co" advanced="false">
|
||||||
<item-type>Number</item-type>
|
<item-type unitHint="mg/m³">Number:Density</item-type>
|
||||||
<label>CO Concentration</label>
|
<label>Carbon Monoxide (CO)</label>
|
||||||
<state readOnly="true" pattern="%.0f mg/m³"></state>
|
<state readOnly="true" pattern="%.2f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="co2" advanced="false">
|
<channel-type id="co2" advanced="false">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<item-type unitHint="ppm">Number:Dimensionless</item-type>
|
||||||
<label>CO₂ Concentration</label>
|
<label>Carbon Dioxide (CO₂)</label>
|
||||||
<state readOnly="true" pattern="%.0f %unit%"></state>
|
<state readOnly="true" pattern="%.0f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
@ -210,7 +212,7 @@
|
||||||
<channel-type id="dewpt" advanced="false">
|
<channel-type id="dewpt" advanced="false">
|
||||||
<item-type>Number:Temperature</item-type>
|
<item-type>Number:Temperature</item-type>
|
||||||
<label>Dew Point</label>
|
<label>Dew Point</label>
|
||||||
<state readOnly="true" pattern="%.3f %unit%"></state>
|
<state readOnly="true" pattern="%.2f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="door" advanced="false">
|
<channel-type id="door" advanced="false">
|
||||||
|
@ -225,22 +227,28 @@
|
||||||
<state readOnly="true" pattern="%.2f %unit%"></state>
|
<state readOnly="true" pattern="%.2f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="health" advanced="false">
|
<channel-type id="health_index" advanced="false">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<item-type unitHint="%">Number:Dimensionless</item-type>
|
||||||
<label>Health Index</label>
|
<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>
|
<state readOnly="true"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="humidity" advanced="false">
|
<channel-type id="humidity" advanced="false">
|
||||||
<item-type unitHint="%">Number:Dimensionless</item-type>
|
<item-type unitHint="%">Number:Dimensionless</item-type>
|
||||||
<label>Humidity</label>
|
<label>Humidity</label>
|
||||||
<state readOnly="true" pattern="%.2f %%"></state>
|
<state readOnly="true" pattern="%.2f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="humidity_abs" advanced="false">
|
<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>
|
<label>Absolute Humidity</label>
|
||||||
<state readOnly="true" pattern="%.3f g/m³"></state>
|
<state readOnly="true" pattern="%.2f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="mtime" advanced="true">
|
<channel-type id="mtime" advanced="true">
|
||||||
|
@ -250,51 +258,57 @@
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="no2" advanced="false">
|
<channel-type id="no2" advanced="false">
|
||||||
<item-type>Number</item-type>
|
<item-type unitHint="μg/m³">Number:Density</item-type>
|
||||||
<label>NO₂ Concentration</label>
|
<label>Nitrogen Dioxide (NO₂)</label>
|
||||||
<state readOnly="true" pattern="%.2f μg/m³"></state>
|
<state readOnly="true" pattern="%.2f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="o3" advanced="false">
|
<channel-type id="o3" advanced="false">
|
||||||
<item-type>Number</item-type>
|
<item-type unitHint="µg/m³">Number:Density</item-type>
|
||||||
<label>O₃ Concentration</label>
|
<label>Ozone (O₃)</label>
|
||||||
<state readOnly="true" pattern="%.2f μg/m³"></state>
|
<state readOnly="true" pattern="%.2f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="oxygen" advanced="false">
|
<channel-type id="oxygen" advanced="false">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<item-type unitHint="%">Number:Dimensionless</item-type>
|
||||||
<label>Oxygen Concentration</label>
|
<label>Oxygen (O₂)</label>
|
||||||
<state readOnly="true" pattern="%.3f %%"></state>
|
<state readOnly="true" pattern="%.2f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="performance" advanced="false">
|
<channel-type id="performance_index" advanced="false">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<item-type unitHint="%">Number:Dimensionless</item-type>
|
||||||
<label>Performance Index</label>
|
<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>
|
<state readOnly="true"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="pm1" advanced="false">
|
<channel-type id="pm1" advanced="false">
|
||||||
<item-type>Number</item-type>
|
<item-type unitHint="μg/m³">Number:Density</item-type>
|
||||||
<label>Fine Dust Concentr. >1μ</label>
|
<label>Fine Dust 1μm</label>
|
||||||
<state readOnly="true" pattern="%.0f μg/m³"></state>
|
<state readOnly="true" pattern="%.0f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="pm10" advanced="false">
|
<channel-type id="pm10" advanced="false">
|
||||||
<item-type>Number</item-type>
|
<item-type unitHint="μg/m³">Number:Density</item-type>
|
||||||
<label>Fine Dust Concentr. >10μ</label>
|
<label>Fine Dust 10μm</label>
|
||||||
<state readOnly="true" pattern="%.0f μg/m³"></state>
|
<state readOnly="true" pattern="%.0f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="pm2_5" advanced="false">
|
<channel-type id="pm2_5" advanced="false">
|
||||||
<item-type>Number</item-type>
|
<item-type unitHint="μg/m³">Number:Density</item-type>
|
||||||
<label>Fine Dust Concentr. >2,5μ</label>
|
<label>Fine Dust 2.5μm</label>
|
||||||
<state readOnly="true" pattern="%.0f μg/m³"></state>
|
<state readOnly="true" pattern="%.0f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="pressure" advanced="false">
|
<channel-type id="pressure" advanced="false">
|
||||||
<item-type>Number:Pressure</item-type>
|
<item-type unitHint="hPa">Number:Pressure</item-type>
|
||||||
<label>Pressure</label>
|
<label>Barometric Pressure</label>
|
||||||
<state readOnly="true" pattern="%.2f hPa"></state>
|
<state readOnly="true" pattern="%.2f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="so2" advanced="false">
|
<channel-type id="so2" advanced="false">
|
||||||
|
@ -322,8 +336,8 @@
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="tvoc" advanced="false">
|
<channel-type id="tvoc" advanced="false">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<item-type unitHint="ppb">Number:Dimensionless</item-type>
|
||||||
<label>VOC Concentration</label>
|
<label>Volatile Organic Compounds (VOC)</label>
|
||||||
<state readOnly="true" pattern="%.0f %unit%"></state>
|
<state readOnly="true" pattern="%.0f %unit%"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue