79 Commits

Author SHA1 Message Date
Matthias de Baat
0865312e15
Add dependancy context to recorder (#27153) 2023-05-01 12:10:41 +02:00
Jorim Tielemans
c6328ca499
Update recorder.markdown (#27175) 2023-04-27 20:51:09 +02:00
Jorim Tielemans
8fb173718e
Fix exclude update domain in recorder (#27174) 2023-04-27 20:35:25 +02:00
Franck Nijhof
5237cd6912
Merge branch 'current' into next 2023-03-26 17:51:22 +02:00
J. Nick Koston
b562a1a023
Add keep_days option to recorder.purge_entities (#26610)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-03-15 11:13:58 -10:00
J. Nick Koston
74eb8a3693
Update recorder with sqlite testing info and making backups with external dbs (#26585)
* Add note to recorder docs about sqlite and making backups with external dbs

* Add note to recorder docs about sqlite and making backups with external dbs
2023-03-13 21:25:35 -04:00
Laszlo Magyar
932ec378c0
Fine tune recorder commit_interval description (#26514) 2023-03-09 17:56:13 +01:00
Paulus Schoutsen
9ebc82be07 Merge remote-tracking branch 'origin/current' into next 2023-02-01 17:55:24 +00:00
J. Nick Koston
5a111f2d39
Update recorder documentation to clarify which versions and engine are supported (#26036)
* Update recorder documentation to clarify which versions and engine are supported

* Update recorder.markdown
2023-01-31 20:46:52 -05:00
J. Nick Koston
ddd1a91177
Adjust commit interval default for recorder to 5s (#25810) 2023-01-21 23:13:53 -05:00
Franck Nijhof
c39f4886d3
2022.10: Sync with codebase 2022-10-05 18:25:01 +02:00
TheBelgarion
b6f045f306
Update recorder.markdown (#23220) 2022-06-28 18:27:10 +02:00
J. Nick Koston
0ff5142c84
Move description of how filtering works to an include (#22974) 2022-06-07 12:25:48 +02:00
Franck Nijhof
9941ebc8bb
Merge branch 'current' into next 2022-04-27 15:34:24 +02:00
Erik Montnemery
cd39b5753c
Minor clarification of SQLAlchemy DB support (#22532) 2022-04-26 21:47:54 +02:00
Franck Nijhof
54710963ee
Merge branch 'current' into next 2022-04-16 09:41:17 +02:00
J. Nick Koston
c1dae50088
Document auto_repack for the recorder (#22246) 2022-04-05 11:45:35 +02:00
Franck Nijhof
5d72c2a03c
Sync codebase with docs for 2022.4.0b0 2022-03-30 21:50:39 +02:00
PeteBa
b0a096bd4c
Clarify optional parameters for purge_entities service call (#20341) 2022-01-17 21:03:36 +01:00
Erik Montnemery
f6fa930652
Adjust minimum supported version of SQLite (#20152) 2021-11-04 16:34:46 +01:00
Erik Montnemery
b0bef9ea4e
Update recorder documentation according to ADR18 (#20145) 2021-11-04 08:45:34 +01:00
Franck Nijhof
f4e134d907
Sync codebase with docs for 2021.11 2021-10-27 22:27:13 +02:00
Daniel Rheinbay
f094d68d53
Add TLS and utf8mb4 for MariaDB (#19793) 2021-10-17 19:12:53 +02:00
boc-the-git
5034014d29
Fix typos (#19562) 2021-10-03 21:43:07 +02:00
Joakim Sørensen
699d1a9114
Use configuration_basic for db_url examples for readability (#19307) 2021-09-13 09:52:35 +02:00
J. Nick Koston
8740819370
Add Oracle connection strings (#17912) 2021-05-23 11:48:10 +02:00
PeteBa
d0bbb8cbd4
Recorder "purge entities" service (#17867) 2021-05-22 17:34:32 +02:00
David Zidar
b74d8f28ef
Fix MS SQL connection string examples (#17801)
pyodbc parameters passed via a connection string to sqlalchemy should be
passed as query string parameters and must be lower case.

sqlalchemy includes the following note in their source code:

Note that in order for the dialect to recognize these keywords
(including the ``driver`` keyword above) they must be all lowercase.
Multiple additional keyword arguments must be separated by an
ampersand (``&``), not a semicolon::

13d01a03c5/lib/sqlalchemy/dialects/mssql/pyodbc.py (L56-L59)
2021-05-11 18:58:51 -05:00
Tim Coninx
eade5e4617
Postgres - include instruction to create a user (#17744)
As a postgres newbie I had to look up what the line "role <user> does not exist" meant, and how to create users first
2021-05-09 11:38:26 +02:00
J. Nick Koston
2e7f9d4c77
Highlight database engine versions that are being actively tested with recorder changes (#17749) 2021-05-09 11:10:43 +02:00
J. Nick Koston
e30c49368c
Updates for live db migration and recovery (#17402)
We can now recover at any time so there is no need to check it at startup
2021-04-12 11:14:35 +02:00
Marc Mueller
2f3481e6c2
Add apply_filter to recorder.purge service (#16377) 2021-03-15 15:33:58 +01:00
adrian-vlad
258cfd99ac
Add disable and enable services for recorder (#16366) 2021-02-24 14:34:35 +01:00
Brian Orpin
2c55d9c555
Update recorder docs - create PostgreSQL database with utf8 encoding (#16077)
* Update recorder docs - create PostgreSQL database with utf8 encoding

ref https://github.com/home-assistant/core/issues/44595

The issue appears to be caused by the PostgreSQL database not using `utf8` encoding. PostgreSQL default is `SQL_ASCII`.

Recreated the database with `utf8` encoding and the errors were not seen.

* Update recorder.markdown

Add in the change to the `db_url` option

* Update recorder.markdown

Spelling error
2021-02-16 21:43:37 -10:00
Hmmbob
aba50ac2c4
Change white/blacklist in recorder, history, Pushbullet and Watson IOT docs (#16125) 2021-01-08 12:38:40 +01:00
Klaas Schoute
d99252f613
👕 Markdown style changes (#15861) 2020-12-09 18:48:17 +01:00
J. Nick Koston
35907b4c30
Update the charset in some of the example recorder urls to utf8mb4 (#15849)
These were missed when the rest of the urls were updated to `utf8mb4`
2020-12-08 08:56:10 +01:00
J. Nick Koston
c39b891bd2
Update mysql charset to allow storing emoji (#15771)
We need to use `utf8mb4` instead of `utf8` because we sometimes store emjoi in the database which currently results in a operational error as seen in https://github.com/home-assistant/core/pull/41426
2020-11-28 23:53:17 +01:00
Franck Nijhof
6225c6b18b
Complete IoT Classifications (#15576) 2020-11-20 21:32:23 +01:00
Frank
2f6c83625d
Add MySQL socket examples to recorder documentation (#15060)
* Add MySQL socket example

* add example for non-pymysql one too
2020-10-10 13:15:29 +02:00
blissarts
c2183fc00d
Update Note regarding SD cards (#15065)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-10-09 15:15:55 +02:00
J. Nick Koston
748def52e0
Document the recorder db_integrity_check option (#14351) 2020-09-03 19:15:40 +02:00
J. Nick Koston
1a111cd66d
Point users towards mysql without pymysql first. (#13978)
* Point users towards mysql without pymysql first.

* Update recorder.markdown

* Update recorder.markdown
2020-07-12 13:57:28 +02:00
mdegat01
2c52fe6326
Update doc for glob filter support (#13799)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-06-24 14:25:22 +02:00
Alex van den Hoogen
d5bd65bf44
Adds docs for recorder MySQL purge (PR #36762) (#13746) 2020-06-23 02:31:35 +02:00
Tom L
368fd6ea76
Fix link display (#13766) 2020-06-15 17:48:03 +02:00
Franck Nijhof
7fae8fcee8
Merge branch 'current' into next 2020-04-20 12:47:50 +02:00
Anders Melchiorsen
90ffc6a277
Introduce recorder auto_purge, remove purge_interval (#12690)
* Introduce recorder auto_purge, remove purge_interval

* Update source/_integrations/recorder.markdown

Co-Authored-By: J. Nick Koston <nick@koston.org>

* Update source/_integrations/recorder.markdown

* Add a note about purging not releasing disk space

Co-authored-by: J. Nick Koston <nick@koston.org>
2020-04-17 11:35:41 +02:00
Evgeny
3c05047c89
Recorder docs (#12961)
* Recorder docs

* custom directory to postgres socket

* fix indent

* fix indent
2020-04-15 00:59:52 +02:00
Dominik Bruhn
c2b63c204c
Fix typo in recorder docs (#12929) 2020-04-14 08:45:13 +02:00