Ok, next time, please send it to me via private message (PM). To do so, please click on my name in the community thread.
Also, I would need the full trace, so if you can scroll right as much as possible to get as much text as possible in your copy and paste, that’d be helpful.
Please retry again with my latest code at github as I’m pretty sure your error is related to event processing when calling the poll() function for refresh.
If it still does not work, then please PM the full trace.
This looks really cool! Unfortunately I couldn’t get it to work. I got stuck at the setting up a pin part. Why is the smartapp needed to create a pin? Also, I didn’t see verbose trace attribute under the device list anywhere. This looks like some good work though, Yves! Excited to get it working sometime
As indicated in the readme file, you need to edit your preferences first (such as the serial number and the trace to true) in order to get the PIN from the list of events under your device that you just created.
After, you go under https://graph.api.smartthings.com/device/list, click on the device that you created (such as MyEcobee), and then ‘list Events’ where you should see the PIN generated next to the verboseTrace attribute name.
Wow Yves, this works amazing. Just got a Smartthing hub last night and linking it up to my Ecobee was the first thing I did. Now I can use IFTTT with my ecobee as an interior humidity and temperature sensor to trigger other actions; and it works great; I’ve got a standalone dehumidifier that i can now turn if it gets a little too wet… One thing that would be super awesome would be if we could then have IFTTT then trigger actions on the Ecobee connected thermostat. Once big one would be to turn off my furnace if there were a carbon monoxide emergency on my any of my linked NEST fire alarms. Another great one would be to turn the furnace from Off to Cool if the humidity in the house ever got super high.
Hi GS05, press the ‘refresh’ tile to get the current values. Smartthings also told me that they are working on some UI issues on android that cause lag on this platform. Are you using android or iOS?
Hello,for those of you who are using my custom ecobee device, today I added a new UI tile that allows a user to switch from Home to Away, Sleep, Awake and the corresponding methods to do so.
Also, I added the quickSave function that can be called from the same UI tile.
All these methods can also be called from smartapps
Just to let you know, you can get the latest code release at
P.S. In order to see the new UI tile, you may have to “stop” your current smartthings app and restart it.
I got ecobee this weekend, in my opinion smartthings ecobee integration is mediocre at the best, It is stuck at one old temperature for past 24 hours, hitting refresh always returns me that your thermostat is idle(not correct), my AC did multiple on off cycles since yesterday and I confirmed it through ecobee web portal.
The question is, do I need to uninstall the current ecobee smart app and follow the steps over here? thanks for any help
I think I am doing something wrong in step # 5, installing the smart app, does that needs to be done through smart things ios(in my case) application?
Update*******************************
I installed the smart app on my phone and followed rest of the steps, everything worked. Thank you Yves , application is very functional and I am happy with it.
Hi @yvesracine, question for you maybe you know of something off the top of your head. I’m noticing some side-effects that I’m wondering how difficult it would be to fix.
When changing the temperature (I’m guessing there may be some other UI elements that this happens on as well), but there is often quite a delay in the toggling of the temperature up or down and the update of the UI.
I’m wondering if the updating of the UI is occurring after the command is sent and/or received by the Ecobee API?
I wonder if there’s some way to sort of “queue up” consecutive UI commands and send them, or if there can be an update of the UI right when the touch happens, then if an error occurs the UI is restored and/or re-synced with the Ecobee API?
Just throwing out some thoughts, maybe if you have an idea of where this might occur.
I am trying to use Away from Home smart app, but I am getting “Error:data does not pass custom validation”, anyone else? Yes I am entering all the mandatory fields.
Hello missourian, could you contact support@smartthings.com ? This error is quite rare and I don’t see where in my code this could occur. This could be related to your specific context (hub version and so on).
BTW, if you don’t have integrated your home alarm system with smartthings, you’d need to remove some code related to arming the alarm switch.
Thank You Yves, I just sent an email to support, when I read the developer documentation I see we can test the smart application with simulator, I don’t see simulator any where in my developer account, any pointers regarding this?
Update********
Learnt how to run the simulator, for some reason, switches section optional didn’t work for me, I changed the syntax from optional to false and it worked. Once again thanks Yves for all the good work.
section(“Turn off these lights”) {
input “switches”, “capability.switch”, title: “Switch”, multiple: true, required: optional
}