44 Commits

Author SHA1 Message Date
Carlo Costanzo
7a7558a735 Added clarification (#7729)
* Added clarification 

this is not a database replacement.  I think many users (including myself) thought this was a replacement database.

* Minor changes
2018-12-04 23:29:04 +01:00
Franck Nijhof
318488f28e
Merge branch 'current' into next 2018-11-20 01:38:06 +01:00
Martin
f88f129516 Update installation link to Influx 1.7 (#7586) 2018-11-20 00:41:03 +01:00
Paulus Schoutsen
d3935c1390 Remove links to helper scripts (#7372)
* Remove links to helper scripts

* Delete db_migrator.markdown

* Delete influxdb_migrator.markdown

* Delete influxdb_import.markdown

* Update docs_navigation.html
2018-11-05 16:54:40 +01:00
Nicholas Westerhausen
6326dbfc00 Add InfluxDB Docker setup instructions (#6689)
* Add InfluxDB Docker setup instructions

Add instructions for setting up a functional and up-to-date InfluxDB instance to use with this component to the documentation.

* Remove blog link, add relevant links

Removed instructions for setting it up with Docker.
Added a link to the hassio community add-on.
Added a link to the influxdb installation documentation.

* ✏️ Tweak
2018-10-11 21:40:52 +02:00
Nicholas Westerhausen
89c2db6639 influxdb component config var formatting (#6641)
* influxdb component config var formatting

Updating the configuration variable section.

I wasn't sure that the customize variables should be included, since they apply to all components from my understanding.

- **component_config**, **component_config_domain**, **component_config_glob** (*Optional*): These attributes contains component-specific override values. See [Customizing devices and services](/getting-started/customizing-devices/) for format.
  - **override_measurement** (*Optional*): Measurement name to use for this component, takes precedence over the global 'override_measurement' and component-specific 'unit_of_measurement' attribute.

Related to #6385.

* Fixed default values

based on the component influxdb.py

* Update influxdb.markdown

Fix both 'int' -> 'integer'

Fix default database to correct value of 'home_assistant'

* Update influxdb.markdown

Added in component customization values to config variables. Left with default description from original component page. I'm checking to see if there is a better way to describe these.

* Update influxdb.markdown

Fixed wrong type for override_measurement.

Happy with description of custom values.

* Required Changes

Fixed grammar for the three customize variables.
2018-10-11 21:30:54 +02:00
Paulus Schoutsen
41955dc31a
Remove url prefix pt 2 (#5014)
* Migrate the non blog posts to use no domain

* Update demo links

* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07: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
Daniel Shokouhi
4e62fc287a Remove reference to web interface (#4759)
The web interface was deprecated in version 1.1: https://docs.influxdata.com/influxdb/v1.1/tools/web_admin/

An older blog post linked (https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/) detailing how to use InfluxDB and Grafana mentions this web interface as part of the setup and it may be confusing for users attempting to follow it, unless they realize the latest version doesn't have it.
2018-02-28 17:54:10 -05:00
Paulus Schoutsen
fd6f73a713 Merge remote-tracking branch 'origin/current' into next 2018-02-09 15:24:47 -08:00
Anders Melchiorsen
9d918bd4c4 Remove influxdb retry_queue_limit (#4598) 2018-02-08 15:53:38 +01:00
Fabian Affolter
5b6c51c154
Move all scripts to one location as one page per script (#4554) 2018-01-31 09:43:05 +01:00
Jan Losinski
5a12452e9f Documentation for retry on error in InfluxDB (#3854)
* Document max retries for InfluxDB

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>

* influxdb: Add queue limit parameter.

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2017-11-26 16:10:06 +01:00
Florian Klien
3f1972b97b fixed typos, spelling mistakes (#3436) 2017-09-25 22:26:17 +02:00
Haim Gelfenbeyn
249d76da88 Documentation for InfluxDB component improvements (#3054)
* Documentation for InfluxDB component improvements

* Fix spelling.

* InfluxDB component docs updated to reflect changes in the code PR.
2017-08-03 18:51:21 +02:00
Michael Heinemann
b254a3447e Give Information on privileges, update link (#2787)
* If the used influxdb is configured to use authentication the user needs read/write permissions on the database. Mention this in the doc.
* The influxdb documentation has a */latest* link. Use this instead of a fixed version number.
2017-06-09 17:44:10 +02:00
Ron Klinkien
c12bd3c36b More argument corrections (#2642) 2017-05-16 15:16:53 +02:00
Ron Klinkien
e927327cd1 Corrected exclude_domains argument (#2641) 2017-05-16 13:51:34 +02:00
Jan Losinski
e0f5bd4b95 Document blacklist_domains of InfluxDB (#2493)
* Document blacklist_domains of InfluxDB

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>

* Adapt changes to InfluxDB include/exclude changes.

The config options used there are now following the same scheme as the
ones in recorder and similar components.

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2017-04-27 07:54:09 +02:00
Jan Losinski
efd24efc5b Add documentation for the InfluxDB import script (#2491)
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2017-04-24 23:53:35 +02:00
Josh Wyse
0ec19f6015 Improved grammar/spelling in influxdb markdown (#2257)
Fixed some spelling errors and tweaked some incorrect or awkward grammar. Added some markup around specific names/values for readability and consistency with existing documentation.
2017-03-14 10:38:42 +01:00
Martin Hjelmare
f0ebc4a2eb Add docs on influxdb data migration (#1786)
* Add docs for migrator script.
* Update release blog and link to influxdb sections.
2017-01-16 00:04:25 +01:00
Fabian Affolter
5a9700929c
Add details about migration 2017-01-15 17:59:30 +01:00
Lewis Juggins
f35a641dc8 (InfluxDB) Configuration for a default measurement value for events without a unit. (#1530) 2016-12-03 17:33:00 +01:00
Fabian Affolter
561e198e52
Update sample 2016-10-27 15:45:10 +02:00
Georgi Kirichkov
a324cfc3aa Updates the influxdb documentation with minimal setup instructions (#1242)
* Updates the influxdb documentation with minimal setup instructions

- Adds instructions on creating the default database, which were
previously located in the blog post
- Clarifies that the default influxdb configuration doesn’t require
authentication

* Removes detailed instructions for Influx database creation

Replaces the detailed instructions with a link to the official InfluxDB
v 1.0 documentation for creating a database
2016-10-17 21:33:13 +02:00
Fabian Affolter
0bc1fc4e3c Minimizing of the configuration sample (#1019) 2016-10-01 12:09:50 +02:00
Paulus Schoutsen
61f87f0633 Update influxdb.markdown 2016-09-18 14:33:49 -07:00
Paulus Schoutsen
dc67a4e7f4 Update influxdb.markdown 2016-09-18 14:22:10 -07:00
Paulus Schoutsen
97d8eb2520 Update influxdb.markdown 2016-09-18 14:11:58 -07:00
Robbie Trencheny
cf40f3e7c2 Remove InfluxDB from featured 2016-08-17 22:00:59 -07:00
Marcelo Moreira de Mello
12ee1f0cca Added whitelist option to InfluxDB (#735) 2016-08-05 13:46:02 +02:00
Fabian Affolter
48a05181c9
Add tags 2016-07-26 08:13:20 +02:00
Fabian Affolter
b7f3aa3d23 Add HA release 2016-04-30 22:47:36 +02:00
Robbie Trencheny
80c51685b9 Add 5 new items to the featured page 2016-03-29 21:12:09 -07:00
bestlibre
122951d117 Add blacklist option to documentation 2016-03-29 09:28:40 +02:00
Paulus Schoutsen
6430b9511d Merge branch 'master' into next 2016-02-07 14:22:01 -08:00
Paulus Schoutsen
cc8e5f5685 Remove component layout page 2016-02-07 14:20:52 -08:00
Philip Lundrigan
1ee558a8d8 Add ssl parameters to Influx docs 2016-02-03 17:44:19 -07:00
Philip Lundrigan
0fb1edfa57 State that the database has to be created manually 2015-12-23 17:17:15 -07:00
Fabian Affolter
ff418400e9 UPdate configuration sample 2015-12-07 07:35:34 +01:00
Fabian Affolter
2ac9ed6cdc Merge 2015-12-07 07:28:17 +01:00
Paulus Schoutsen
f450f50243 Remove influxdb warning 2015-12-06 21:40:42 -08:00
Paulus Schoutsen
46e8ee788f Update documentation for 0.9 2015-12-06 13:31:17 -08:00