Files
core/homeassistant/components
Phil Hollenback e7e53b879e Fix cpu temperature reporting for Armbian on Odroid (#48903)
Some systems expose cpu temperatures differently in
psutil. Specifically, running armbian on the Odroid xu4 sbc gives the
following temerature output:

>>> pp.pprint(psutil.sensors_temperatures())
{   'cpu0-thermal':
    [   shwtemp(label='', current=54.0, high=115.0, critical=115.0)],
    'cpu1-thermal':
    [   shwtemp(label='', current=56.0, high=115.0, critical=115.0)],
    'cpu2-thermal':
    [   shwtemp(label='', current=58.0, high=115.0, critical=115.0)],
    'cpu3-thermal':
    [   shwtemp(label='', current=56.0, high=115.0, critical=115.0)],
}

Since the cpu number is embedded inside the name, the current code
can't find it.

To fix this, check both the name and the constructed label for matches
against CPU_SENSOR_PREFIXES, and add the appropriate label
cpu0-thermal in the prefix list.

While this is slightly less efficient that just generating the label
and checking it, it results in easier to understand code.
2021-04-09 10:25:03 +02:00
..
2021-03-31 00:04:33 +00:00
2021-03-29 18:02:56 -10:00
2021-04-07 00:04:06 +00:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-07 00:04:06 +00:00
2021-04-02 00:04:54 +00:00
2021-03-17 23:34:25 +01:00
2021-04-09 00:03:15 +00:00
2021-03-29 18:02:56 -10:00
2021-03-17 23:34:25 +01:00
2020-11-25 08:25:09 +01:00
2021-03-02 09:02:04 +01:00
2021-04-01 00:03:55 +00:00
2021-02-08 08:32:24 +01:00
2021-03-17 23:34:25 +01:00
2021-04-03 00:03:39 +00:00
2021-03-02 09:02:04 +01:00
2021-04-01 00:03:55 +00:00
2021-04-08 00:03:23 +00:00
2021-03-29 18:02:56 -10:00
2021-04-09 00:03:15 +00:00
2021-03-29 18:02:56 -10:00
2021-02-22 15:28:08 +01:00
2021-04-09 00:03:15 +00:00
2021-04-09 00:03:15 +00:00
2021-04-01 00:03:55 +00:00
2021-03-02 09:02:04 +01:00
2020-10-06 15:02:23 +02:00
2021-03-29 18:02:56 -10:00
2021-03-17 23:43:55 +01:00
2021-04-08 00:03:23 +00:00
2021-03-17 23:43:55 +01:00
2021-04-09 00:03:15 +00:00
2021-03-29 18:02:56 -10:00
2021-04-09 00:03:15 +00:00
2021-04-01 00:03:55 +00:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-09 00:03:15 +00:00
2021-03-17 23:43:55 +01:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-08 00:03:23 +00:00
2021-04-03 00:03:39 +00:00
2021-03-16 00:04:36 +00:00
2021-03-17 23:49:01 +01:00
2021-03-17 23:49:01 +01:00
2021-03-17 23:49:01 +01:00
2021-03-29 18:02:56 -10:00
2021-03-17 23:49:01 +01:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-02-08 11:26:57 +01:00
2021-04-09 00:03:15 +00:00
2021-03-22 00:08:34 +00:00
2021-03-30 15:21:11 -10:00
2021-03-02 09:02:04 +01:00
2021-03-29 18:02:56 -10:00
2021-03-18 08:02:55 +01:00
2021-03-18 00:07:07 +00:00
2021-04-01 00:03:55 +00:00
2021-03-29 18:02:56 -10:00
2021-04-09 00:03:15 +00:00
2021-03-18 08:02:55 +01:00
2021-03-18 00:07:07 +00:00
2021-03-18 08:02:55 +01:00
2021-04-09 00:03:15 +00:00
2021-03-29 18:02:56 -10:00
2021-04-06 00:04:07 +00:00
2021-03-18 09:25:40 +01:00
2021-03-18 09:25:40 +01:00
2021-03-17 00:03:55 +00:00
2021-04-09 00:03:15 +00:00
2021-04-07 15:51:35 +02:00
2021-03-18 09:25:40 +01:00
2020-10-06 15:02:23 +02:00
2021-03-29 18:02:56 -10:00
2021-04-05 00:05:16 +00:00
2021-04-07 00:04:06 +00:00
2021-03-18 00:07:07 +00:00
2021-03-18 10:02:00 +01:00
2021-03-18 10:02:00 +01:00
2021-03-29 18:02:56 -10:00
2021-01-11 14:25:09 +01:00
2021-03-29 18:02:56 -10:00
2021-04-01 13:32:49 -07:00
2021-04-09 00:03:15 +00:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-02 00:04:54 +00:00
2021-03-23 00:03:29 +00:00
2021-03-23 12:18:03 +01:00
2021-03-17 00:03:55 +00:00
2021-03-16 00:04:36 +00:00
2021-03-02 09:02:04 +01:00
2021-03-18 13:07:04 +01:00
2021-03-18 22:58:19 +01:00
2021-03-29 18:02:56 -10:00
2021-03-18 13:07:04 +01:00
2021-03-29 18:02:56 -10:00
2021-04-08 00:03:23 +00:00
2021-04-09 00:03:15 +00:00
2021-04-01 00:03:55 +00:00
2021-03-29 18:02:56 -10:00
2021-03-18 13:07:04 +01:00
2021-04-01 16:22:08 -07:00
2021-04-04 21:53:52 +02:00
2021-03-29 18:02:56 -10:00
2021-04-02 00:29:08 +02:00
2021-02-08 14:44:46 +01:00
2021-03-29 18:02:56 -10:00
2021-04-08 00:03:23 +00:00
2021-03-29 18:02:56 -10:00
2020-10-06 15:02:23 +02:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-09 00:03:15 +00:00
2021-03-29 18:02:56 -10:00
2021-04-01 18:50:37 +02:00
2021-03-29 18:02:56 -10:00
2020-10-17 14:05:22 +02:00
2021-03-18 13:21:46 +01:00
2021-03-29 18:02:56 -10:00
2021-04-01 13:32:49 -07:00
2021-04-06 00:04:07 +00:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-03-27 00:03:21 +00:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-09 00:03:15 +00:00
2021-03-23 20:03:54 +01:00
2021-04-01 00:03:55 +00:00
2021-04-01 00:03:55 +00:00
2021-03-29 18:02:56 -10:00
2021-03-26 00:04:15 +00:00
2021-03-18 14:31:38 +01:00
2021-03-08 14:26:52 +01:00
2021-04-03 00:03:39 +00:00
2021-03-26 00:04:15 +00:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-07 00:04:06 +00:00
2021-03-29 18:02:56 -10:00
2021-03-18 14:31:38 +01:00
2021-03-20 00:04:10 +00:00
2021-03-02 09:02:04 +01:00
2021-03-18 14:31:38 +01:00
2021-04-05 00:05:16 +00:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-02 11:48:57 +02:00
2021-04-08 00:03:23 +00:00
2020-09-07 10:36:37 +02:00
2021-03-05 19:08:04 +01:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-01 00:03:55 +00:00
2021-03-26 12:03:38 +01:00
2021-03-26 00:04:15 +00:00
2021-04-09 00:03:15 +00:00
2021-04-06 00:04:07 +00:00
2021-03-17 00:03:55 +00:00
2021-04-08 00:03:23 +00:00
2021-04-01 00:03:55 +00:00
2021-03-29 18:02:56 -10:00
2021-03-18 14:31:38 +01:00
2021-03-29 18:02:56 -10:00
2021-04-02 00:29:08 +02:00
2021-03-18 14:31:38 +01:00
2021-03-18 14:31:38 +01:00
2021-03-18 14:31:38 +01:00
2021-03-29 18:02:56 -10:00
2021-04-06 00:04:07 +00:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-03-29 18:02:56 -10:00
2021-04-02 00:29:08 +02:00
2021-04-03 00:03:39 +00:00
2021-04-08 00:03:23 +00:00
2021-03-18 00:07:07 +00:00
2021-04-01 13:32:49 -07:00
2021-04-09 00:03:15 +00:00
2021-03-18 00:07:07 +00:00
2021-03-29 18:02:56 -10:00
2021-03-18 14:43:52 +01:00
2021-04-01 00:03:55 +00:00
2021-03-18 14:43:52 +01:00
2021-03-29 18:02:56 -10:00
2021-03-02 21:43:59 +01:00
2021-03-31 11:29:24 +02:00
2021-03-29 18:02:56 -10:00
2021-04-01 00:03:55 +00:00
2021-03-29 18:02:56 -10:00
2021-03-31 00:04:33 +00:00
2021-02-22 15:28:08 +01:00
2021-04-09 00:03:15 +00:00
2021-03-29 18:02:56 -10:00
2021-04-08 00:03:23 +00:00
2021-03-29 18:02:56 -10:00
2021-04-09 00:03:15 +00:00
2021-03-23 15:56:33 +01:00
2020-11-25 08:45:15 +01:00
2021-04-01 00:03:55 +00:00
2021-03-29 18:02:56 -10:00
2020-11-25 08:45:15 +01:00
2021-04-07 00:04:06 +00:00
2021-02-28 22:09:01 -10:00