Last Updated:

Integrating FROLL and BROLL Devices with HomematicIP

S.C.O.R.E.ConvenienceDeviceControl

Overview

The integration of FROLL and BROLL cover devices into the HomematicIP ecosystem allows homeowners to automate and control their window coverings seamlessly. This enhances convenience, enabling efficient management of natural light and privacy within their living spaces.

Convenience icon

Benefits

  • Effortless control of window coverings through a central platform.
  • Ability to schedule cover movements based on time or events.
  • Enhanced energy efficiency by managing light and heat entering the home.

Intent

This capability aims to provide homeowners with a streamlined way to control their FROLL and BROLL cover devices through the HomematicIP system. The outcome is increased flexibility and convenience in home management.

Preconditions

  • HomematicIP account and compatible FROLL/BROLL devices.
  • Home Assistant integration set up with HomematicIP.
  • Home Assistant installed and configured.
  • Integration available and authenticated: Zigbee2MQTT.
  • Device installed and reachable: TP-Link | HS100.

Actors

  • Homeowner managing window coverings
  • Family member adjusting covers for comfort
  • Guest utilizing voice commands to control covers

Trigger

The capability is triggered when a user sends a command through the Home Assistant interface or a scheduled time event occurs.

Workflow Diagram

flowchart TD
    A[User Command or Schedule] -->|check| B{Device Connected?}
    B -->|Yes| C[Adjust Cover Position]
    C --> D[Updated Cover Status]
    B -->|No| E[Alert User to Check Connection]

Workflow Description

1. User Sends Command

The homeowner sends a command via Home Assistant to adjust the FROLL or BROLL device.

2. Check Device Connection

The system verifies if the FROLL/BROLL device is connected to the HomematicIP network.

3. Adjust Cover Position

If the device is connected, the system sends the command to adjust the cover’s position.

4. Update Cover Status

The system updates the status of the cover in the Home Assistant dashboard for the user to view.

5. Notify User of Issues

If the device is not connected, the user receives an alert to check the device connection.

Postconditions

The requested action on the FROLL or BROLL device is completed, and the user receives confirmation of the updated status.

Optional Enhancements

  • Integrate with voice assistants for hands-free control.
  • Enable geofencing to automatically adjust covers when the homeowner leaves or arrives.
  • Add energy usage analytics for optimized cover management.

Recommended Components

Recommended ApplicationsRecommended IntegrationsRecommended Devices
Home AssistantZigbee2MQTT, TasmotaTP-Link | HS100, TP-Link | HS200

Source Examples