First - thank you for this project. It is very much appreciated and needed.
I have limited experience with Docker so would appreciate any help getting this to work.
After running sensors-detect and docker compose up, I open http://mynas:5002 in web browser.
Under "Status", I see:
Active Profile: Loading...
Uptime: Loading...
CPU Load: Loading...
Above never changes.
Clicking on any Fan Profiles, (Silent, Cool. Aggressive) results in "Not Found" page.
Fan Speed graph is empty.
Under "Temperatures" i see:
temp1: 27.8°C
temp2: 29.8°C
... but the graph shows only one line, at 28.8 (I suppose that is the average of 2 sensors?)
Running $ sudo sensors in SSH session shows:
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +38.0°C (high = +80.0°C, crit = +100.0°C)
Core 0: +27.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +24.0°C (high = +80.0°C, crit = +100.0°C)
Core 2: +38.0°C (high = +80.0°C, crit = +100.0°C)
Core 3: +30.0°C (high = +80.0°C, crit = +100.0°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +27.8°C
temp2: +29.8°C
In the code, I see: HWMON_PATH = "/sys/class/hwmon/hwmon4"
However, on my system I have only:
hwmon0/ hwmon1/ hwmon2/
$ sudo cat /sys/class/hwmon/hwmon0/name
acpitz
$ sudo cat /sys/class/hwmon/hwmon1/name
asus
$ sudo cat /sys/class/hwmon/hwmon2/name
coretemp
Any help appreciated!
Thanks,
Andrej
First - thank you for this project. It is very much appreciated and needed.
I have limited experience with Docker so would appreciate any help getting this to work.
After running sensors-detect and docker compose up, I open http://mynas:5002 in web browser.
Under "Status", I see:
Active Profile: Loading...
Uptime: Loading...
CPU Load: Loading...
Above never changes.
Clicking on any Fan Profiles, (Silent, Cool. Aggressive) results in "Not Found" page.
Fan Speed graph is empty.
Under "Temperatures" i see:
temp1: 27.8°C
temp2: 29.8°C
... but the graph shows only one line, at 28.8 (I suppose that is the average of 2 sensors?)
Running $ sudo sensors in SSH session shows:
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +38.0°C (high = +80.0°C, crit = +100.0°C)
Core 0: +27.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +24.0°C (high = +80.0°C, crit = +100.0°C)
Core 2: +38.0°C (high = +80.0°C, crit = +100.0°C)
Core 3: +30.0°C (high = +80.0°C, crit = +100.0°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +27.8°C
temp2: +29.8°C
In the code, I see: HWMON_PATH = "/sys/class/hwmon/hwmon4"
However, on my system I have only:
hwmon0/ hwmon1/ hwmon2/
$ sudo cat /sys/class/hwmon/hwmon0/name
acpitz
$ sudo cat /sys/class/hwmon/hwmon1/name
asus
$ sudo cat /sys/class/hwmon/hwmon2/name
coretemp
Any help appreciated!
Thanks,
Andrej