Giter Club home page Giter Club logo

device-type.nest's People

Contributors

adrianocrestani avatar benlake avatar cdoyle0 avatar dianoga avatar dvanwinkle avatar imbrianj avatar jnovack avatar notoriousbdg avatar steveganz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

device-type.nest's Issues

When moving Heat slider an error is thrown in ST and heat is not changed

When the Nest Thermostat is set in range mode using both a heating and cooling setpoint, upon changing the Heat value using the slider, and error is thrown in SmartThings live logging and the heat value is not changed. Cooling changes are saved properly.

SmartThings Live Logging error produced for the Nest Thermostat upon attempting to change the Heat setpoint:
error java.lang.NullPointerException: Cannot get property 'uri' on null object @ line 496

Use official Nest API

Hi,

Have you (or anyone else) officially submitted a request to integrate SmartThings with the official Nest API?

Thanks!

Update for ECO mode?

NEST has modified their configuration a bit, and they've added an ECO mode, which doesn't appear to be quite the same as AWAY. Before I had routines that would set the NEST to AWAY if my electricity costs crossed a specific threshold, but now I need it to set the NEST to ECO mode, which isn't currently an option.

Any chance you could provide an update for these new features?

Gross Hack for Null Pointer Exception

For some reason api() is getting called with null for a method and the device type is chucking a wobbly. By simply protecting with a default of "status" before calling the API, we're able to ensure the nest re-authentication works when there's a platform update.

before def request = methods.getAt(method) we can just add

  if (method == null) {
    method = "status"
  }

It means we "tap twice", but since I can't get a stacktrace in smarthings ide, this is a good stop gap in case someone else keeps getting null pointers.

Preferences not working

I looked at the code and I cant figure out why but I can't get costume preferences for the device to display. As such the code is failing because I cant enter my nest login information. Any Ideas?

Device is Not visible to Amazon Echo

How do I expose the device so I can control it via Amazon Echo? When I try to configure the list of devices that the Echo is allowed to control, the Nest isn't an option.

It would be *_really *_nice to be able to control it via the Amazon Echo

Points

On my nest I am shown degree temperature like 20.5. This doesn't seem to support this, any way to add it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.