mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add velux reboot service (#16352)
This commit is contained in:
parent
93a21e2bbf
commit
a358a60395
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user