Overview
The new Pooldose integration upgrade allows homeowners to efficiently monitor pool water levels, set precise dosing targets, and control the pool’s operating mode directly from their smart home system. This capability simplifies pool maintenance, ensuring optimal water quality and reducing manual checks.
Benefits
- Automated water level monitoring reduces the risk of over or under-filling the pool.
- Configurable dosing targets ensure chemical levels are maintained accurately for safe swimming.
- Convenient control of pool operating modes minimizes manual effort and enhances overall user experience.
Intent
The purpose of this capability is to provide homeowners with a seamless way to monitor and manage their pool’s water quality and operation. By integrating sensors and controls into a single system, it achieves improved efficiency and peace of mind.
Preconditions
- Pooldose integration must be installed on the Home Assistant platform.
- Water meter sensors need to be properly configured and connected.
- User must have access to the Home Assistant dashboard for configuration.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: RainMachine Version 2 (API 4.6.1).
Actors
- Homeowner managing the pool
- Family members enjoying the pool
- Pool maintenance professionals
Trigger
The capability is triggered when the water meter sensor reports a change in water level or when a user adjusts the dosing targets via the dashboard.
Workflow Diagram
flowchart TD
A[Water Level Change Detected] -->|check| B{Is water level low?}
B -->|Yes| C[Activate Water Filling]
C --> D[Water Level Adjusted]
B -->|No| E{Is dosing target set?}
E -->|Yes| F[Adjust Chemical Dosing]
F --> G[Pool Operates at Optimal Chemical Levels]
E -->|No| H[Exit without Action]
Workflow Description
1. Sensor Activation
Water meter sensors continuously monitor the pool water levels and send updates to the Home Assistant.
2. Dosing Configuration
Homeowner sets desired chemical dosing targets through the Home Assistant interface.
3. Water Level Check
The system checks the water level against the configured targets to determine if a refill is needed.
4. Chemical Adjustment
If the water level is adequate and dosing targets are set, the system automatically adjusts chemical dosing.
5. Operational Mode Control
Users can select or change the pool’s operating mode based on preferences or needs directly from the dashboard.
Postconditions
After the capability completes, the pool water levels are maintained within the desired range, and chemical dosing is optimized, ensuring safe swimming conditions.
Optional Enhancements
- Integration with weather data to adjust water filling based on rainfall forecasts.
- Notifications sent to users when water levels or chemical dosing need attention.
- Automated scheduling for routine maintenance tasks based on user preferences.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | RainMachine Version 2 (API 4.6.1), Rainmachine Mini |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)