Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions source/_components/light.tcpbulbs.markdown
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

Copy link
Copy Markdown
Member

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.59 to start with.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frenck Fixed.

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:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The 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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frenck Fixed!


- **host** (*Required*): The IP Address for the TCP Connected Gateway.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The 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:
https://home-assistant.io/developers/documentation/create_page/#configuration

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frenck Fixed.