Window Covering Device
Device Category: window_covering
The Window Covering device represents automated window treatments such as blinds, shades, or curtains.
Required Channels
These channels are mandatory for the functionality of the window covering device:
Channel | Description | Multiple | Details |
---|---|---|---|
window_covering | Controls the position, tilt, and operational state of the window covering. | No | See details |
device_information | Provides metadata about the device, such as manufacturer, model, and firmware. | No | See details |
Optional Channels
These channels are optional and provide additional features:
Channel | Description | Multiple | Details |
---|---|---|---|
battery | Monitors the battery status, if the window covering is battery-powered. | No | See details |
electrical_energy | Tracks total energy consumption over time. | No | See details |
electrical_power | Provides real-time power usage information. | No | See details |
Use Case Scenarios
-
Automation and Control:
- Adjust the position and tilt of the window covering using the
windowCovering
channel.
- Adjust the position and tilt of the window covering using the
-
Energy Management:
- Monitor power usage and energy consumption with the
electrical_power
andelectrical_energy
channels.
- Monitor power usage and energy consumption with the
-
Battery Monitoring:
- For battery-powered window coverings, track battery status using the
battery
channel.
- For battery-powered window coverings, track battery status using the
Developer Notes
-
Channel Implementation:
- The
device_information
andwindowCovering
channels are required for basic operation. - Include optional channels for advanced features like energy tracking or battery monitoring.
- The
-
Integration:
- Ensure seamless operation in automated home systems by implementing required and relevant optional channels.
-
Extensibility:
- Add power monitoring features using
electrical_energy
andelectrical_power
as needed. - For battery-operated systems, the
battery
channel provides critical status information.
- Add power monitoring features using
Last updated on