From 339b8ef3b195fbdfa94c650a58312b388c72bb8a Mon Sep 17 00:00:00 2001 From: Dmitry Vassiliev Date: Thu, 17 Dec 2020 08:50:56 +0400 Subject: [PATCH] Updated readme --- readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 513ca26..656f050 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,6 @@ -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) @@ -7,4 +8,8 @@ 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.