Quirky version two is in beta now (at GE, not at ST). My understanding is that there are a lot of API changes. Probably need to wait for everything to settle down.
Thanks @625alex and @JDRoberts.
Hello all
Does anyone know the status of wink api? I still would like to use quirky connected stuff with smartthings if possibleā¦
Thanks.
I am new to smart things and I too would like to know the status of this. Iāve ditched wink in support of smart things and I need to be able to talk to my spotter. Thanks.
As another data point: I received my client ID and client secret from WINK support. I too can confirm the same errors. I will be available to support testing of potential fixes when available. Thanks for all the hard work for the community.
I just went to the WINK webpage and it looks like you can create an Oauth and plug it into this code. Anyone try that yet?
Anyone gotten the eggminder to work?
My husband and I were looking for a small supplemental AC unit because of major uneven heating in our home and found the Aros AC unit for $150 at Walmart. We did a quick search and found that someone had written an app for it to be integrated into Smartthings mobile app utilizing the SmartApps.
We followed these directions above and are getting this error:
No signature of method: script144001403656644345072.metadata() is applicable for argument types: (script144001403656644345072$_run_closure1) values: [script144001403656644345072$_run_closure1@294da323] Possible solutions: getMetadata(), getState(), setState(java.lang.Object), metaClass(groovy.lang.Closure)
I am a complete novice at coding, so I do not really know exactly what I am looking for. I searched for āscriptā, ārun_closureā and parts of that random number to maybe see if I could locate something but all to no avail.
I have searched and see a few threads talking about this but did find anything that was helpful. One person mentioned not enabling āOAuthā but I donāt see anything about that in the coding. Is there anyone who could help me figure this out? Itās not bad switching between apps but we are more Smartthings fans than Wink so would like to have it all integrated in one if possible.
Thank you in advance!!
Possible you are installing a device type code into a smartapps or the other way around?
I just copied the code directly from Github like the directions said.
I donāt have this device but just looking at the list of files on his gibhub you create a smartapps with a file https://github.com/twack/Quirky-Connect/blob/master/Quirky-Connect-Service-Manager.groovy
And all the other files are for a device type. So pick one thatās applicable to your AC and create a smart device type per instruction above. Hope that will help.
Code for the smart app goes one place, code for the device type goes another:
Thanks Navat604 and JDRoberts for that snippet of knowledge they both kind of helped me understand a little better what to do. I really appreciate the help!!
I have successfully published the Quirky-Connect-Service-Manager to the SmartApps, and added the Quirky-Aros-Device to the SmartApps.
But, I went to add the device by following the direction in that overview JDRoberts. Just to show what I am doing I logged in and clicked āMy Devicesā tab on the top of the page, then clicking the green ā+ New Deviceā button on the right. Iām not exactly sure where the āDevice Network IDā can be found but in the dropdown menu āTypeā the Aros is not listedā¦although every other Quirky device is listed there :-/.
Am I doing something wrong to not get it listed in the devices? From that overview it sounded like it should be listed there, unless Iām reading that wrong.
Also, I contacted Quirky and they gave me my OAuth codes but when I tried to enter them there is a grey circle with a line through it and I am unable to. Could this be part of the reason the app isnāt working?
Quirky, aka Wink has changed their authorization methods which has broken the integration to SmartThings for the 7 wink (phone flashing) apps. Itās not known when this will be fixed.
Sorry, I will try and get the apps/devices pulled from my github soon.
Todd
Oh. Well that sucks thanks for responding and letting me know.
Itās really amateur hour when I start coding, but I managed to connect my Aros to smartthings by getting my bearer token with that neat chrome plugin and hard-coding it into the JSON call. Iām not sure how long my token will last, but the http response had the max value of the spec so I suspect it will last quite a while??? Maybe I mis-read that.
I didnāt create a device type for it because Iām not smart enough, but instead created a smart app that takes mode, temp & fan speed as inputs and shoots the command over when a virtual switch is turned on. I created instances of the app with a few preset modes that I like to use, threw in a master parent switch to keep a consistent on/off state and it seems to be working.
Of course this is all because IFTTT doesnāt let me pick fan speed / mode and always defaults to medium / cool (annoying) and I just wanted to yell at alexa to crank that baby up when it was getting hot.
Hopefully this will hold me over until some real developers get the fancy pants/proper integration working again. Or maybe competitive integration isnāt a priority. Either way as long as I can cool myself down without exerting the 2 calories of energy it takes to open the wink app, Iām a happy man. Though I wonder how many calories it takes to yell at my new girlfriend. āAlexa, call me Joaquin from now onāā¦she didnāt get it.
I donāt know when it happened, but last night I noticed quirky power outlets started working again with smarthings. I havenāt paid much attention to the stuff and didnāt change anything on my apps for long, so it mustāve been something on quirky or smarthings end that fixed it. In any case Iām glad that it works again. Thanks.
@twack Noticed that these are still in your github, and with @esungās post, are these working again? I am starting to be addicted to ST, and I have lots of change around the house to count⦠a porkfolio would be useful⦠and Quirky. (see what I did there?)
As far as I can tell my quirky power outlet still works. Status report is still off, and sometimes ST wouldnāt send the proper command because of the wrong status. (Wouldnāt turn off because it thinks they are already off). Also some weird behavior, like my motion triggered smartapp would turn off and back on some quirky outlets whenever thereās a motion. I havenāt tried refreshing the whole set up to see if that fixes it. Iām just glad that they started working again after 3months outage.
Having said that, I am never going to buy other quirky product to use with ST. Anything that is not an official support from ST could face problem like this anytime.