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.
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?
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.
Why? Just because it needs lot of space?
Or migration will take lot of time & will need a lot of free space?
I would agree that it could be not crucial to know EXACT (not statistical) value of some “temperature” on 01.01.2022; but in SOME scenarios like “show me my track in London from 01.01.2020” could be useful.
i.e. only performance issues.
If someone wants to have 900 days recorded & if he/she provided a powerful hardware setup - then he/she would expect a smooth operability.
edit I tried my first pull request to fix this, but I am unsure how to do this. Maybe if someone smarter than me achieves it, you can detail how you did it!