Are the lights remote? I know with my liftmaster that I can not control the lights independently, even though they are a remote unit. I spent a lot of time trying, and finally found in the manual how it is not myQ, but a relay,
I have a motion sensor on my garage door opener and it does what you want. Maybe a decent alternative.
Just loaded this in my SmartApps but I am having issues setting it up. I get to the setup asking for which door I want to use this with and after I select the door and hit done it says an unexpected error occurred. Any suggestions?
Quick question; the official application notifies you when the garage door opens or closes. I donât. See any way to enable a notification on this. Is it possible?
Iâve got the application working to open the door, but it doesnât close the door and I canât get the lights to turn on and off with the light controller app. What am I doing wrong?
Are you using the âSwitch Offâ function to close the door? Or are you sending a âDoor Closeâ command? I was using the Switch Off option, and it stopped working a while back. The Door Close command works great.
I had this working - and after migrating to the v2 hub, I canât get it to work.
I went into the app on my phone, and tried to do the setup again - after entering user/password info, it asks for the device on the next page. When I click Done, it gives an error message stating that it couldnât save
I enabled logging on the IDE, and see the following
8:11:31 AM: error java.lang.NullPointerException: Cannot get property âstatusâ on null object @ line 324
8:11:31 AM: debug getChildDevices(true), children=2
8:11:31 AM: info Refreshing dataâŠ
8:11:30 AM: info Scheduling Auto RefreshâŠ
8:11:30 AM: info Last refresh was 24374231.5048666667 minutes ago
8:11:30 AM: debug getChildDevices(false), children=2
line 324 is
it.updateDeviceStatus(state.data[it.deviceNetworkId].status)
Not sure how to fix this - any suggestions?
Thanks
Edit: Unpublished all of these (smartapp and device handlers), and added it fresh - and it is working now.
RBoy
(www.rboyapps.com - Making SmartThings Easy!)
853
Yeah this yet another thing ST broke recently, you need to modify the code to use the hub id instead of passing null.
But all this is moot as of tonight, this is DH and SA dead! Thank you Chamberlain
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
854
I guess it would have been courteous of all involved parties to try to give some advance notice before pulling the plug. The ideal situation would have been to have a replacement official handler in place before pulling this Community one, donchathink. This didnât become a problem overnight!
This Topic (and DTH) was launched in January 2015, right? Thatâs nearly 1.5 years for this to have been detected and resolved more cleanly.
Technical issues will exist and old code will be discovered to be inefficient / resource intensive / platform impacting; but if SmartThings and Chamberlain wish to have âworld classâ and âconsumer friendlyâ products, then partnership protocols have to be thought out in advance to deal with these issues on a business-to-business level.
Regardless of who initiated this action, both companyâs customers are negatively impacted and therefore, both companyâs reputations are hurt.
SmartThings as an âopen platformâ is not just about technology â itâs about business relationships.
No explaination needed from me on why Iâm withdrawing this device handler. You should be aware that this code will no longer work. Please follow this thread: Discontinuation of MyQ Connect Community SmartApp
I understand the frustration of many on this news. I am upset about it too. However, looking at the bright side, Iâm glad that this little project of mine has help many people for more than a year!
To whoever that wants to take up the challenge:
The codes will remain in my github. I wanted to plant the idea that thereâs always an alternative solution like using Hub to call MyQ servers instead of relying on ST Cloud to do the work. Yes, there is still some hope