zhbjsh / homeassistant-ssh

Control and monitor devices in Home Assistant by executing commands via SSH
MIT License
46 stars 4 forks source link

CPU temperature sensor not working #24

Open Vladd1980 opened 1 day ago

Vladd1980 commented 1 day ago

I have an old Dlink 320 NAS and since it does not support SNMP I resorted to SSH integration and I must say that it works great! But after installing it, a large number of sensors were available to me, but there was no processor temperature sensor. This sensor is included in the integration configuration. Through trial and error, I got a command with which I can get temperature data on the command line. it looks like this: cat /tmp/sys/temp1_input. Next, I changed the command in the integration configuration file:

Vladd1980 commented 1 day ago

I found the solution myself! Here is this line: dynamic: true was superfluous