From d24d1befba6cb16dcc8a8ff2f94c18917d2885ef Mon Sep 17 00:00:00 2001 From: Jose Juan Montes Date: Wed, 21 Jun 2017 22:35:04 +0200 Subject: [PATCH] Added glances CPU temperature doc. (#2838) * Added glances CPU temperature doc. * Remove line breaks --- source/_components/sensor.glances.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.glances.markdown b/source/_components/sensor.glances.markdown index f730b892e54..03b25369a74 100644 --- a/source/_components/sensor.glances.markdown +++ b/source/_components/sensor.glances.markdown @@ -16,7 +16,7 @@ ha_release: 0.7.3 The `glances` sensor platform is consuming the system information provided by the [Glances](https://github.com/nicolargo/glances) API. This enables one to track remote host and display their stats in Home Assistant. -This sensors needs a running instance of `glances` on the host. The minimal supported version of `glances` is 2.3. +This sensors needs a running instance of `glances` on the host. The minimal supported version of `glances` is 2.3. To start a Glances RESTful API server on its default port 61208, the a test the following command can be used: ```bash @@ -57,6 +57,7 @@ sensor: - 'process_total' - 'process_thread' - 'process_sleeping' + - 'cpu_temp' ``` Configuration variables: @@ -79,4 +80,6 @@ Configuration variables: - **process_total**: Total number of processes - **process_thread**: Number of threads - **process_sleeping**: Number of sleeping processes + - **cpu_temp**: CPU Temperature (may not available on all platforms) +Not all platforms are able to provide all metrics. For instance `cpu_temp` is requires installing and configuring `lmsensors` in Ubuntu, and may not be available at all in other platforms.