Jump to content

dmacias

Community Developer
  • Posts

    2,803
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by dmacias

  1. Did you set the fan thresholds with the sensor config editor?
  2. That was partly by design. I found other modes could interfere with fan control. I need to make a setting to choose the fan mode when not running fan control. I'll have to look into it more why it's not working after reboot. I have seen something like you mention but after a bit fan control seems to take over. Sorry I have just been super busy moving.
  3. The plugin uses this driver. You just need to input the community string. https://networkupstools.org/docs/man/snmp-ups.html
  4. All I know is you can monitor a snmp UPS
  5. I'll look at the notification timing. As far as mc, this plugin had no effect on that. It only loads nut and net-snmp
  6. Sorry I'm not sure. You'll have to look up your specific UPS model and nut compatibility
  7. Yes I could add an option to disable system logging.
  8. Thanks for the link I'll check that link out more when I get a chance. Maybe I can use that instead.
  9. I'm not sure. Maybe something else is claiming it first.
  10. You might need this package too kmod-usb-hid and maybe more. I'm not sure as I've only played with openwrt a bit.
  11. The plugin can't update the bmc. You have to go to Supermicro website and get the bmc file for your board then update through the board's ipmi webpage. The bios has to be done with a dos boot disk or pay SM like $20 for a license to do it through the ipmi webpage. The configure button is only for ASRock boards. It's for determining which fan header corresponds to which place in the command for those boards. Single core ASRock boards have just a single command and dual socket boards have 2 commands. But each command is able to set several fans to different levels separately.
  12. Before you do this make sure you have the threshold for FANA set properly. Here's the raw commands you can test. Just stop the fancontrol service first. Run this first to get the readings ipmisensors -t fan Then run this to change the fan setting for FANA to full speed ipmi-raw 00 30 70 66 01 01 64 Run this to get the reading maybe even a couple times to check ipmisensors -t fan Then change the fan speed like this and check the reading again with ipmisensors ipmi-raw 00 30 70 66 01 01 34 Let me know what you find out. You can also use this to check FAN1234 ipmi-raw 00 30 70 66 01 00 64 If none of this works, double check bios and bmc are up to date. Try switching fan headers. Not that it matters but all Supermicro boards I have had say to put CPU on fan1 and FANA is for peripherals. So I always have CPU on fan header 1 and case fans on 2, 3, 4 then 2 fans with a splitter (pwm only goes to one fan) on FANA for my hard drives.
  13. If this error is on your router, it's probably a permissions problem. You could be missing necessary directories too. Just google Nut Can't claim USB device No such file or directory
  14. In the latest version I do set the fan profile to full for Supermicro boards before running the script. This was to avoid any bmc interruption which can happen with the other fan modes.
  15. Yes that's how you stop the service. Also what's the recent fan log say when you ran debug. You might also need to use the sensor config editor and set the thresholds for your fans. I need to make a guide how to do that but there's some info earlier in the thread. FANA worked in the previous release?
  16. Which fan connector is it on 1 2 3 or 4? You can also stop the fancontrol service and run ipmifan --debug from the console. It will log more info in the fan log and display lots of info in the terminal. Also is the bios and bmc updated.
  17. Try applying all settings again and stopping and starting the fancontrol service. I had a similar experience but I gave it a minute and the fan returned to normal control
  18. That is probably out of the scope of this plugin. It would probably require a few more packages also. There is another plugin called devpack that has a lot of the development packages. I just run a virtual machine of unRAID and compile on it.
  19. I'll look at it more tomorrow. It's late and I'm a bit tired to do math ?. I think I see what you want to do. Rescale it and I was just applying the min till it went above. Makes sense. Do you have a github account? You could do a pull request. Replace that line and remove the 2 if statements imposing the limits just below it.
  20. You're welcome. And yes thanks for confirming it's working and thanks to gmk2.
  21. I'll look into it more. The decimal places should have no effect as the underlying values for the selections were still 1-64 or 1-255
  22. That's good to hear. What was your interval? If it was 3 or 5 min it might have taken that long to adjust.
  23. You'll have to give me a little more info. I have the exact board and it's working for me. What are your fan settings? What does the ipmifan log say? Clear the log and start and stop the fan control. You can also stop fan control and run ipmifan - - debug and post the ipmifan log.
×
×
  • Create New...