jcd420
(Jcd420)
October 6, 2023, 2:00pm
1
Im getting this erro. What does it mean and how can I resolve it?
> Logger: homeassistant.components.command_line.utils
> Source: components/command_line/utils.py:54
> Integration: Command Line (documentation, issues)
> First occurred: October 5, 2023 at 12:29:06 PM (1344 occurrences)
> Last logged: 10:52:07 AM
>
> Command failed (with return code 1): cat /sys/class/thermal/thermal_zone0/temp
tom_l
October 6, 2023, 5:30pm
2
Did it used to work?
Another user just posted this: System Monitor - Network Sensors Unknown
Might be an issue with system sensors.
jcd420
(Jcd420)
October 7, 2023, 7:15pm
3
I just upgraded to a NUC from pi4 and did all updates. so its all new to me this error.
tom_l
October 8, 2023, 1:35am
4
Well your NUC is not going to have the same system sensor as a pi is it?
You need to update your command line sensor.
See this post to work out your new settings:
Using this command will tell you more about each one (replace * with 0, 1, 2, 3 or 4).
cat /sys/class/thermal/thermal_zone*/type
e.g.
core-ssh:~# cat /sys/class/thermal/thermal_zone0/type
acpitz
core-ssh:~# cat /sys/class/thermal/thermal_zone1/type
acpitz
core-ssh:~# cat /sys/class/thermal/thermal_zone2/type
x86_pkg_temp
core-ssh:~# cat /sys/class/thermal/thermal_zone3/type
cat: can't open '/sys/class/thermal/thermal_zone3/type': No such file or directory
core-ssh:~#
x86_pkg_temp is the CPU …
1 Like
jcd420
(Jcd420)
October 8, 2023, 4:10pm
5
sorry for being such a NOOB. how can I remove it? Also when I try zone0-4 in SSH:
cat /sys/class/thermal/thermal_zone0/type
it says:
cat: can´t open ‘cat /sys/class/thermal/thermal_zone0/type’ No such file or directory
jcd420
(Jcd420)
October 8, 2023, 5:32pm
6
I tried removing in devices and it say:
This entity ('sensor.processor_temperature') does not have a unique ID, therefore its settings cannot be managed from the UI. See the [documentation](https://www.home-assistant.io/faq/unique_id) for more detail.
jcd420
(Jcd420)
October 8, 2023, 6:15pm
7
found it in sensor.yaml . I had forgot I placed it there