I use the monoprice zwave tilt sensor and it gives me what you are asking for depending on which method I use to open the door.
Iām having an issue when I try to add my contact sensor, from scratch or into my current integration. I get the āError - bad state. unable to complete page configuration.ā notice. Any thoughts?
Can you open the IDE live logging while thatās happening and see what error you get?
Good day all! MyQ Lite update pushed today:
- Increased maximum door limit to 8
- Added partial support for the new SmartThings app. This does require a full SmartApp reinstall to take effect and even then, itās still not perfect. It does seem to allow the door to device to show up and have commands sent, though, so itās a small step forward. Credit to @vseven for sharing the code changes needed here.
@wolfewl - give it a shot and see how it works. As I only have 2 doors, itās tough to fully test the code to make sure it works with more than that
Thank you!
So, delete the existing SA and DH and start from scratch? Same link to get what I need?
Thank you for your time!!!
If you just want to see the higher door limit, you can just copy/paste the updated App/Handler code over what youāve already got. Then open the existing MyQ Lite SmartApp setup on your phone and walk through it - it should then pick up the other doors. No need to totally delete in that case.
No luck⦠I went into the SA and DH and copied the new code into each.
Now, after I get two doors setup and hit next for the third door I get āPage ācontentā method does not existā
I deleted the SA and DH and started from scratch. I installed the SA and created the device handler for the sensor version. Still having issues. I can only setup three doors. They do not perform correctly now⦠In the app under devices they can not be controlled. When I try to operate the door it flashed āunknownā and then goes right back to the previous state. If I go into the device itself I can operate it from thereā¦?
Just my feedback. I updated the app and DTH just by doing an GitHub update (not copy and paste) and everything updated correctly. I ran through the smart app to refresh everything that was successful also. I only have a single door but it is working in both classic and the new connect app.
There is a bug in the connect app that holds onto old DTHs even after they are updated. So will most likely have to delete your garage door object and then run through the smart app again to have it recreated. It should work in the connect app after that.
Iām not familiar with that method. I went to āGitHub - brbeaird/SmartThings_MyQ: Integrate SmartThings with MyQ (Obsolete)ā and replaced the code from there. When I deleted everything and installed from scratch I used the same link. I did notice this as well in regards to the version:
Keep in mind I had flawless performance with the previous version. I suspect itās something Iām doing, but, I have no clue what. Thatās why I deleted everything and tried to start from scratch but Iām not having much success.
Itās definitely possible I broke something. Let me see if I can dig in a bit deeper and maybe simulate more doors on my end.
I can call on them in a Routine and they will also operateā¦
I couldnāt delete the SA or DH until I removed the doors
Yep, I made a few typos that broke the setup process for more than 3 doors. I pushed another update that should hopefully fix that now. @wolfewl - let me know if that works for you.
I would also recommend checking out the Community Installer SmartApp. Once you have that running, you can open it, choose MyQ Lite, and just hit a single āupdateā button to get the latest App/Handler code installed in your environment.
As far as deleting goes, yes, there is a known issue with SmartApps where you cannot automatically delete devices that are used in routines and things like ActionTiles. You have to manually go in and force-delete the doors first, then you can delete the SmartApp.
Thanks, Brian.
Yes, that solved the limitation of doors. I now have five!
Iām still having the issue of not being able to control my doors from My Home tab (where it has all devices listed and shows open/close to the right of each door). If I go into the door itself (from that same screen) I can control it. I can also control it using a routine. I used to be able to control them from the My Home screen⦠Any ideas? Itās really nice to be able to control them all right there in that view with a quick click.
I didnāt do this as the setup video link seems to be broken and at this point I figured I better just stay with what I know. I will look into it though! Looks really useful.
It appears not being able to operate the door from the My Home tab (flashing to UNKNOWN when tagged and no action taken) is also causing issues with my webCoRE programming. My program that reports if the door changes from āOpenā and the contact doesnāt show closed after 30 seconds isnāt function properly. Itās sending alerts when they open now.
With the most recent update, my garage door keeps showing as Unavailable in the Classic app or Disconnected in STSC. I can still operate the door and it changes to normal status but after awhile it goes back to showing as Unavailable.
I woke up to all of the doors being unavailable, Iām not sure where to go from here⦠I think Iām seeing what you are. I can not operate my doors unless I go into the device. It just flashes UNAVAILABLE and returns to itās previous state.
Is there a way I can go back to the 4 door version and make sure itās not me? It was flawless.
Thatās really odd. Seems to be working fine on mine. I went ahead and reverted some of the changes to the device handler (I donāt think the door limit changes would have impacted this piece).
Can you try updating to the latest door device handler version and see if that helps?
Just to insure Iām using what you think I am⦠Iām downloading from the following link:
https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/devicetypes/brbeaird/myq-garage-door-opener.src/myq-garage-door-opener.groovy
This is where Iām supposed to be, correct?
Yes, that should do it.