AirAlarms fixes (#11062)

* modify airalarm thresholds

* display percentage, not ratio

* reopen doors on normal/warning state

* panic mode on danger state
This commit is contained in:
corentt
2022-09-06 02:54:26 +02:00
committed by GitHub
parent eaa5df4ad3
commit 6301ac5147
6 changed files with 24 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
- type: alarmThreshold
id: stationTemperature
upperBound: 1465.75 # T20C * 5
upperBound: 393.15 # T20C + 200
lowerBound: 193.15 # T20C - 100
upperWarnAround: 0.25
upperWarnAround: 0.7
lowerWarnAround: 1.1
- type: alarmThreshold
@@ -14,7 +14,7 @@
- type: alarmThreshold
id: stationOxygen
lowerBound: 0.0010
lowerBound: 0.10
lowerWarnAround: 1.5
- type: alarmThreshold
@@ -22,6 +22,16 @@
upperBound: 0.0025
upperWarnAround: 0.5
- type: alarmThreshold
id: stationNO
upperBound: 0.0025
upperWarnAround: 0.5
- type: alarmThreshold
id: stationMiasma
upperBound: 0.0025
upperWarnAround: 0.5
- type: alarmThreshold
id: ignore # just ignore nitrogen??? ??? ???
ignore: true