Last Updated:

WiLight Fan Support Integration

S.C.O.R.E.ConvenienceDevice Control

Overview

WiLight’s newly added fan support allows homeowners to control ceiling and table fans seamlessly along with their lighting. This integration enhances climate comfort by enabling automated fan operation based on temperature or user preferences.

Convenience icon

Benefits

  • Improved air circulation in rooms without manual intervention
  • Enhanced energy efficiency by synchronizing fan operation with HVAC systems
  • Convenient remote access to control fan settings from anywhere

Intent

The purpose of this capability is to provide a unified control interface for both lighting and fans within the home. The outcome is a more comfortable living environment with automated climate adjustments based on user preferences and conditions.

Preconditions

  • WiLight compatible fans installed.
  • Home Assistant configured with WiLight integration.
  • Z-Wave JS integration enabled.
  • Home Assistant installed and configured.
  • Integration available and authenticated: Zigbee2MQTT.
  • Device installed and reachable: HVAC and Climate Control.

Actors

  • Homeowner adjusting settings
  • Family members enjoying improved comfort
  • Guests experiencing a pleasant environment

Trigger

The capability is triggered by a change in temperature detected by a sensor or a user command via Home Assistant.

Workflow Diagram

flowchart TD
    A[Temperature Sensor Reading] -->|check| B{{Is temperature above set point?}}
    B -->|Yes| C[Turn on fan]
    C --> D[Room cools down]
    B -->|No| E[Turn off fan]

Workflow Description

1. Temperature Detection

The system monitors the room temperature via a connected sensor.

2. User Command Reception

The homeowner sends a command through Home Assistant to adjust fan settings.

3. Decision Making

The system determines whether to turn the fan on or off based on the current temperature.

4. Fan Activation

The selected fan is turned on or off as per the decision made.

5. Monitoring Feedback

The system continues to monitor temperature and adjusts fan operation accordingly.

Postconditions

The fan operates as set by the user or automatically based on temperature, creating a comfortable indoor climate.

Optional Enhancements

  • Integrate voice control for hands-free operation
  • Set up capability rules based on time of day or occupancy
  • Enable notifications for fan status changes

Recommended Components

Recommended ApplicationsRecommended IntegrationsRecommended Devices
Home AssistantZigbee2MQTT, Z-Wave JSHVAC and Climate Control, ecobee4 Smart Thermostat

Source Examples