[smartly] bug report and support thread

Yup - that’s what’s happening, exactly! Pastebin sent.

2 Likes

Bug confirmed - Issue created on Github thanks for pointing it out!

2 Likes

Thanks very much. I’m pretty thrilled that I didn’t cause this myself, which is usually how these things end up… :wink:

1 Like

hear that! No unfortunately not you, so your SOL for now you’ll have to do it “the ol’ fashion way” :rofl:

1 Like

So I am back to a good state, was finally able to get Zoomy to load (have no idea why it did this time) and the custom CSS it creates fixed my 3-column dashboards.

Yay!

Here is the CSS
/*iphone 12 PRO */
@media screen and (max-width: 394px) and (min-width:390px){.dashboard{zoom:0.839; -moz-transform:scale(0.839);}}

Now the only funky thing that remains is my 2 colum dashboards, Those are super small now. Seeing if I can get that fixed.

I’m not sure the calibration “force 2 column for these devices” is working, or perhaps the iphone 12 pro is odd?

1 Like

Thanks for your response!

We’re talking about the temperature tile. When it’s set to Auto:
In Smartly the controls for HEAT and COOL are side by side horizontally instead of vertically. As such, the tile has to have a wide width to see both setpoints.
image

By default in HE, the controls are arranged vertically i.e. the controls for COOL is on top while the controls for HEAT is below.
image

I’m hoping we can make it similar to how it is by default in HE.

1 Like

Thanks. I prefer this method to changing the resolution on the device. The only issue I see here is my phone dashboard is used on both mine and my wife’s phones so that needs the calibration. I just won’t use this on the phones then.

My tablet dashboards only use 1 device so I can use a custom width. I barely ever update the dashboard so I’m fine with changing back to 60 when I need to do any updates.

Thanks!

1 Like

Is there a “un-smartly” or uninstall option or a way to essentially get our dashboards back to stock? I did take an original backup of my dashboards, but that was many iterations ago, just wondering if there was an easy way to rip out the CSS/customizations and put it back to stock taking into account the tile changes, etc that might have been made after that original backup was made.

Thanks!

No, there is no way to automatically go from smartly to stock.

1 Like

Tech is right, no automatic way to do it. Manual though- if you go into the Custom CSS tab of your HE dashboard settings and remove every bit of CSS, that would take care of most of it. If you went into your JSON and removed the ‘smartly’ tile, you’ll be back to stock. Try clearing out your Custom CSS textbox first though and let us know how it goes!

HI… Thank you for this fantastic community!

I’ve been playing with Smartly and I love it! however I am having trouble with the Title replacements not sticking… I see some other posts regarding that here but not sure of the fix…any help would be greatly appreciated!

Thank u!

1 Like

Two things to check

  1. do not use “remove title” check box. Unless you want no title.

  2. disable extensions or use incognito/private window.

If it’s still broken LMK

thanks for hanging and checking out smartly.

1 Like

Thanks for really fast reply! So neither seemed to work… I used incognito on both the dashboard and Smartly windows… any point in trying to disable extensions or try Safari?

2 Likes

doubtful. Is it just a certain type of tile or all tiles you rename?

Working for me on a quick test tile

image

EDIT: also be sure your clicking the ‘update’ button, then waiting a second, and clicking it again to “copy” before pasting (done that)

2 Likes

Well I don’t know exactly what did it but its working now! Maybe I was not copying the code the second time… regardless… WOO HOO! Thank you so much for your help…but yet again!

2 Likes

Hi guys;

First of all, thanks a lot for this effort, really like the tool but I have some dummy questions:

1 - does the tool supports overlap of tiles? I am originally using a "blank"tile to kinda separate the ambients like, “living room”"kitchen"etc etc.
2 - is there a way to change the tile name or only by using the site for full “conversion”? The the problem with that is that I loose many configurations after I pass to the convertions site like some colors of the tiles etc etc.

Once again, awesome job!!!

2 Likes

Thanks for using smartly! The only dumb question is the one you do not ask!

smartly supports overlap of tiles (‘stacked tiles’), but the drag and drop feature does not. Take a look at this post for examples, and how to’s. If you have questions feel free to post specific ones there.

Yes, but this is kinda ‘hacky’

The first part hides the title, and moves it over. The second part adds words “after” the title. However, while ‘hidden’ the title is still there taking up space, so you “new” title will be off center. The “left : -25px;” is there to allow you to move it back, but again semi ‘hacky’. You’ll need to play with the number to make it work, and it might not be 100% for all displays.

CSS Code (replace the tile # with the tile you are targeting.)

#tile-2 .tile-title {
position: relative;
left : -25px;
visibility: hidden;
}

#tile-2 .tile-title:after {
visibility: visible;
content: 'Test title';
}

This is all too well known. We had/have a solution, but it has not been carried forward to 2.0…yet.

@spelcheck another big vote for Pro!! I’ll stop hacking if you give me my Pro back!! :rofl:

2 Likes

neither smartly working for the follownig code… trying to check remove title and center but not doing it… when i paste the resulting code back into the syatem it is still unchecked… (these last large 4x3 tile is the one i am trying to change)

worked for me. Make sure you click the button twice after making changes. What is the last tile, hubigraph? #64 right?

it was the copy button not actually copying… i tried it on a different computer and it changes to copied … not doing it on my laptop… thanks… will try a reboot.

2 Likes