As you mention this integration belongs to a company, you should contact the Partners team for further assistance.
Indeed the limit is documented as 500 and I haven’t seen recent reports about this, so, they’ll help you check your situation.
You can contact them at partners@smartthings.com
I have also seen the same issue with users maxing out at 20. With the recent change in PAT behaviour, we are starting to migrate users over to OAuth and ran into this, I wasn’t expecting to see it until 500 users. Can the documentation be updated? Thanks
The default limit should be 500, I noticed that when I create an OAuth-In app, the property “installMetadata” is empty. As I remember this property used to tell us how many installations we had available when we created the app from the Developer Workspace (this was with authorized access which isn’t available anymore).
If yours also has this property empty, please let me know.
In the meantime, I’ll create a report about this.
where can I see this property? I previously used the developer workspace to create apps but now use the smartthings CLI. Interestingly, if I try and do anything with an app created via the workspace within the CLI I get an error: Cannot read properties of undefined (reading ‘url’).
We have the same problem. Our app was created with the CLI in February. The installMetadata.maxInstalls property is set to 500 but we are limited to 20 installs. What should we do to increase this limit?
well, actually, it now seems to work this morning, and I see that our app was updated yesterday, so maybe someone added this missing “500” maxInstalls property?
yep. It is now working for us after contacting the partners team. The maxInstalls property is now also showing 500 but I don’t know what it was before.
Next question is how can we increase this default limit of 500 ? And is there a way to check the current number of installs in order to know if we are close to the limit?
Thanks
There’s a form in the documentation that you need to fill up, it will go to the corresponding team. However, as our team (Developer Support) isn’t involved in those requests, we cannot provide you with updates to your request.
Sorry, but there isn’t a current way to check how many installs have been used so far through the API.
What you can do is having a counting process on your side to check how many installed apps have been created based on your integration (requesting an Access Token with your App ID)
The installation is counted by locations where the user has authorized access, which issues a new installedAppId along with the Access Token.
RBoy
(www.rboyapps.com - Making SmartThings Easy!)
15
If apps are uninstalled does it reduce the installed count?