[RELEASE] HD+ - Android Dashboard

I don't think this app (or any app) can access the HSM user codes. AFAIK I can only set the various HSM modes (link); The PIN protection is just something I added to HD+ for any tile -- or a global one for all tiles.

I'll add a TODO to try and support multiple PIN's for a single tile but I'd need to think about how to implement it a little more

That would be great if you could implement that.

Hi,

I'm still getting time freeze on all tablets in house. Randomly freezes? when you click on the tile which brings up the setting windows the time is correct on there ?
If you hold the time down then it will update the tile. But this happens twice a day on all tablets

would it be the theme?

Same here and this just started happening within the last few weeks. I restored to a dashboard from a couple of months ago and the same problem. :person_shrugging:

I have a custom device that shows carbon dioxide and air quality levels.
Is it possible to add units (PPM and VOC) also to numbers?

Screenshot_2023-04-18-13-42-17-092_com.jpage4500.hubitat

You can use Tile Master 2 and customize the text strings easily that way.
Here's a line of onee of mine - I'm putting the room before the value:

1 Like

You can use that with HD+?

yep - I like it because I can do some basic html like color, font size etc. I've moved away from relying on it, as HD+ lets me customize my drivers with an HTML field now - but its still useful to me.

Here's a customized OWM I use:
image

1 Like

I noticed today that the thermostat tile does not display the current temperature(in the lower right corner of the tile) when in auto mode. It does display correctly in heat or cool mode. Is this by design or just missing from the auto mode template?

Hi, the goal (as I remember) was to pick 1 value that seemed to be the most relevant/important and display it. So, when in cool mode it picks the cooling setpoint; when in heat mode it picks the heating setpoint and in any other mode it just uses the current temp.

With the status text (small text at the bottom of a tile) - I try to display the current temp unless it's already displayed as the main text/value. I figured there wasn't any need to display it twice on the same tile.

Anyway, that's the design.. is the current temp not displayed on your tile already?

I will say auto mode is one of the more tricky cases for me and it could probably be better. However, if you make the tile 'wide' (2 or more columns) it'll use a different layout that shows the heating setpoint, cooling setpoint and current temp at the same time.

1 Like

I imagine it's solely because it's in Auto Mode and it has reached/matched the setpoint which is as you've designed it.

1 Like

Thanks for describing the design, seems like a good one to me as well. I'm including a few screenshots of what my dashboard looks like under different conditions to help illustrate the look and feel of what I'm seeing on my phone (Galaxy S21)


Above is a screenshot that shows my three thermostats. Main is in auto mode and is inactive. Both Downstairs and Upstairs are in heat mode and inactive. You can see I'm not getting any status information for Main on the bottom of the tile.

Here I've put Main in heat mode. No change to Downstairs and Upstairs. Now the status information for Main does show at the bottom of the tile.


Here I've put Main back into Auto and forced Upstairs heating to become active. The status line does show the mode and the current temperature.


And just for fun, Here I've forced Heating to start with Main in Auto mode. The status line shows heating active but no temperature information.


Last but not least, heres Main in Heat mode with heating active. Now the status line shows both heating active and the temperature.

I'm adding these additional screenshots to give an idea of what Im seeing when the tiles are 2x2 rather than 1x1. As you said, all of the information is there when the tile is configured for 2x2.


Above is 2x2 with Main in Auto, and heating is active


Above is 2x2 with Main in Auto and heating is not active

I think the challenge I'm having is the change in context of values displayed in the Auto mode tile at 1x1. I believe that the main display changes back and forth between setpoint/current temperature depending on whether heating/cooling is active. Similarly, the contextual information in the status line at the bottom of the tile appears to change as well depending on the heating/cooling active status.

As a suggestion, what do you think of making the status line (at the bottom of the tile) of a 1x1 tile in "auto" mode always consistent...by displaying current temperature and heating/cooling active status. The main portion of the 1x1 auto mode tile could be left blank (when heating/cooling is idle) and/or display setpoint information when heating/cooling is active. Again, just an idea and there probably are good reasons I'm not thinking about which might make this undesirable.

Thermostat tiles would be so much easier if I lived in a country that required the cooling function. Alas in the UK it's generally cool, cold or really cold

Generally.... BUT, I've been in London multiple times in the summer when I was cussing at the hotel for not having air conditioning... Americans (in general) are spoiled with very cool inside temps since air conditioning is ubiquitous, In my area if it is >75F we have air conditioning on. So it is on 11.5 months of the year. lol

Next work trip to London & Wales is next month. Should still be cool then. I just hope the rape seed isn't blooming, it kills my allergies. :slight_smile:

1 Like

Yeah London gets warm enough, whereas in the North East it’s a little micro climate of gloom!

2 Likes

version 1.0.1956 (beta)

  • fix always on display time (second on/off time)
  • refactor auto-refresh logic

I've been working on trying to improve the date/time refresh issue you're seeing. It's hard because I haven't had this happen on my devices in over a year. But, either way there's always room to optimize so that's what I've been doing.

If you don't mind enabling debug mode in the app that's going to capture a little more info relating to this. Then, if you notice it again can you send me the logs?

should be fixed!

I don't think this is anything to do with HD+ as such...

I'm trying to add my Think Broadband - Broadband Quality Monitor Graph to a dashboard. I'm using a Web Tile and adding the html that the website suggests.

When the tile displays, the graph is only occupying about 80% of the tile width and height and aligns top left of the tile. No matter what size I make the tile, that behaviour stays the same. Is there anything I can add to the html to make it fill the tile and/or align centrally within it? The html is below:

<a title="Broadband Ping" href="https://www.thinkbroadband.com/broadband/monitoring/quality/share/45d6f28a52dec6b290d1fe97eb56cb3749a2688d"><img alt="My Broadband Ping - VM Hub 3 - Modem Mode" src="https://www.thinkbroadband.com/broadband/monitoring/quality/share/45d6f28a52dec6b290d1fe97eb56cb3749a2688d.png" /></a>

It would just look much better on the dashboard if I could fill the tile space/avoid the blank space to the right and below the graph. Any ideas? Thanks.

Is this URL something that always changes or is it fixed? https://www.thinkbroadband.com/broadband/monitoring/quality/share/45d6f28a52dec6b290d1fe97eb56cb3749a2688d.png

If it's always the same URL, can you try using an image tile? There's crop options for image tiles that you could use to make sure it scales/fits the tile size

1 Like

I'm good with this - I can always show the current temp on the status line of a thermostat tile.

The main portion of the 1x1 auto mode tile could be left blank (when heating/cooling is idle) and/or display setpoint information when heating/cooling is active

I don't think that would look great - an empty tile. But, I don't mind duplicating the temp on the bottom status line if that's more consistent too

The url always stays the same and is specific to the monitor on my external IP address. I'll take a look at the image tile option now - thanks Joe.

Edit: That works a treat and there was no need to touch any crop settings :+1: