Skip to content
Merged
Changes from all 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
20 changes: 20 additions & 0 deletions source/_integrations/pooldose.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: SEKO PoolDose
description: Connect your SEKO PoolDose water treatment system to Home Assistant.
ha_category:
- Binary sensor
- Number
- Sensor
- Switch
- Water Management
Expand All @@ -14,6 +15,7 @@ ha_codeowners:
ha_domain: pooldose
ha_platforms:
- binary_sensor
- number
- sensor
- switch
ha_integration_type: integration
Expand Down Expand Up @@ -125,6 +127,24 @@ This integration provides the following entities.
- **Totalizer**: Total water volume accumulated.
- **Unit**: L, m³

### Numbers

- **pH target**: Target pH value for automatic dosing control.
- **ORP target**: Target ORP (Redox) value for automatic dosing control.
- **Unit**: mV
- **Chlorine target**: Target chlorine concentration for automatic dosing control.
- **Unit**: ppm
- **pH overfeed alarm lower limit**: Lower threshold for pH overfeed detection.
- **pH overfeed alarm upper limit**: Upper threshold for pH overfeed detection.
- **ORP overfeed alarm lower limit**: Lower threshold for ORP overfeed detection.
- **Unit**: mV
- **ORP overfeed alarm upper limit**: Upper threshold for ORP overfeed detection.
- **Unit**: mV
- **Chlorine overfeed alarm lower limit**: Lower threshold for chlorine overfeed detection.
- **Unit**: ppm
- **Chlorine overfeed alarm upper limit**: Upper threshold for chlorine overfeed detection.
- **Unit**: ppm

### Switches

- **Pause dosing**: Pauses or resumes the dosing process.
Expand Down