GithubHelp home page GithubHelp logo

smartthings's People

Contributors

fuzzysb 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

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

smartthings's Issues

Number of macs may change between calls to qcsapi_sockrpc

macadresser="`qcsapi_sockrpc get_station_mac_addr wifi0 $antal`;$macadresser"

This command may fail if the number of macs change between the get_count_assoc and the get_station_mac_addr.

I added this in my version, to break the loop if the mac index is out of range:

	mac=`qcsapi_sockrpc get_station_mac_addr wifi0 $antal`
	if [ $? -ne 0 ]; then
	    break;
	fi
        macadresser="$mac;$macadresser"

Makes sense? I haven't actually seen it fail though...

An unexpected error occurred

I've followed the instructions to the letter, but am still getting "An unexpected error occurred" after entering my advanced options (21,17,TADO_MODE)

I first get a green banner saying "Tado (Connect) is now installed and automating" and then I get the red banner with "An unexpected error occured"

There is no further info in the app.

I should point out that I am setting this up remotely at the moment, so not on the same network as the smartthings hub, or the tado bridge... but that shouldn't make a difference, right?

Tado Away Mode as Presence

Is it at all possible to use Tado (who already knows the presence of the home users) as a presence indicator? So that when Tado goes into Away mode, "everyone" is set to away, and vice versa when it returns to Home mode?

Set Temperature Unit

Hi Fuzzy! Thanks for fixing the bug, it's now showing up in My Devices.

One question though, perhaps I'm doing something wrong.

How do I set the Default Temperature Unit? If I click on the "recently" tab, I see Outside Temperature is 7 deg C, Heating Setpoint 20 deg C, but on the "Right Now" Tab, it is displaying everything in Fahrenheit (45deg and 68deg respectively)

I realise that's just a display issue in the SmartThings app, and when I port it through to HomeBridge, it will probably appear correctly in Celsius, but it would still be nice to fix.

Can't port through JSON to HomeBridge

so I know this may not be a problem here, but I thought I should mention it.

I'm trying to port the TADO through SmartThings into HomeBridge so that I can get it on HomeKit on my iPhone. I know it's a round-about way of doing it, but hey-ho.

Anyway, when I pull the TADO thermostats through the JSON API into homebridge I get three devices per thermostat, one with Humidity, that works, and two with temperature (one with heating, and one with both heating and humidity) that show as Not Responding, and do not show the temperature. :-(

I have an issue raised on the homebridge-smartthings thread too. tonesto7/homebridge-smartthings#122

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.