Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for Aquacell integration #32664

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions source/_integrations/aquacell.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: AquaCell
description: Instructions on how to integrate AquaCell with Home Assistant.
ha_category:
- Sensor
ha_release: 2024.6
joostlek marked this conversation as resolved.
Show resolved Hide resolved
ha_iot_class: Cloud Polling
ha_config_flow: true
ha_codeowners:
- '@Jordi1990'
ha_domain: aquacell
ha_platforms:
- sensor
ha_integration_type: device
c0ffeeca7 marked this conversation as resolved.
Show resolved Hide resolved
---

AquaCell is a water softening device. The **AquaCell** integration allows you to monitor your AquaCell device in Home Assistant.
c0ffeeca7 marked this conversation as resolved.
Show resolved Hide resolved
You will need your Aquacell account information as used in the **AquaCell** app.

{% include integrations/config_flow.md %}

<div class='note warning'>
This integration only works with <b>AquaCell</b> devices which have an <b>i-Lid</b> and are configured through the 'Mijn AquaCell' mobile app.
</div>

## Sensors

This integration provides {% term sensors %} for the following information from the AquaCell device:

- Percentage of salt remaining.
- Number of days until 0% salt level is reached.
- Firmware version.
- Device name.
- iLid battery level.
- Last update time.
- WiFi signal level.
c0ffeeca7 marked this conversation as resolved.
Show resolved Hide resolved
- Lid presence.

<div class="note">
The device does not update frequently, the integration polls the information once a day from the cloud.
</div>