This is a custom integration for Home Assistant that allows you to control your Warema WMS WebControl (the older WebControl, NOT WebControl Pro).
- Covers: Full support for Venetian blinds (Raffstores) and Awnings, including accurate position and tilt support.
- Scenes: Automatically extracts all your configured scenes (like "Alle Zu") and creates them as Home Assistant
buttonentities. - Precise Tilt Control: Generates a dedicated
numberentity for the tilt of each blind, mapped precisely to the real-world physical degree scale (-75° to +75°).
- Go to HACS -> Integrations.
- Click the three dots in the top right and select Custom repositories.
- Add the URL of this repository and select Integration as the category.
- Click Download to install.
- Restart Home Assistant.
Copy the custom_components/warema_wms_webcontrol folder into your Home Assistant config/custom_components directory and restart Home Assistant.
This integration supports setup via the Home Assistant UI (Config Flow):
- Go to Settings -> Devices & Services in Home Assistant.
- Click + Add Integration in the bottom right corner.
- Search for Warema WMS WebControl and click on it.
- Enter the URL/IP address of your WebControl gateway (e.g.,
http://192.168.2.3). - (Optional) Adjust the update interval if needed.
- Click Submit.
Your shades and scenes will automatically be discovered and added as devices/entities!
(Note: Legacy setup via configuration.yaml is still supported as a fallback, but UI setup is highly recommended).