60 Commits

Author SHA1 Message Date
Klaas Schoute
7907badac8 Port using for MariaDB 10 (#6481)
The text says that when using a MariaDB 10, you also need to add port 3307 in the link. If you use an external database that is, for example, run at a hosting provider, you have to be careful that you use the correct port! I had assumed (because my database is also MardiaDB 10) that I had to use port 3307, but on inquiry it turned out to be 3306. Hence my adjustment.
2018-10-03 19:50:55 +02:00
Fabian Affolter
77ea57b161
Add 'ha_qa_scale' (#6471) 2018-10-03 17:11:56 +02:00
Franck Nijhof
04048834b1 Changes int -> integer (#6452) 2018-10-03 12:42:57 +02:00
datafx
9567d82553 Add warning about recovery model with MSSQL Server (#6443)
* Add warning about recovery model with MSSQL Server

Added warning to make users aware that the default recovery model in MSSQL server will grow the transaction log until the disk runs out of space.  Suggested that users switch to simple recovery to prevent this issue.

* Minor changes
2018-10-02 18:27:19 +02:00
DubhAd
d841bf706a Clarity update (#6323)
* Clarity update

Even without `recorder:` in the config, the recorder is configured with the default settings. Updating the docs to reflect this.

This is something that others have commented on in confusion, and I got around to verifying today on my test (0.78) system.

* Update recorder.markdown
2018-09-21 17:39:07 +02:00
Niklas Janz
c47cb41b46 Added the usage of PostgreSQL unix sockets (#6272)
* Added db_url for PostreSQL via unix socket

* Added informations about sockets + instructions for pg_hba.conf
2018-09-13 15:08:51 +02:00
DubhAd
823ca82b3a Fixing formatting (#6242)
* Fixing formatting

The formatting is lost in the note block, making it a mess. Breaking it out into its own section to retain formatting.

* ✏️ Spelling and grammar
2018-09-10 09:37:57 +02:00
dayofdoom
73ec85db45
Update recorder.markdown
Grammatical addition.
2018-07-21 11:55:33 -07:00
Albert Lee
400bd8d2a4 Correct commands for 'homeassistant' user
* Update commands to start shell as 'homeassistant' user
* Fix references to 'hass' user
2018-06-03 16:56:00 +00:00
Fabian Affolter
8b7bd01647
Update sqlite URI (fixes #5276) (#5334) 2018-05-09 11:29:18 +02:00
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Niklas V
7f711ea1ea Added port 3307 to Maira DB (#4743)
Maria DB 10 have changed port from 3306 that Maria DB are using and is standard in this component. Maria DB is using port 3307 instead and that need to be added in the configuration to work. I have added a note in the description to add the port to the server_ip.
2018-03-06 23:30:39 +01:00
Jerry Workman
4a88a5b148 Add systemctl daemon-reload (#4835)
* Add systemctl daemon-reload

* Minor changes

* Update format
2018-03-06 22:10:13 +01:00
Mahasri Kalavala
2e00a62268
Fixed html errors. 2018-02-27 18:48:48 -05:00
DubhAd
03d30a2d87
Merge pull request #4772 from JerryWorkman/patch-9
Add note to ensure database instance starts before Home Assistant
2018-02-27 07:10:25 +00:00
JudgeDredd
62b6e62297
update recorder docs for mariadb 10.2
https://mariadb.com/kb/en/library/mariadb-1023-changelog/
Revision #1965f03 2016-11-26 22:22:50 +0100

    Deb: Rename libmariadbclient-dev to libmariadb-dev
2018-02-26 23:49:29 -05:00
Jerry Workman
93df84bb5a
Add note to ensure database instance starts before Home Assistant 2018-02-26 21:19:33 -05:00
Anders Melchiorsen
f566a97641 Purge recorder data by default, allow repack (#4643) 2018-02-11 18:21:20 -05:00
Anders Melchiorsen
0b68b478d1 Allow zero purge_interval to disable recorder purge (#4591)
* Allow zero purge_interval to disable recorder purge

* Clarify that zero is a number
2018-02-10 09:18:16 -05:00
Anders Melchiorsen
5042e3b13f
Default recorder purge_interval to 1 (#4534)
* Default recorder purge_interval to 1

* Reflow

* ✏️ Minor improvements
2018-02-02 01:51:56 +01:00
Fabian Affolter
137d6a4a04
Fix typos and change links 2018-01-05 13:19:18 +01:00
cdce8p
5b873e2380 Added Restore state info + Updated config style (#4343)
* Updated input_boolean

* new Configuration style
* Linkable title Automation Examples

* Updated input_select

* new Configuration style
* Services as table
* Rearaged scenes
* small improvments

* Updated input_number

* linkformat

* Updated input_text

* New configuration style

* Update input_datetime

* New configuration style

* Updated recorder

* New configuration style

* Added Restore State Info
2018-01-05 11:53:52 +01:00
David Shanske
07d4f48dcc Update recorder.markdown (#4321)
https://community.home-assistant.io/t/error-during-query-latin-1-codec-cant-encode-character/13630 - Better safe than sorry. Might as well always put this parameter in.
2018-01-03 21:29:44 +01:00
Daniel
9a09c675a3 Fix typo: MariDB to MariaDB (#4301) 2017-12-29 21:45:44 +01:00
PeteBa
ac9aedad90 Adjusted to reflect updated purge scheduling (#3860)
* Adjusted to reflect updated purge scheduling

* Minor changes
2017-11-04 10:51:48 +01:00
VDRainer
ba3ff3bd0a Fixed MS SQL Server connection string (#3881)
* Fixed MS SQL Server connection string

https://community.home-assistant.io/t/holy-cow-ms-sql-server-recorder-creates-tables-in-master-db/30462

* Update recorder.markdown
2017-11-03 23:56:02 +01:00
Erik-jan Riemers
84ebf01d15 Point to component used in recorder (#3712)
* Update recorder.markdown

* It's a platform and not a component
2017-10-23 16:00:42 +02:00
milanvo
17a0cec521 Fix link to purge service heading (#3647) 2017-10-16 21:13:55 +02:00
Fabian Affolter
1b751a7389 Merge pull request #3413 from milanvo/recorder-purge-service
Doc for recorder purge service
2017-10-07 23:26:51 +02:00
Piotr Miazga
a65327de12 Add libssl dependency to recorder.markdown (#3533)
The libssl-dev is a hard dependency for mysqlclient package, otherwise `pip3 install mysqlclient` fails with 
```
    /usr/bin/ld: cannot find -lssl
    /usr/bin/ld: cannot find -lcrypto
    collect2: error: ld returned 1 exit status
    error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
```

It should be documented as less experienced users won't be able to install mysqlclient on their machines
2017-10-06 08:16:41 +02:00
Charles Garwood
23d2dcb016 Add note for MySQL install on Raspbian Stretch (#3514)
* Add note for MySQL install on Raspbian Stretch

Added note as detailed in https://github.com/home-assistant/home-assistant.github.io/issues/3509

* Update recorder.markdown

Change is to the Debian base package and not to Raspbian specifically. 
Edited your change to replace the suggested package instead.
2017-10-05 11:12:04 +02:00
milanvo
1ce3bef153 Update recorder doc for purge service 2017-10-04 10:57:50 +02:00
Fredrik Lindqvist
b6c1240342 Recorder: MariaDB (#3484)
* Add information about MariaDB

 - Adds information about using MariaDB.
 - Shortens install example for MySQL

* Update recorder.markdown

* Remove stray :

Remove stray :

* Slimmed example to remove redundant text.
2017-10-02 14:07:52 +02:00
milanvo
ad1e0b0b85 Doc update for recoder purge service 2017-09-24 11:06:03 +02:00
milanvo
126ce10bac Doc for recorder purge service 2017-09-21 13:35:42 +00:00
DubhAd
2e0e8d09da Add information on the purge_days (#3358)
* Add information on the purge_days 

That the purge happens every other day is only documented in the code, and in issue #6302. This is to raise the visibility of this, and help people understand that if they restart frequently the purge will never happen.

* Spelling & Grammar fixes
2017-09-12 10:30:22 +02:00
Mahasri Kalavala
4a007b8458 Update recorder.markdown (#3056)
* Update recorder.markdown

Added additional help with MySQL installation.

* Typo
2017-07-27 00:20:07 +02:00
datafx
7ba8315200 Added instruction for Microsoft SQL Server (#3035) 2017-07-22 07:47:38 +02:00
Hermann Kraus
7e2852fa00 Documentation for 'recorder' sometimes incorrectly mentions 'history'. (#2232) 2017-03-11 11:01:39 +01:00
Fabian Affolter
313ffba048
Add pymysql (fix the slalom around pymysql and mysqlclient) 2017-02-13 12:50:36 +01:00
nodomain
b6d33e3a17 Update recorder.markdown (#1921)
Updated to include the "native" mysqlclient package as documented in https://community.home-assistant.io/t/error-in-setting-up-recorder-with-mysql/7705/4 - verified that it works as well ;-)
2017-02-13 12:47:13 +01:00
Andrey
355febf568 Fix sqlite file name 2017-02-08 22:02:48 +02:00
Michaël Arnauts
869e40569a Fix recorder.markdown layout (#1844)
The mysql shell example wasn't closed correcty.
2017-01-21 21:27:40 +01:00
nodomain
33191734db Fixed mySQL config documentation (#1821)
I just did not work with the description before. See also https://community.home-assistant.io/t/error-in-setting-up-recorder-with-mysql/7705/2
2017-01-19 07:56:08 +01:00
Max Rumpf
45b398c8a7 Add docs for include/exclude in recorder (#1714)
Basically a copy of #1539, but with the changes requested (and some extra information copied from the history component).
2017-01-07 16:38:57 +01:00
Matt N
2b5d3c0c10 Fix over 100 typos/spelling mistakes :P (#1483)
* Fix a bunch of typos/spelling mistakes
* Removed extra spaces from emulated_hue
* Correct device type. of binary_sensor.enocean.markdown
2016-11-23 10:23:23 +01:00
Pascal Vizeli
6d20493650 Update recorder.markdown 2016-11-21 14:20:18 +01:00
Pascal Vizeli
a2a75c0eeb Update recorder.markdown 2016-11-21 14:19:37 +01:00
Fabian Affolter
0bc1fc4e3c Minimizing of the configuration sample (#1019) 2016-10-01 12:09:50 +02:00
Fabian Affolter
ad565e855d Remove stale entry (#819) 2016-08-22 09:23:36 +02:00