-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
This is a fork of hlk_sw16 [https://github.com/home-assistant/core/tree/dev/homeassistant/components/hlk_sw16] ans [https://github.com/jameshilliard/hlk-sw16], created by me to support the early version of HLK-SW16 without RTC clock. | ||
This is a fork of [hlk_sw16](https://github.com/home-assistant/core/tree/dev/homeassistant/components/hlk_sw16) and [protocol](https://github.com/jameshilliard/hlk-sw16), created by me to support the early version of [Hi-Link](http://www.hlktech.net/) [HLK-SW16](http://www.hlktech.net/product_detail.php?ProId=48) without RTC clock. | ||
The relay control protocol is little bit different. | ||
The core component documentation is [here](https://www.home-assistant.io/integrations/hlk_sw16/) | ||
|
||
![](hlk_sw16_old.jpg) | ||
|
||
Thanks to @jameshilliard for the initial code. | ||
|
||
## Install | ||
|
||
Download hlk_sw16.zip, extract and copy `hlk_sw16` folder to `custom_components` folder in your config folder. | ||
Download hlk_sw16_old-master.zip, extract and copy the entire folder `hlk_sw16_old-master` folder to `custom_components` in your `config` folder. | ||
|
||
## Bonus | ||
|
||
[hlk_sw16_cmd.java](/hlk_sw16_cmd.java) is a simple command line tool to demostrate the protocol. |