Add velux reboot service (#16352)

This commit is contained in:
Paul Daumlechner 2021-01-29 20:35:36 +01:00 committed by GitHub
parent 93a21e2bbf
commit a358a60395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,26 @@ password:
type: string
{% endconfiguration %}
## Services
### Service `velux.reboot_gateway`
Reboots the configured KLF 200 Gateway.
There is a problem with the KLF 200 gateway where the connection cannot be established after a restart of Home Assistant, only a manual power off and on fixes this.
As a workaround, you can use an automation to force a restart of the KLF 200 before exiting Home Assistant, like this:
```yaml
automation:
alias: KLF reboot on hass stop event
description: Reboots the KLF200 in order to avoid SSL Handshake issue
trigger:
- platform: homeassistant
event: shutdown
action:
- service: velux.reboot_gateway
```
## Velux Active (KIX 300)
The Velux Active (KIX 300) set is not supported by this integration. To integrate Velux Active (KIX 300) with Home Assistant, you can use the [HomeKit Controller](/integrations/homekit_controller) integration and get full control over your windows, curtains, covers, the air quality sensor KLA 300, etc.