Well⌠It would be pretty dumb if a garage door control device doesnât claim âCapability (Garage) Doorâ, so the Device Type really should tryâŚ
Version 5.6 - Release Staged for RolloutâŚ
Just a heads up that SmartTiles v5.6
will be deployed over the next 48 hours, barring any last minute bug discoveries.
We currently have the ability to deploy to individual child SmartApps (e.g., SmartTiles [5]), as well as UK vs. USA. So the deployment will start with a relatively small set of users in the UK, with only a subset of child dashboards, and then continue in a couple more waves.
More details, including pre-release notes, will be in a new Linked Topic soon, so please stay tuned. Other channels (Twitter, website, and email list) will also be notified. (This is a relatively minor release with a few good bug fixes and a few new features, including enhanced diagnostics to your Live Logging â to help us pin down the persistent but randomly dispersed fatal errors some folks are experiencingâŚ)
Updates are automatic â there is no need to uninstall or reinstall or reconfigure. But ⌠If you wish to check your version number; see the top of the SmartApp Preferences / Configuration screen for each child.
Thanks for all your continued support! Please keep in mind our current "User Support Policy" as questions come up about this release. Seeing multiple reports here in the Forum will help identify any bugs we might not catch in advance: SmartTiles Dashboard v5.5: Added UK đŹđ§, 5 Ă Dashboards, and more! Nov 6, 2015
Actually the device we are using (the GD00Z series of openers) has a sensor to determine door status and I believe the opener wonât function remotely if the contact sensor is not synced to the door opener module.
Thatâs what I thoughtâŚ
I actually donât think there is much need for a difference between âCapability Doorâ and âCapability Garage Doorâ; except that the latter is more likely to have motorized open/close commands. But I have an ongoing pet peeve with the lack of consistent granularity in Capability definitions.
@garyd9, @625alex, and @tgauchat, with much help from @Ron I was able to perform a diff on the code I am using and the code @garyd9 posted in January and it is an exact match.
@Ron also has a device type with code posted on github that makes a few (16) changes including adding the Garage Door Control capability. See RG Linear GD00z Garage Door Opener if you are interested in seeing his code.
I really appreciate all the help you and all the members of the community have given me to overcome the few shortcomings of SmartThings. It really is amazing what can be accomplished with group effort.
Sorry to divert from the current topics, but I wanted to see if someone could help.
I finally managed to get my D-Link 7010L wired and linked to my Dashboard. This camera will get relocated to the front door over the weekend once I run ethernet cable to my front porch. My question is rather simple, but I cannot seem to figure it out - how do I change the size of the tile for the camera? I want it to be slightly bigger and square if possible. Any help or guidance is gladly appreciated.
Here is my current layout on my dashboard
From within the latest version of the SmartApp there is a section names Preferences > Video Tile Size
There are only 2 choices - Small and Medium. Medium makes the camera feed appear in a larger tile.
Thanks @BD0G⌠it was right in my face and I overlooked it. Thats exactly what I wanted - much appreciated
Hi All,
I just added the garage door control capability to the capability reference docs. There is no technical difference between door control and garage door control.
The specific use case for one over the other is to have the ability to only choose devices with the specified capability. i.e. If you have a garage door smartapp, you probably only want to be able to choose devices that implement the garage door capability instead of getting a list of all doors.
That is the only difference I could see/think of. If I find some more information regarding this capability, I will update the docs and respond to this thread.
Hi Dave â Thanks for the clarification and youâre mostly right âŚ
Iâd like to correct your assumption and say âyou might only want to offer to allow the choice of devices with Garage Door Capabilityâ. If you have a SmartApp thatâs, say, checking âAre any of my doors open?â, then any door would do. a SmartApp thatâs call âLet Someone into the Houseâ also would work with any automatic door (or, even a door with a motorized connected Lock).
I guess we are off Topic, but the idea is weâd really like for the Capability filter on the input() preference to allow boolean operators (and, or) ⌠so that Capabilities could have varying degrees of granularity. Instead of a Garage Door Capability, your input statement could say âCapability Door OR Capability Garage Doorâ, or it could say âCapability Contact Sensor AND Capability Open/Closeâ. This would also allow a lighting SmartApp to not present overlapping lists of devices if you want nearly âeverythingâ and could set the filter to âCapability Sensor OR Capability Actuatorâ.
For further discussion, please feel welcome respond over in the Capabilities Category
where I discussed this concept many months agoâŚ
SmartTiles v5.6.x is now fully deployed.
For further information and discussion, please head over to the new Topic:
@slagle, @jody, or @Ben: At your convenience, Please feel welcome to lock this here SmartTiles â
v5.5
â Topic from further posts, but keep it publically open for reading / reference. Thank-you!
Can I change the size of the Home Mode tile? I donât understand why it is a double-tile when the extra real estate is not required.
Good idea to make this an option perhaps in an update release. The Tiles for Mode and SHM were designed to standout from others; no particular reason.
On my fourth dashboard when I go to get the URL, I get:
{âerrorâ:âOAuth token is invalid or access has been revokedâ}
The first three worked fine.
Go to the Preferences / Security
page in the child-dashboard SmartApp configuration and select âTap to revoke Access Token
â. Then go back and fetch the new URL.
@darrenofkent You can also change it in the css by using .tile.mode{width:150px}
How/where do I make that change to the css?
Enter the full URL of your Dashboard into a browser, but replace âuiâ with âcssââŚ
- CSS can now be edited outside of the SmartTiles âSmartApp configuration pagesâ by going to URL:
https://graph.api.smartthings.com/api/smartapps/installations/<your_SmartTiles_AppID_from_the_Dashboard_URL>/css
Got what I think is an odd one. I have two instances of the same device showing up in my dashboard. BUT, when I go to look at the smartApp where I can choose which devices appear in smartTiles, there is only one of them.
I have Breakfast Bar showing as a light in Tiles, and it responds just fine. The device type is Z-wave switch in SmartThings.
I also have Breakfast Bar showing a non-dimming switch, and it does not respond to commands.
Iâve looked through My Devices and thereâs no rogue Breakfast Bar switch. This is probably a result of having to remove and re-add a misbehaving in wall switch, but that switch is gone from SmartThings, while it still shows up in SmartTiles.
Help?
It would not be unusual for SmartThingsâs cloud database to be messed up (i.e., where it stores the settings / devices for the SmartTiles SmartApp).
You deselect both devices and wait a while to see if things sync up eventually.
Or delete the entire child dashboard and rebuild it. That will delete an entire record from the Cloud and is more like a clean slateâŚ