Overview
This capability allows homeowners to control their lighting systems through the iAquaLink platform, enhancing convenience and energy efficiency. By integrating light control, users can automate lighting alongside their pool management for a synchronized home environment.
Benefits
- Easily control lighting from the same interface used for pool management
- Enhance home ambiance by automating lighting schedules based on pool activities
- Improve energy efficiency by coordinating lighting with outdoor usage patterns
Intent
The purpose of this capability is to streamline the interaction between lighting and pool systems via the iAquaLink integration. This results in a more cohesive smart home experience and allows for seamless capability of both lighting and pool features.
Preconditions
- iAquaLink integration must be set up in Home Assistant.
- Compatible smart lighting devices must be connected to Home Assistant.
- Home Assistant must be running on a compatible device.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: WLED Light Controller.
Actors
- Homeowner managing home utilities
- Family members enjoying outdoor activities
- Guests using pool facilities
Trigger
The capability is triggered by a user command through the iAquaLink app or Home Assistant interface, or by a scheduled capability based on time.
Workflow Diagram
flowchart TD
A[User Command] -->|check| B{Lighting Control Active?}
B -->|Yes| C[Activate Lighting]
C --> D[Lighting Adjusted]
B -->|No| E[Exit]
Workflow Description
1. User Command Initiated
The homeowner or family member issues a command to control the lighting via the iAquaLink interface.
2. Check Lighting Control Status
The system checks if the lighting control feature is active and available.
3. Activate Lighting
If active, the system sends a command to the designated lighting devices to adjust brightness or color.
4. Lighting Adjusted Confirmation
The system confirms that the lighting has been successfully adjusted and provides feedback to the user.
5. Exit if Not Active
If the lighting control feature is not active, the system exits without making changes.
Postconditions
The selected lighting devices are adjusted according to the user’s command, enhancing the outdoor experience around the pool area.
Optional Enhancements
- Implement voice control integration with Google Home or Alexa
- Add geofencing to automatically adjust lighting based on user location
- Create specific lighting scenes for different pool activities
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | WLED Light Controller, Lutron Caseta Dimmer |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)