Just finished my migration from SmartThings and Webcore started about a week ago. It wasn't an entirely smooth ride but I made it to the end and turned off the smartthings hub yesterday. I've been playing around with the dashboard tools and brushing off the CSS skills which aren't too great anyway and this is what I have so far,
For the PC/Tablet, a TabletView that shows all my meager smart devices:
It's a work in progress. I still need to add battery tracking and I need some weather data (Luminance for lighting control). Suggestions gratefully accepted. I also need better presence detection. Hubitat, I'm afraid isn't meeting expectations (for presence detection). There's no geofence on my wife's phone at all and my phone has a geofence and shows me in and out of it but it never seems to change anything, presence tile or Mode. I tried Alexa but that is ONLY detecting when I leave and never not once when I return. Weird. Any suggestions?
With a modified version of @mbarone 's iFrameAdvanced driver, I was able to produce "tabs" at the top of a dashboard to switch between different dashboards on-screen. Not necessarily the dashboards I would choose for this effect, but they were there, so I used them to develop the idea. I would most likely put different rooms or different topics at the top, like Lighting, Climate, Power, etc.
I've avoided dinking with the built in HE dashboards because I was pretty happy with my own HousePanel app. This weekend I took the dive and started playing with it thanks to the many great examples here and in the Noob's guide thread referenced here often. What I focused on what using the same icons I've come to love and expect from HousePanel and merging them into the HE platform using CSS. It was surprisingly easy and the end result looks quite nice I think. I will likely start using this now exclusively given the advantages of using the HE supported platform - such as avoiding cloud access when I'm in my home. If anyone is a user of HousePanel and wants to migrate using the CSS I created, let me know and I'll happily share. Here are two pages. Each page links back to the main page to simulate the HP multi-tab capability. Not quite as fast, but fast enough.
If you delete Row Height, it will fit however many rows you designate.
Also, 1x1 doesn't have to be your "standard" tile size. To increase precision when placing tiles, I have had my "standard" size as 4x4 so that things like Text tiles can be 1x1, 1x4, etc.
In this dashboard, my "standard" tiles are 2x1 but the Text Header is 1x3 where 3 is the number of columns that dashboard is set. The dashboard is set to have 12 rows.
Blockquote
Click on SETTINGS and, on the GRID tab, change this to however many columns you want:
Then goto OPTIONS tab & delete this field and it will fit that many columns across your screen of whatever device you are using at the time:
Also, 1x1 doesn't have to be your "standard" tile size. To increase precision when placing tiles, I have had my "standard" size as 4x4 so that things like Text tiles can be 1x1, 1x4, etc.
Nicely crafted, @bclark! Is that dash 12C x 7R, or a multiple of that? Looks fairly stock style-wise, so I'd be curious if you've employed any CSS hacks in its design.
Thanks. It is very stock and I'll provide my settings. The Traffic image, Radar (animated GIF loop), and the 7 Day Forecast are using the standard Image template. The ScoreStream widget I'm using the iFrameAdvanced App that is available through the Hubitat Package Manager app.