2024.9: Sections go BIG

Hi. I have seen this before on previous updates. In my case, the problem seems to resolve itself, usually within an hour. Not sure if the same will happen in your case …

extrem nice update, big fan of the untracked energy dashboard. Would be great if its also included in the individual devices total usage view :slight_smile:

5 Likes

Whoohoo! Was waiting for the wider sections, thanks!! This will be the moment to convert my existing dashboards :tada:

1 Like

Currently I am using my Yale lock with August integration. In core version 2024.9 they ask to replace August integration with the Yale integration. I am trying to configure the Yale integration but none of the options work with my current username and password. Is there a problem?

Same problem here, can’t log into the Yale Home integration. My guess is that it may be locale based - in most of the world, other than North America (or maybe just USA?), people were migrated in 2023 from the Yale Access app to the Yale Home app, which imported their login information from Yale Access as part of the migration, but which I gather is a separate system.

However, for some reason that is completely unclear to me, USA/North America is still on Yale Access, and we can’t download the Yale Home app, or migrate accounts.

There may be some other way to migrate, but I wasn’t able to determine it from Yale’s documentation.

Are you selecting the correct Yale integration?
For me, this worked without issues:

I can’t seem to adjust the new Section Width for existing sections with cards in them for some reason, it works only for new blank sections.

Adding column_span: 2 manually via yaml works fine however.

You missed to mention new UI configuration for LCN integration.
…I was awaiting for a while for this one :wink:

1 Like

I tried both “Yale” and “Yale Home” from the list, and both seem to direct to the same login flow (below), and neither accept my usual Yale Access account info, which works on both August and Yale Access apps.

What region of the world are you in? It seems some regions may have been migrated to the Yale Home accounts, and other regions (USA/NA) are still on Yale Access only.

I tried them all and none accept my username and password??? I reinstalled the August integration and it works.

Nice! Good stuff. Finally was confident enough to convert all my Views into Sections.

The only thing missing now is:

  1. The ability to lock position of sections
    (Force browser/devices to work around cards instead of other way around.)
  2. Move 2 sections in a vertical space.
    (For example: 3 sections. 2 columns. #1 = 20 items. #2 - 5 items. #3 = 5 items. #3 will always be under #20)

Thats what I’m thinking, too. I can update records in DB, but I’ll need to recalculate the graph for the last 24 hours. Could be handled by some magic inside that I’m not aware of.

Is the background picture you use on the youtube stream available? Would be nice to use that in my new (big) sections dashboard
edit: I should not use direct names for questions, removed this

Super excited to see the Roth Touchline SL integration.

Sadly at first try I get an error:

Logger: homeassistant.config_entries
Source: config_entries.py:604
First occurred: 23:21:55 (4 occurrences)
Last logged: 23:34:15

Error setting up entry [my_user_name] for touchline_sl
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 604, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/touchline_sl/__init__.py", line 29, in async_setup_entry
    TouchlineSLModuleCoordinator(hass, module) for module in await account.modules()
                                                             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/pytouchlinesl/touchlinesl.py", line 66, in modules
    data = await self._client.modules()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/pytouchlinesl/client/client.py", line 98, in modules
    return [AccountModuleModel(**m) for m in resp]
            ^^^^^^^^^^^^^^^^^^^^^^^
  File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__
pydantic.error_wrappers.ValidationError: 1 validation error for AccountModuleModel
tag
  none is not an allowed value (type=type_error.none.not_allowed)

I am using the exact same username and password I use to log into roth-touchlinesl.com and the documentation doesn’t seem to be that good yet, so I’m not sure what to do from here?

I’m in Sweden, and was migrated to “Yale home” a long time ago, maybe that’s why.

Yahoo! Full width Cards, I can now re-create my dashboard the way I want with a title card!!

my MariaDB database has a recorder set up for 900 days. Size is about 12GB
this migration is running for the fifth time, it fails because the available disk space is not enough. Looks like it requires at least the same 12GB to complete the migration.

This is a terrible idea. 30 days max.

If you want data that goes back further use LTS (set a valid state_class for your sensors) or set up a long term time series DB like InfluxDB.

9 Likes

Even for a default SQLite?

Yes.

2 Likes