Skip to content

Commit 42d62a2

Browse files
genestealerfabaff
authored andcommitted
RFLink Light updated example (home-assistant#2296)
* Updated example for Rflink Light * Update light.rflink.markdown
1 parent 7cf5328 commit 42d62a2

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

source/_components/light.rflink.markdown

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: "Rflink Light"
4-
description: "Instructions how to integrate Rflink lights into Home Assistant."
3+
title: "RFLink Light"
4+
description: "Instructions how to integrate RFLink lights into Home Assistant."
55
date: 2016-01-04
66
sidebar: true
77
comments: false
@@ -12,11 +12,11 @@ ha_category: Light
1212
ha_release: 0.38
1313
---
1414

15-
The `rflink` component support devices that use [Rflink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo Rflink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). Rflink gateway is an Arduino firmware that allows communication with 433Mhz devices using cheap hardware (Arduino + 433Mhz tranceiver).
15+
The `rflink` component support devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
1616

1717
First you have to set up your [rflink hub](/components/rflink/).
1818

19-
After configuring the Rflink hub lights will be automatically discovered and added.
19+
After configuring the RFLink hub lights will be automatically discovered and added.
2020

2121
New/unknown lights can be assigned to a default group automatically by specifying the `new_devices_group` option with a group name. If the group doesn't exist it will be created.
2222

@@ -29,7 +29,7 @@ sensor:
2929
new_devices_group: "New Rflink Lights"
3030
```
3131
32-
Rflink switch/light ID's are composed of: protocol, id, switch. For example: `newkaku_0000c6c2_1`.
32+
RFLink switch/light ID's are composed of: protocol, id, switch. For example: `newkaku_0000c6c2_1`.
3333

3434
Once the ID of a light is known it can be used to configure the light in HA, for example to add it to a different group, hide it or configure a nice name.
3535

@@ -39,6 +39,9 @@ Configuring a device as light with a nice name:
3939
# Example configuration.yaml entry
4040
light:
4141
platform: rflink
42+
device_defaults:
43+
fire_event: true
44+
signal_repetitions: 2
4245
devices:
4346
newkaku_0000c6c2_1:
4447
name: Living room
@@ -49,22 +52,22 @@ Configuration variables:
4952
- **devices** (*Optional*): A list of devices with their name to use in the frontend.
5053
- **new_devices_group** (*Optional*): Create group to add new/unknown devices to.
5154
- **device_defaults**: (*Optional*)
52-
- **fire_event_** (*Optional*): Set default `fire_event` for Rflink switch devices (see below).
53-
- **signal_repetitions** (*Optional*): Set default `signal_repetitions` for Rflink switch devices (see below).
55+
- **fire_event_** (*Optional*): Set default `fire_event` for RFLink switch devices (see below).
56+
- **signal_repetitions** (*Optional*): Set default `signal_repetitions` for RFLink switch devices (see below).
5457

5558
Device configuration variables:
5659

57-
- **name** (*Optional*): Name for the device, defaults to Rflink ID.
60+
- **name** (*Optional*): Name for the device, defaults to RFLink ID.
5861
- **type** (*Optional*): Override automatically detected type of the light device, can be: switchable, dimmable or hybrid. See 'Light Types' below.
59-
- **aliasses** (*Optional*): Alternative Rflink ID's this device is known by.
62+
- **aliasses** (*Optional*): Alternative RFLink ID's this device is known by.
6063
- **fire_event_** (*Optional*): Fire an `button_pressed` event if this device is turned on or off (default: False).
61-
- **signal_repetitions** (*Optional*): Repeat every Rflink command this number of times (default: 1)
64+
- **signal_repetitions** (*Optional*): Repeat every RFLink command this number of times (default: 1)
6265

6366
### {% linkable_title Light state %}
6467

65-
Initially the state of a light is unknown. When the light is turned on or off (via frontend or 433Mhz remote) the state is known and will be shown in the frontend.
68+
Initially the state of a light is unknown. When the light is turned on or off (via frontend or remote) the state is known and will be shown in the frontend.
6669

67-
Sometimes a light is controlled by multiple 433Mhz remotes, each remote has its own code programmed in the light. To allow tracking of the state when switched via other remotes add the corresponding remote codes as aliasses:
70+
Sometimes a light is controlled by multiple remotes, each remote has its own code programmed in the light. To allow tracking of the state when switched via other remotes add the corresponding remote codes as aliasses:
6871

6972
```yaml
7073
# Example configuration.yaml entry
@@ -82,7 +85,7 @@ Any on/off command from any allias ID updates the current state of the light. Ho
8285

8386
### {% linkable_title Light types %}
8487

85-
Light devices can come in different forms. Some only switch on and off, other support dimming. Dimmable devices might not always respond nicely to repeated `on` command as they turn into a pulsating state until `on` is pressed again (for example KlikAanKlikUit). The Rflink component support three types of lights to make things work in every situation:
88+
Light devices can come in different forms. Some only switch on and off, other support dimming. Dimmable devices might not always respond nicely to repeated `on` command as they turn into a pulsating state until `on` is pressed again (for example KlikAanKlikUit). The RFLink component support three types of lights to make things work in every situation:
8689

8790
- *Hybrid*: This type sends a `dim` followed by an a `on` command; and `off` commands. This will make dimmable devices turn on at the requested dim level and on/off devices on. One caveat is this type is not compatible with signal repetition as multiple `on` signals will cause dimmers to go into disco mode.
8891
- *Switchable*: Device type that sends only `on` and `off` commands. It work for both on/off and dimmable type switches. However dimmables might have issues with signal repetition (see above).
@@ -92,7 +95,7 @@ By default new lights are assigned the `switchable` type. Protocol supporting di
9295

9396
### {% linkable_title Hiding/ignoring lights %}
9497

95-
Lights are added automatically when the Rflink gateway intercepts a 433Mhz command in the ether. To prevent cluttering the frontend use any of these methods:
98+
Lights are added automatically when the RFLink gateway intercepts a wireless command in the ether. To prevent cluttering the frontend use any of these methods:
9699

97100
- Configure a `new_devices_group` for lights and optionally add it to a different `view`.
98101
- Hide unwanted devices using [customizations](/getting-started/customizing-devices/)

0 commit comments

Comments
 (0)