Coder Social home page Coder Social logo

streamdeck-nest-control's Issues

Off Mode

I have a work around where for Mode I just leave it on 'Select' but it works pretty janky. It would be nice to just have the option 'Off' and change the background to indicate that its the selected mode.

Error 404 when setting up

I went through all the steps in the ReadMe and got the cloud project Id, client id, client secret, and project id. Then, when I click on Setup in Stream Deck, I get redirected to an error 404. For reference, here is the url I get redirected to:

https://nestservices.google.com/partnerconnections//auth?redirect_uri=http://localhost:20777&access_type=offline&prompt=consent&client_id=&response_type=code&scope=https://www.googleapis.com/auth/sdm.service%20https://www.googleapis.com/auth/pubsub

[Feature Request] Fan control

Someone else requested this on the Discord already... I'd love to be able to turn on my fan for N minutes like you can from the Google Home app.

I can't write the code but here's the API guide if someone else wants to try :)

MVP:

  1. Turn on the fan for N minutes
    a. Set fan_timer_active = true; Set fan_timer_duration = int value of 15, 30, 45, 60, 120, 240, 480, or 720

Nice to have:

  1. Fail the button setup if user's HVAC does not support fan control (has_fan will return false)
  2. Turn off the fan
    a. I'm not actually sure if this is supported via the API but I suppose it might work by setting fan_timer_active = false?
  3. Show a countdown timer
    a. fan_timer_timeout returns a string timestamp in ISO 8601; subtract current time from that, once per second until it ends

Color Change

Is there a way for the end user to adjust the background color displayed by temperature info? I am not a coder, are these set by ImageColors.cs?

[Feature Request] Stop Animation

First off, amazing work been lookin for a plugin that did exactly this and your guide for setup was the easiest thing to follow 10/10.

Was wondering if you could an option to just display the current temp and below that the target temp/ state. I find the flickering back and forth a bit distracting at times.

Something like:
Picture1

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.