-
-
Notifications
You must be signed in to change notification settings - Fork 3
FAQ
No. The Wiki is a support manual.
Runtime behavior, entity semantics, generated dashboard logic, diagnostics, services,
release state, and migration requirements are defined by the repository source,
DESIGN_BRIEF.md, README.md, docs/, manifest.json, hacs.json, and release
notes.
No. Humidity Intelligence is deterministic. It resolves one explainable control decision per evaluation cycle using configured Home Assistant telemetry, gates, profiles, mappings, and priority rules.
The reason panel is meant to show why Humidity Intelligence selected the current runtime state. It should reflect backend truth, not decorative dashboard logic.
If the reason panel and generated dashboard disagree with runtime behavior, report it as a UI truth consistency issue.
No. Generated dashboards are a supported display surface. Backend runtime behavior must not depend on optional frontend cards.
Usually because the source data is not configured, unavailable, optional, or not exposed in the current generated-card mapping. Missing optional UI should degrade safely rather than inventing data.
No. Output detail visibility is a generated-card display choice. It should not change lane selection, output writes, manual override behavior, isolation switches, diagnostics, or entity names.
No.
Humidity Intelligence can reflect configured carbon monoxide telemetry and can use configured carbon monoxide data in its emergency behavior where supported by the current release. It is not a certified carbon monoxide alarm, life-safety device, or compliance system.
Install and maintain certified carbon monoxide alarms according to local regulations, manufacturer guidance, and applicable safety requirements.
Diagnostics show the configured Home Assistant context: version, selected entities, runtime state, gates, warnings, generated-card summary, and unavailable or unknown configured entities. This is much faster and safer than guessing from screenshots.
Use native Home Assistant diagnostics for public GitHub issues unless a maintainer asks for another file.
The humidity_intelligence.dump_diagnostics service is a fuller local debug export and
may contain more local context. Review it carefully before sharing.
Not necessarily. HACS and Home Assistant update state can be stale even when the GitHub release exists. Refresh HACS repository information, update or re-download through HACS, restart Home Assistant, and then check the installed version again.
You can, but public GitHub issues are public. If entity names reveal private rooms, people, addresses, devices, or routines, sanitize them first.
Use examples like:
sensor.example_room_humidity
switch.example_fan
binary_sensor.example_gate
No. Comments and reactions are useful interest signals, not approval. Maintainer review and the proposal/release process decide what gets implemented.