Overview
VeSync’s integration for fan control allows homeowners to manage their fans alongside other climate devices seamlessly. This capability adds a layer of convenience by enabling remote control and capability of fan settings, improving comfort and energy efficiency.
Benefits
- Remote control of fan speed and operation from anywhere through the app.
- Ability to create capability routines based on temperature or occupancy, enhancing comfort.
- Integration with other smart devices for a cohesive home climate management system.
Intent
The purpose of this capability is to provide users with a simple and efficient way to control their fans through the VeSync platform. This leads to improved air circulation and personalized comfort settings based on user preferences and environmental changes.
Preconditions
- VeSync compatible fans installed in the home.
- VeSync app installed and configured on the user's device.
- Home Wi-Fi network set up to connect devices.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner controlling the fan settings
- Family members adjusting the fan for comfort
- Guests utilizing the fan during their stay
Trigger
The fan control capability can be triggered by user commands through the app, specific temperature readings from smart sensors, or preset schedules.
Workflow Diagram
flowchart TD
A[User Command/Temperature Reading] -->|check| B{{Is Fan On?}}
B -->|Yes| C[Adjust Fan Speed]
C --> D[Result: Fan Speed Updated]
B -->|No| E[Turn Fan On]
E --> D
Workflow Description
1. User Opens VeSync App
The homeowner opens the VeSync app on their smartphone or tablet.
2. Select Fan Control
The user navigates to the fan control section within the app.
3. Adjust Settings
The user can select the desired fan speed or toggle the fan on/off.
4. Create Capability
The user sets up capability based on temperature thresholds or occupancy detected by sensors.
5. Save and Exit
The user saves the changes and exits the app, ensuring the fan operates according to the new settings.
Postconditions
The fan operates according to the user’s specified settings, with capability activated if configured, enhancing home comfort and energy efficiency.
Optional Enhancements
- Voice control integration with Alexa or Google Home for hands-free operation.
- Scheduling options for daily or weekly fan operation.
- Energy consumption tracking to monitor efficiency.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | HVAC and Climate Control, ecobee4 Smart Thermostat |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)