Skip to content

Commit dceec87

Browse files
dfielfrenck
authored andcommitted
Documentation for new TCP Lighting (Greenwave Reality) component (home-assistant#4005)
* Create light.tcpbulbs.markdown * Change Version to 0.59 * Change Configuration to correct formatting * Removed Configuration Variables Header * Update and rename light.tcpbulbs.markdown to light.greenwave.markdown * Update light.greenwave.markdown * Update light.greenwave.markdown * 💄 Adds the Greenwave Reality logo * 💄 Improved crop of logo
1 parent 3172f9c commit dceec87

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: page
3+
title: Greenwave Reality (TCP Connected) Lights
4+
description: "Instructions on how to set up Greenwave Reality lights within Home Assistant."
5+
date: 2017-11-17 18:50
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: greenwavereality.png
11+
ha_category: Light
12+
ha_release: 0.61
13+
ha_iot_class: "Local Polling"
14+
---
15+
16+
This component communicates with the Greenwave Reality (TCP Connected) Gateway to allow control of all lights and fixtures registered to the gateway. Bulbs and Fixtures can be created and modified inside the TCP Lighting App for Android and iOS.
17+
18+
This component has been tested on firmware revisions:
19+
20+
- 2.0.105
21+
22+
To configure the connection to the gateway, add the following to your `configuration.yaml` file:
23+
24+
```yaml
25+
light:
26+
- platform: greenwave
27+
host: XXX.XXX.XXX.XXX
28+
version: 3
29+
```
30+
The version option is the major revision of your firmware, which should be 2 or 3. If you are running Version 2, there are no extra steps. If you are running Version 3, you must press the Sync button on the gateway prior to the first launch of Home Assistant, so a token can be grabbed. Once home assistant has started, you can either press the Sync button again or wait for it to time out manually.
31+
32+
{% configuration %}
33+
host:
34+
description: The IP Address of your Gateway
35+
required: true
36+
type: string
37+
version:
38+
description: Major version of the gateway firmware
39+
required: true
40+
type: integer
41+
{% endconfiguration %}
Loading

0 commit comments

Comments
 (0)