Interestingly on another thread, someone just posted that ST support told them to use the useast1 shard to solve a problem w/apps not showing up (quote below).
[quote=“SmartApps not showing up on mobile device after install”]I am posting the fix here in case other people have an issue with installing CoRE and it not showing up on the mobile application. Apparently not all of the SmartThings servers can run all code and smart apps.
Seems to work w/erocm123 & SmartThingsPublic for me. Added the repo and when I Update from Repo I see this in the list of available items in the GitHub:
Noob here…I’m not sure I understand the GitHub integration. For those of us that will probably never create our own code from scratch…is it even necessary to do the integration? Is there a way to essentially subscribe to a code file so we always have the latest and greatest?
That’s precisely what the github integration does. It allows you to more easily subscribe to someones github repository. It also color codes the smart apps and device handlers you have added so that you can tell when you need to update them. It really just makes it easier if you have a bunch of other peoples code to stay up to date.
Cool. That is what I want to do, but…I could not figure out how to subscribe to a certain person’s repository. All I could see was the “forked” version that I had to do as part of the guided setup. Any thoughts on how to subscribe to it? This is the one I want to subscribe to…
I find this Github integration very finicky… Sometimes when I add new GitHub Repository via Owner/Name/Branch and then do a ‘Update from Repo’ it doesn’t show anything in the ‘New (only in GitHub)’ column even though I can see items when browsing on Github. Other times it show files I can add but when I select them and add them it acts like it worked but they don’t show up in My Devices/My SmartApps. I often have to resort to copying the code manually which negates the value of using github.
I have a degree in computer science and have to say that unless this platform becomes much for user friendly I think it never become main stream. Why aren’t people publishing their smart apps to the ‘Marketplace’ which would make accessing them much easier?
If you have an outdated version already installed the updated one won’t show up in in the far right column, instead you would check the out of date one in the middle or left column and tick publish box before hitting update
I’m not trying to diminish your troubles with this platform. Many things are finicky. I haven’t personally had any trouble with the gun integration though. From a reliability and user experience standpoint st has a long ways to go.
Here is an example that you can try for yourself to see what I mean. I’d like to install ‘Trend Setter’ from github. First I add the rebo via going into settings and adding Owner:Kriskit, Name:SmartThingsPublic, Branch:master. Then I select ‘Update from Repo’ and select the two Device Handlers devicetypes/kriskit/trendsetter/switch-group-device.groovy and devicetypes/kriskit/trendsetter/dimmer-group-device.groovy. I check ‘Publish’ and then press ‘Execute Update.’ Everything acts like it works but the device handlers are not installed…
Am I doing something wrong? For about half of the github code I try to install this happens. I end up just copying the code myself instead…