WiLight
The WiLight integration is to integrate WiLight devices with Home Assistant.
There is currently support for the following device types within Home Assistant:
- Cover (WiLight model C-103).
- Fan (WiLight model V-104).
- Light (WiLight model I-100, I-102, I-107, I-110 and I-112).
- Irrigation / Switch (WiLight model R-105).
此集成可通过 UI 配置。前往 设置 > 设备与服务 添加。
Fan
The WiLight integration allows you to control your Fans from within Home Assistant.
Fan actions
There are several actions which can be used for automations and control of the fan:
Irrigation
The WiLight integration allows you to control your Irrigation from within Home Assistant. This is exposed via switches in Home Assistant.
There are two switch types for Irrigation: watering switch and pause switch.
A watering switch can turn on and off the irrigation valve, while the pause switch can disable / enable the action of a watering switch.
Triggers activate (turn on) the watering switch (irrigation valve) at the programmed time. The trigger can be set to run on a day of the week or only once (today).
Irrigation actions
There are several actions which can be used for automations and control of the Irrigation:
- For
watering switch:
- For
pause switch:
Trigger rules:
- String with 8 decimal characters ("0" to "9").
- The first three characters (String[0,3]) represent an integer from 0 to 127, which corresponds to Bitfield of: 1 - Sunday, 2 - Monday, 4 - Tuesday, 8 - Wednesday, 16 - Thursday, 32 - Friday and 64 - Saturday. Setting zero, trigger is only valid for today.
- String[3,5] represents the hour of trigger, from 0 to 23.
- String[5,7] represents the minute of trigger, from 0 to 59.
- String[7,8] represents the enable trigger, 0 - disabled, 1- enabled.

