From 3613ca2b6a8fd8dd174f92fc9dbe159d0e92e866 Mon Sep 17 00:00:00 2001 From: codersaur Date: Mon, 4 Apr 2016 09:20:00 +0100 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 517a716..cdba4ed 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,22 @@ Copyright (c) 2016 [David Lomas](https://github.com/codersaur) This repository contains device handlers and SmartApps for use with Samsung's [SmartThings](http://www.smartthings.com) home automation platform. +### SmartApps + +* [Evohome (Connect) - BETA](https://github.com/codersaur/SmartThings/tree/master/smartapps/Evohome): + - This SmartApp connects your Honeywell Evohome System to SmartThings. + - You must install the Evohome Heating Zone device handler (below). + - It uses the EMEA Evohome API (therefore may not work for US Evohome users). + +##SmartApp Installation Procedure + +1. Within the SmartThings IDE, click 'My SmartApps', then '+ New SmartApp'. +2. Select the 'From Code' tab and paste in the contents of the relevant groovy file. +3. Click 'Create', and then 'Publish' (For Me). +4. Now using the SmartThings smartphone app, navigate to the 'Marketplace', select 'SmartApps', and then browse to 'My Apps' at the bottom of the list. You should see the new SmartApp available for installation. +5. Select the new SmartApp, complete the configuraiton options and press 'Done'. + + ### Device Handlers * [Aeon Home Energy Meter (GEN2 - UK - 1 Clamp)](https://github.com/codersaur/SmartThings/tree/master/devices/Aeon%20Home%20Energy%20Meter%20(GEN2%20-%20UK%20-%201%20Clamp)): @@ -24,17 +40,12 @@ This repository contains device handlers and SmartApps for use with Samsung's [S - This device handler is written specifically for the TKB Metering Switch (TZ88E-GEN5). - It supports live reporting of energy, power, current, voltage, and power factor, as well as energy and cost statistics over multiple pre-defined periods. -### SmartApps - -* [Evohome (Connect) - BETA](https://github.com/codersaur/SmartThings/tree/master/smartapps/Evohome): - - This SmartApp connects your Honeywell Evohome System to SmartThings. - - You must install the Evohome Heating Zone device handler (above). - - It uses the EMEA Evohome API (therefore may not work for US Evohome users). - ##Device Handler Installation Procedure -1. Using the SmartThings IDE, click 'Create New Device Handler', select 'From Code' and paste in the appropriate .groovy file. Click 'Create', and then 'Publish' (For Me). -3. If your device is already connected to your SmartTHings hub, you will need to change the device type using the SmartThings IDE. From the 'My Devices' tab, click the relevent device, then 'Edit'. Change the 'Type' using the drop-down box, custom devices will be near the bottom of the list. +1. Within the SmartThings IDE, click 'My Device Handlers', then '+ Create New Device Handler'. +2. Select the 'From Code' tab and paste in the contents of the relevant groovy file. +3. Click 'Create', and then 'Publish' (For Me). +4. If your device is already connected to your SmartTHings hub, you will need to change the device type using the SmartThings IDE. From the 'My Devices' tab, click the relevent device, then 'Edit'. Change the 'Type' using the drop-down box, custom devices will be near the bottom of the list. ##License