You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.glances.markdown
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ha_release: 0.7.3
16
16
17
17
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.
18
18
19
-
This sensors needs a running instance of `glances` on the host. The minimal supported version of `glances` is 2.3.
19
+
This sensors needs a running instance of `glances` on the host. The minimal supported version of `glances` is 2.3.
20
20
To start a Glances RESTful API server on its default port 61208, the a test the following command can be used:
21
21
22
22
```bash
@@ -57,6 +57,7 @@ sensor:
57
57
- 'process_total'
58
58
- 'process_thread'
59
59
- 'process_sleeping'
60
+
- 'cpu_temp'
60
61
```
61
62
62
63
Configuration variables:
@@ -79,4 +80,6 @@ Configuration variables:
79
80
- **process_total**: Total number of processes
80
81
- **process_thread**: Number of threads
81
82
- **process_sleeping**: Number of sleeping processes
83
+
- **cpu_temp**: CPU Temperature (may not available on all platforms)
82
84
85
+
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.
0 commit comments