mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-25 03:26:50 +00:00
121 lines
2.8 KiB
Markdown
Executable File
121 lines
2.8 KiB
Markdown
Executable File
---
|
|
title: devolo Home Control
|
|
description: Instructions on how to integrate devolo Home Control with Home Assistant.
|
|
ha_category:
|
|
- Binary sensor
|
|
- Climate
|
|
- Cover
|
|
- Light
|
|
- Sensor
|
|
- Siren
|
|
- Switch
|
|
ha_release: '0.110'
|
|
ha_iot_class: Local Push
|
|
ha_config_flow: true
|
|
ha_codeowners:
|
|
- '@2Fake'
|
|
- '@Shutgun'
|
|
ha_domain: devolo_home_control
|
|
ha_platforms:
|
|
- binary_sensor
|
|
- climate
|
|
- cover
|
|
- diagnostics
|
|
- light
|
|
- sensor
|
|
- siren
|
|
- switch
|
|
ha_zeroconf: true
|
|
ha_integration_type: hub
|
|
---
|
|
|
|
[devolo](https://www.devolo.global) Home Control is a Z-Wave ecosystem with a [Z-Wave to IP gateway](https://www.devolo.de/devolo-home-control-zentrale) in the center. The {% term integration %} allows you to control devices connected to the gateway.
|
|
|
|
{% include integrations/config_flow.md %}
|
|
|
|
{% configuration_basic %}
|
|
Email / mydevolo ID:
|
|
description: "Email address you used to register the central unit at mydevolo."
|
|
Password:
|
|
description: "Password of your mydevolo account."
|
|
{% endconfiguration_basic %}
|
|
|
|
{% note %}
|
|
Your mydevolo account is only used to acquire local credentials. Afterward, communication is completely local as long as the gateway is within the same network.
|
|
{% endnote %}
|
|
|
|
|
|
## Supported devices and functions
|
|
|
|
### Switches
|
|
|
|
The integration provides support for the following Z-Wave devices:
|
|
|
|
- devolo Metering Plug v1
|
|
- devolo Metering Plug v2
|
|
- devolo Switch FM
|
|
- Qubino Flush 1 Relay
|
|
- Qubino Flush 1D Relay
|
|
- Fibaro Wall Plug
|
|
- Fibaro Double Relay Switch
|
|
|
|
### Binary sensors
|
|
|
|
The integration provides support for the following Z-Wave devices:
|
|
|
|
- devolo Door/Window Contact
|
|
- devolo Flood Sensor
|
|
- devolo Key-Fob Switch
|
|
- devolo Motion Sensor
|
|
- devolo Smoke Detector
|
|
- devolo Wall Switch
|
|
- Fibaro Floor Sensor
|
|
- Fibaro Motion Sensor
|
|
- Fibaro Smoke Sensor
|
|
|
|
The integration provides support for the following features:
|
|
|
|
- Overload alarm sensor of various switches
|
|
- Sensors I2 and I3 of devolo and Qubino flush mounted relays
|
|
|
|
### Cover
|
|
|
|
The integration provides support for the following Z-Wave devices:
|
|
|
|
- devolo Shutter FM
|
|
- Qubino Flush Shutter
|
|
|
|
### Climate
|
|
|
|
The integration provides support for the following Z-Wave devices:
|
|
|
|
- devolo Radiator Thermostat
|
|
- Danfoss Living Connect Z Radiator Thermostat
|
|
|
|
### Lights
|
|
|
|
The integration provides support for the following Z-Wave devices:
|
|
|
|
- devolo Dimmer FM
|
|
- Qubino Flush Dimmer
|
|
|
|
### Sensor
|
|
|
|
The integration provides support for the following features:
|
|
|
|
- Temperature and brightness of devolo Sensors, that support it
|
|
- Consumptions of devolo and Qubino devices, that support it
|
|
- Voltage of devolo Metering Plug v2
|
|
|
|
### Siren
|
|
|
|
The integration provides support for the following Z-Wave devices:
|
|
|
|
- devolo Siren
|
|
|
|
## Removing the integration
|
|
|
|
This integration follows standard integration removal. No extra steps are required.
|
|
|
|
{% include integrations/remove_device_service.md %}
|