OMV Sensos not working anymore

  • I have updated the main script, to use it do the following



    Code
    rm /usr/share/openmediavault/mkconf/sensors
    wget -O /usr/share/openmediavault/mkconf/sensors https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/openmediavault-sensors/master/usr/share/openmediavault/mkconf/sensors
    chmod +x /usr/share/openmediavault/mkconf/sensors
    /usr/share/openmediavault/mkconf/sensors

    Refresh OMV webui before checking the graphs.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • You are the man :D


    Its now working again....what was the bug?


    Can you tell me why only the cpu temp can be shown on my Asrock Q1900 Board? Are there no other sensors or did i something wrong...i mean...that there are no fanspeeds is logical....but MP Temp should be shown or am i wrong?

  • The section for your sensor was missing a vital instruction, i must have removed it without noticing before and thats why it was working but stopped :whistling: Sorry about that.


    The plugin relies on lm-sensors to detect available sensors, if your motherboard has more sensors a newer version of lm-sensors might detect them, most motherboards have a list of available sensors somewhere.
    You could also run sensors-detect and see what it says at the end, sometimes it need modules loaded manually to get other sensors to work correctly.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • This is the output of sensors-detect:



    Can you give me some advice what i should do now?

  • Run it again but on the last Do you want to add these lines automatically to /etc/modules? (yes/NO)no choose yes
    Once it has finished check /etc/modules by doing cat /etc/modules you should see something like



    reboot OMV and once restarted run sensors to see if you have more sensors available.


    If you want to try without loading it to /etc/modules you could manually add them using


    modprobe coretemp
    modprobe w83627ehf


    Then run sensors


    I would try this first to see if it works for you, if it does you can do the above to make it permanent.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • Ok tested it and then then make it permanent :D


    It works...now its showing Core Temps and MB Temp....very cool...



    Thank you so much.... ;)

  • I always try to help where i can, glad you are all setup now.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • I have updated the main script, to use it do the following



    Code
    rm /usr/share/openmediavault/mkconf/sensors
    wget -O /usr/share/openmediavault/mkconf/sensors https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/openmediavault-sensors/master/usr/share/openmediavault/mkconf/sensors
    chmod +x /usr/share/openmediavault/mkconf/sensors
    /usr/share/openmediavault/mkconf/sensors

    Refresh OMV webui before checking the graphs.

    I have the same problem like epicfail described in his first post (OMV 3.0.43 and 4.7.0 backports kernel). I followed the steps above and since I was not sure what you mean with "refreshing the WebGUI" I rebooted my NAS. However, this did not solve the problem - everything looks exactly like before... Did I miss something?

  • Did sensors ever display graphs for you under OMV2?
    What sensors does running sensors show?

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • I have to admit that I never tried in OMV 2. I just stumbled over it when I saw this topic. ;)


    Code
    root@NAS:~# sensors
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0:       +30.0°C  (high = +90.0°C, crit = +90.0°C)
    Core 1:       +30.0°C  (high = +90.0°C, crit = +90.0°C)
    Core 2:       +31.0°C  (high = +90.0°C, crit = +90.0°C)
    Core 3:       +35.0°C  (high = +90.0°C, crit = +90.0°C)
  • coretemp should work but only for CPU and i think you must have cores enabled in the plugin, try it with cores enabled and without everything else should be off.


    If that does not work you could run sh -x /usr/share/openmediavault/mkconf/sensors and let me see the output so i can try to figure out where it's going wrong.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • Thank you, enabling the "cores" option worked. I also followed your instructions to detect all available sensors. The output now looks like this:

    So there are some additional temperatures and fan speeds now. However, enabling the corresponding options in the plugin does not work. The sad smiley appears instead of a graph... How can I fix this? :)

  • The nct6776 sensor is in the list of supported hardware, you could check /var/lib/rrdcached/db/localhost/ and see if there are any folders starting with sensors-nct6776 if not you could run sensors-detect and see if it generates the folder and files.


    You could also run sh -x /usr/share/openmediavault/mkconf/sensors and give me the output.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • The folder exsists:

    Code
    root@NAS:/var/lib/rrdcached/db/localhost/sensors-nct6776-isa-0290# ls
    fanspeed-fan1.rrd      temperature-temp3.rrd  voltage-in0.rrd  voltage-in4.rrd  voltage-in8.rrd
    fanspeed-fan2.rrd      temperature-temp7.rrd  voltage-in1.rrd  voltage-in5.rrd
    temperature-temp1.rrd  temperature-temp8.rrd  voltage-in2.rrd  voltage-in6.rrd
    temperature-temp2.rrd  temperature-temp9.rrd  voltage-in3.rrd  voltage-in7.rrd

    Since it is too long for this reply, please find the output of the script attached.


    //EDIT: After refreshing the graphs it now seems to work!

  • Hi,


    I'm new and I have a problem with sensors my Motherboard is a Asus Aximus Formula ( Chipset X38 ) a can't have graph sensors working.


    My error is " omv-mkconf sensors balls 2>&1 " I have this error in OMV 2.X and 3.X ... I spend a lot of hours try to mke working but nothing I don't understand


    command line sensors work fine


    Here my output from the command line sh -x /usr/share/openmediavault/mkconf/sensors



    If you have a solution thanks and sorry for my bad English

  • Check /var/lib/rrdcached/db/localhost/ and let me know what folders are the that start with sensors- and files inside each folder
    Run sensors and let me see the output.


    The output.txt file does no have the complete output as the beginning section is missing, that is the most important part.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • Hi, and thanks for the answer


    I reinstall all since beginning ( fresh install OMV 2 )


    1 - I do all the Update Manager update
    2 - I Install "openmediavault-omvextrasorg_latest_all.deb"
    3 - I Install Extra and activate Download Manager and Download Manager Testing Repo
    3 - I Install Backports Kernel and Reboot
    4 - I Install omv-sensors
    5 - I Activate all Items sensors except Fahrenheit
    6 - I reboot a second time


    All it working, I post the files, maybe you can see something, I don't know what I make wrong on the first OMV install


    Thanks for all

  • Hi jhmiller!


    I´ve upgraded to omv 3 (fresh install) and installed the sensors plugin....it works but is not showing the Motherboard Temperatur anymore....i did sensors-detect and let it write to /etc/modules


    On omv 2 it worked with that...


    Output of sensors:


    Output of sensors-detect:


    /etc/modules



  • Hi, i just follow the instructions, all sensors are enabled but only have graphs for CPU.
    CPU Fan Speed tab show sad faces.


    root@NAS-SOLIS:~# sensors
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0: +40.0°C (high = +76.0°C, crit = +100.0°C)
    Core 1: +37.0°C (high = +76.0°C, crit = +100.0°C)


    w83627ehf-isa-0290
    Adapter: ISA adapter
    Vcore: +1.07 V (min = +0.00 V, max = +1.74 V)
    in1: +1.08 V (min = +1.84 V, max = +2.04 V) ALARM
    AVCC: +3.38 V (min = +2.98 V, max = +3.63 V)
    +3.3V: +3.36 V (min = +2.98 V, max = +3.63 V)
    in4: +1.71 V (min = +1.02 V, max = +1.50 V) ALARM
    in5: +1.74 V (min = +1.94 V, max = +1.78 V) ALARM
    in6: +1.97 V (min = +1.78 V, max = +1.91 V) ALARM
    3VSB: +3.33 V (min = +2.98 V, max = +3.63 V)
    Vbat: +3.15 V (min = +2.70 V, max = +3.63 V)
    in9: +1.61 V (min = +1.85 V, max = +2.02 V) ALARM
    fan1: 0 RPM (min = 0 RPM, div = 128)
    fan2: 2518 RPM (min = 0 RPM, div = 8)
    fan3: 0 RPM (min = 10546 RPM, div = 128) ALARM
    fan5: 0 RPM (min = 10546 RPM, div = 128) ALARM
    temp1: +28.0°C (high = -113.0°C, hyst = -9.0°C) ALARM sensor = thermistor
    temp2: +28.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
    temp3: +43.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
    cpu0_vid: +1.219 V
    intrusion0: ALARM


    Nothing's change even after reboot...
    What's wrong?

  • @epicfail


    Try getting the latest main script

    Code
    rm /usr/share/openmediavault/mkconf/sensors
    wget -O /usr/share/openmediavault/mkconf/sensors https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/openmediavault-sensors/master/usr/share/openmediavault/mkconf/sensors
    chmod +x /usr/share/openmediavault/mkconf/sensors
    /usr/share/openmediavault/mkconf/sensors


    If you still have issues run sh -x /usr/share/openmediavault/mkconf/sensors and let me take a look at the output


    @DJ-AS Are you running OMV2 or OMV3?
    Try above to update the main script and if you still have problems run the debug command and let me see the output.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!