-
Notifications
You must be signed in to change notification settings - Fork 0
Setting Environment Limits
Tom Grounds - Personal edited this page Jun 19, 2026
·
2 revisions
Environment limits define the acceptable conditions for a room and its assets.
- Temperature (°F)
- Humidity (%)
- Dew Point (°F)
- Lux (lx)
- UV
- VOC (ppb)
- Formaldehyde (ppb)
- Ozone (ppb)
- NO2 (ppb)
- PM2.5 (µg/m³)
- PM10 (µg/m³)
- Mold index
- Leak detection
- Pressure (hPa)
- Vibration (mm/s)
- Noise (dB)
- CO2 (ppm)
Each measurement has:
- Minimum value
- Maximum value
- Real-time sensor reading
The system compares:
Current Value → Against → Defined Range
- Red transition seconds
- Recovery seconds
These prevent rapid status changes from short spikes.
Environment limits drive:
- Risk evaluation
- Advisory messages
- Alerting logic
- Set realistic ranges
- Avoid overly tight thresholds
- Use debounce settings to reduce false alerts
Well-defined limits turn raw data into meaningful risk signals.