Hi all,
this may be a dumb question, but on my Galaxy Tab 10.1 screen there is room for one more column of widgets. How do I add a new column to my dashboard?
Thanks!
Hi all,
this may be a dumb question, but on my Galaxy Tab 10.1 screen there is room for one more column of widgets. How do I add a new column to my dashboard?
Thanks!
Not a dumb question at all: In assets/javascripts/application.coffee, change line 16. Currently it should look like this:
Dashing.numColumns ||= 7
You can increase that to 8, and see if that works for you.
Perfect! Thanks again @florianz!
Just trying this now… I’ve pushed the app to heroku, and when I tried to access the app it prompted me to Allow access, after that I keep getting an error in Firefox “The page isn’t redirecting properly”.
I’ve turned off adblock and stuff but no go. 
Hi Guys - this looks awesome but I am stumped on step 5 - I clicked allow access for hadashboard and then was taken to a “authentication error” page.
I was still able to navigate to the /smartthings/authorize URL and authorized the devices, but was then redirected back to the “authentication error” page.
Any ideas?
Seems to be a Safari thing - used FF and it worked fine. Weird.
Can anyone help with the device type code for pulling humidity levels from an Aeon multi?
@eibyer I had to log out of heroku, then navigate to the page directly at appurl/main
@retlas I was able to easily add humidity from an Aeon Sensor.

I have posted my SmartApp Changes and the humidity widget files to
As for the main.erb all you need to do is copy the lines of one of your sttemp and change it to sthumidity If you don’t feel comfortable making those changes then give it a few days and I’m sure @florianz will add it to the git repo, sorry but I don’t know how to push my changes there.
Hi Everyone, I’m trying to setup the HA Dashboard from FloianZ instructions but I’m stuck at step 3. Particularly the section where it says to “Replace the content of the code editor with the content of the file at: smartapps/DashingAccess.groovy”
I’m not a programmer but I am able to follow directions fairly well. Can anyone shed some light as to where I would get the file for “smartapps/DashingAccess.groovy”.
Thanks for your help and I apologize in advance for asking what looks to be a silly question!
In step 2 you cloned the git repository, so it should be on your computer under hadashboard/smartapps/DashingAcess.groovy here is a direct link to it.
You copy the entire contents of that file into your new smartapp, per the instructions in step 3.
Hope this helps.
Thanks @mattjfrank - that was fast. I updated the smartapps groovy file and modified the main.erb to show the widget - but ran into a problem when I attempted to reauthorize. The ST page opens but does’t list any of my devices for authorization. Any idea why?
Thanks for all the work on this, it is amazing! My one regret in ditching Wink was that with SmartThings there was no equivalent of the soon to be released Wink Relay - but Hub v2 plus this amazing dashboard has it beat IMO. As well as all the other cool things that ST does that Wink doesn’t.
Has anyone got this to work well on an iPad? I have a spare 3rd gen lying around and wanted to use it. I had a look, found a cool kiosk app that would suppress all the unwanted browser real estate but started running into issues around widgets not updating, plus I concluded I would have to rewrite all the widgets to make them fit an iPad screen. I’m not averse to doing that but I’d rather shell out for a cheap Nexus 7 and save the effort if no-one else has managed to get this working.
Now, the hard part, actually figuring out how to mount it. Software is easy but actually picking up hammers and stuff … makes my head spin!
Hi @aimc I have it running on my iPad mini and retina iPad. No worries, it auto sizes. Was a little tricky to get it running in full screen mode. This is what works:
Modify the head in dashboards/layout.erb
<meta charset="utf-8"/>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
Just make sure to “add to home screen” and then tap the new icon to launch full screen
Excellent - I’ll give it a try tomorrow - thanks @retlas
And if you really want to get fancy,
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">
Add these images to /public


Thanks again - I’m all for getting fancy! I’ll let you know how it works out.
This appears to be a ST issue, I just checked the authorize for a couple other apps and this one and none populate devices.
I reverted all the changes to eliminate anything I may of inadvertently done. Didn’t make a difference so I opened a ticket. Glad to see I’m not the only one! Thanks @mattjfrank
FYI you can edit these setting in the SmartThings App on your phone, go to main screen, go to convenience, click the gear icon on dashing access (or whatever you named it, modify your devices, click done.