Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaur committed Apr 4, 2016
1 parent e1349b0 commit 3613ca2
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)):
Expand All @@ -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
Expand Down

0 comments on commit 3613ca2

Please sign in to comment.