-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Documentation for new TCP Lighting (Greenwave Reality) component #4005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
54a3ca6
21227b2
8f93a77
8bdbc3e
02fbb4a
2c308e6
600349c
1eefcce
6266ac7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| --- | ||
| layout: page | ||
| title: TCP Connected Light | ||
| description: "Instructions on how to set up TCP Connected lights within Home Assistant." | ||
| date: 2017-11-17 18:50 | ||
| sidebar: true | ||
| comments: false | ||
| sharing: true | ||
| footer: true | ||
| ha_category: Light | ||
| ha_release: 0.XX.X | ||
| ha_iot_class: "Local Polling" | ||
| --- | ||
|
|
||
| This component communicates with the TCP Connected (Greenwave Reality) 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. | ||
|
|
||
| The gateway must be running a firmware that begins with 2, such as 2.0.47. If required, you can find information on how to downgrade [here](https://github.com/bren1818/TCPFirmwareRestore). | ||
|
|
||
| This component has been tested on firmware revisions: | ||
|
|
||
| - 2.0.105 | ||
|
|
||
| To configure the connection to the gateway, add the following to your `configuration.yaml` file: | ||
|
|
||
| ```yaml | ||
| light: | ||
| - platform: tcpbulbs | ||
| host: XXX.XXX.XXX.XXX | ||
| ``` | ||
|
|
||
| Configuration variables: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please remove this header as well. It will be provided by the configuration tags you've added earlier.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @frenck Fixed! |
||
|
|
||
| - **host** (*Required*): The IP Address for the TCP Connected Gateway. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please use the configuration tags in order to specify configuration variables in the documentation. For more information see:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @frenck Fixed. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please set it to
0.59to start with.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frenck Fixed.