home-assistant.io/source/_components/lightwave.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.8 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Lightwave Instructions on how to integrate Lightwave devices with Home Assistant. lightwave.png
Hub
Light
Switch
0.84 Assumed State
/components/light.lightwave/
/components/switch.lightwave/

The lightwave integration links Home Assistant with your Lightwave WiFi link for controlling Lightwave lights and switches.

This integration uses the official API published by Lightwave on their website https://api.lightwaverf.com/. To add your Lightwave devices into your Home Assistant installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
lightwave:
  host: 192.168.1.2
  lights:
    R1D3:
      name: Wall lights
    R1D4:
      name: Ceiling lights
  switches:
    R1D2:
      name: Tree socket
    R2D1:
      name: Radio socket
    R2D2:
      name: Light socket
    R2D3:
      name: Phone socket
    R2D4:
      name: Torch socket

Where 192.168.1.2 is the ip address of your Lightwave hub. Each switch or light requires an id and a name. The id takes the form R#D# where R# is the room number and D# is the device number.

lights and switches are optional but one of these must be present.

The first use of a light or switch will try to register with your Lightwave WiFi Link hub. If the hub has not been registered a message on your hub will be displayed asking you to pair the device. You have 12 seconds to push the button on your hub to accept this. Once done, you should be able to control your lights and switches via Home Assistant. This only needs to be done if the hub has not been registered.

The Lightwave Home Assistant integration currently supports the following Lightwave devices:

  • Lightwave lights
  • Lightwave switches