Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add step to readme to copy .groovy file contents #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Note: this is technically against the Nest TOS. So use at your own risk.
* setFahrenheit
* setCelsius

1. On next page, replace the device definition code with contents of the nest.devicetype.groovy file from this repository.

1. Publish the device type (next to Save button) > For Me

1. If you want to switch from slider controls to buttons, comment out the slider details line and uncomment the button details line.
Expand Down
10 changes: 6 additions & 4 deletions nest.devicetype.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,26 @@
* setFahrenheit
* setCelsius
*
* 2) If you want to switch from slider controls to buttons, comment out the slider details line and uncomment the button details line.
* 2) On next page, replace the device definition code with contents of the nest.devicetype.groovy file from this repository.
*
* 3) Create a new device (https://graph.api.smartthings.com/device/list)
* 3) If you want to switch from slider controls to buttons, comment out the slider details line and uncomment the button details line.
*
* 4) Create a new device (https://graph.api.smartthings.com/device/list)
* Name: Your Choice
* Device Network Id: Your Choice
* Type: Nest (should be the last option)
* Location: Choose the correct location
* Hub/Group: Leave blank
*
* 4) Update device preferences
* 5) Update device preferences
* Click on the new device to see the details.
* Click the edit button next to Preferences
* Fill in your information.
* To find your serial number, login to http://home.nest.com. Click on the thermostat
* you want to control. Under settings, go to Technical Info. Your serial number is
* the second item.
*
* 5) That's it, you're done.
* 6) That's it, you're done.
*
* Copyright (C) 2013 Brian Steere <[email protected]>
* Permission is hereby granted, free of charge, to any person obtaining a copy of this
Expand Down