Skip to content

Configuration Walkthrough

Senyo edited this page Jun 12, 2026 · 8 revisions

Humidity Intelligence Wiki

Configuration Walkthrough

This walkthrough is for a normal Home Assistant install where Humidity Intelligence is already installed and you are setting it up through the integration UI.

The exact form labels can change between releases. Treat this page as the practical manual, while the current README and integration UI carry the release-specific setup truth. A documentation issue helps bring the manual back into sync when wording drifts.

Before You Start

Have these ready:

  • humidity sensors
  • temperature sensors
  • optional air-quality sensors
  • optional presence, alarm, time, or manual gate entities
  • optional fan, purifier, humidifier, ventilation, or alert-light outputs
  • a rough idea of which rooms belong to each level or zone

Use stable, readable room labels. The labels are part of the explanation layer; they help the reason panel, diagnostics, and generated dashboards stay understandable.

Finding the Integration

Open Settings -> Devices & services -> Humidity Intelligence.

Humidity Intelligence integration overview

Use the integration entry to open the options workflow.

The Setup Shape

Humidity Intelligence setup is deliberately staged:

  1. frontend dependency awareness
  2. global gates
  3. telemetry inputs
  4. temperature slope
  5. zones
  6. humidifiers
  7. air quality
  8. alerts
  9. dashboard and post-configuration workflow

Essentials stay visible first. Expert controls sit in advanced sections so a normal setup stays approachable.

Humidity Intelligence options menu

Frontend Dependencies

This step helps you understand which optional Lovelace cards Home Assistant can see.

Optional frontend cards can improve presentation, while the backend control engine continues to use its own runtime truth. When Home Assistant exposes limited Lovelace resource information, treat that as a UI support signal first.

If frontend dependency detection is incomplete, continue setup and use generated dashboard troubleshooting later. Optional cards must not block the backend control engine.

Global Gates

Global gates decide whether Humidity Intelligence is allowed to act.

Common examples:

  • time windows
  • presence or alarm state
  • manual pause
  • outside action behavior
  • target profile mode

Start with recommended defaults unless you already know the home needs a different control window or target profile.

Important: gates are visible runtime truth. If a gate blocks control, the reason panel and generated dashboard should say so.

Global gates essential options

Advanced global-gate controls include the control-loop interval, startup UI mapping refresh, generated-card output detail visibility, and custom humidity target bands.

Global gates advanced tuning options

Telemetry Inputs

Telemetry is where HI learns what the home is doing.

At minimum, configure humidity and temperature sensors for active levels. Add air-quality telemetry only where you have suitable Home Assistant entities.

For each sensor, keep these stable:

  • entity
  • type
  • level
  • room label

Assign every sensor to a level and room, even if you mostly care about whole-house averages. That gives HI better context for diagnostics, generated cards, and alert source explanation.

Telemetry inputs before sensors are added

When adding a telemetry sensor, choose the Home Assistant entity, sensor type, level, and room label deliberately. Use labels that will still make sense in support reports and generated dashboards.

Add telemetry sensor form

Thresholds and Comfort

Review comfort mode before tuning individual thresholds. Seasonal mode is the normal starting point.

Thresholds and comfort essential options

Advanced threshold controls are for deliberate tuning after observing real behavior. Custom comfort values and deterministic zone thresholds should stay explainable and profile-relative.

Thresholds and comfort advanced tuning options

Temperature Slope

Temperature slope helps HI understand direction alongside the current reading.

Most users should let HI calculate slope from configured temperature sensors. Use provided slope sensors only when those entities are already stable and trusted in Home Assistant.

The optional temperature chip row is a display choice. It shows backend comfort and slope truth from HI rather than dashboard-side threshold guesses.

Advanced temperature-slope options let you decide whether HI calculates slope or uses provided slope sensors. Source selection should use stable temperature entities only.

Temperature slope advanced options

Zones

Zones connect environmental problems to output behavior.

A useful zone has:

  • a readable label
  • a level
  • assigned rooms
  • trigger context
  • configured outputs
  • normal and boost output stages where relevant

Boost should normally be stronger than the normal zone stage. Normal correction handles routine imbalance. Boost is for higher-priority escalation such as condensation, mould-risk, or humidity danger.

Zone essential options

Advanced zone controls include normal and boost fan levels plus the Current Air Control label used by generated cards. These labels are display truth only; they do not create new lane decisions.

Zone advanced tuning options

Humidifiers

Enable humidifier lanes only where you have real humidifier hardware.

Humidifier behavior is independent from the selected ventilation lane. That separation is intentional and keeps ventilation and humidification from competing through hidden dashboard logic.

Humidifier lane essential options

Advanced humidifier controls include lane removal and target-band adjustment. Use them only when the humidifier should intentionally offset the active comfort band.

Humidifier lane advanced tuning options

Air Quality

Enable air quality only where you have suitable telemetry and outputs.

Supported AQ telemetry can include indoor air quality, PM2.5, VOC, CO2, and CO, depending on what the current release and your configured Home Assistant entities provide.

AQ is below emergency and moisture-risk lanes in the priority order. If a higher priority issue is active, normal AQ response may wait.

Air quality lane essential options

Advanced AQ controls include lane removal, run duration, fan level, and trigger thresholds. Keep AQ thresholds aligned with the sensor semantics you actually trust in Home Assistant.

Air quality lane advanced tuning options

Alerts

Alerts are derived from HI telemetry and risk logic. Humidity, mould, condensation, and carbon-monoxide behavior stays tied to that explainable model.

Where an alert can be resolved to a room and zone, HI can use the configured zone boost path. When the source mapping is incomplete, HI can explain the degraded state and keep control on a safe path.

Visual indicator rules can map internal HI alert sources to optional target lights. They are a notification surface, not a second control engine.

Visual indicator rule essential options

Advanced visual-indicator controls include thresholds, power entity selection, flash mode, and flash duration.

Visual indicator rule advanced tuning options

After Setup

After setup:

  1. confirm the integration loads in Settings -> Devices & services
  2. check the main HI entities
  3. open the generated dashboard
  4. run the supported card export or refresh flow if needed
  5. download diagnostics if anything looks off

For UI-specific symptoms, see Troubleshooting Generated UI.

For support reports, see Getting Help.


Next: Understanding Control Decisions

Clone this wiki locally