Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

IGHOR

Members
  • Joined

  • Last visited

  1. unraid-api restart and unregister/register didn't help
  2. most likely he read this thread
  3. Yes, I did exactly this. I was expecting to do it once only thats why I made no scripts for that. I hope I'll not need to do it and plugin dev will release update, or plugin dev share his build steps. Anyway I'm with unRAID for a long time, and if it is really needed I can make automated updates for this plugin.
  4. It not written, you need to replace result binaries in the previous version of txz package.
  5. You need to use manual config only
  6. You need to find out those values for your ups default.battery.voltage.high = default.battery.voltage.low = default.battery.voltage.nominal =
  7. I think nut can't get those values from some UPS And driver calculate it by voltage, and if you calibrate nut and define high/low voltages it will show % and runtime left
  8. I tested and it survived reboot, also here is updated file with some fixes. How to install: 1) copy the attached file and replace it in the folder /boot/config/plugins/nut 2) reboot It will remain to be the same plugin, but with newer nut v2.7.4.1 for usb devices only. Once plugin dev update it officially, it will be upgraded natively nut-2.7.4.20200318-x86_64-1.txz
  9. I think you need just copy the file 'nut-2.7.4.1.20210620-x86_64-1.txz' attached in my message to folder /boot/config/plugins/nut And reboot server, it may use latest version of nut instead of old one. If it not works this way, replace existing nut-2.7.4... file in folder /boot/config/plugins/nut by my file and reboot
  10. I fixed it, maybe it is just enough to put the file to this folder /boot/config/plugins/nut Or replace existing one. Anyway if extracted to root, it starts working instantly. So everything is working fine with nut compiled from latest sources. There should be nothing that stops plugin dev to release an update. Here is a right commands to compile nut to run on unRAID: apt update && apt install ca-certificates freeipmi git libusb-dev autoconf automake make libtool python --no-install-recommends -y git clone --depth 1 https://github.com/networkupstools/nut.git && cd nut ./autogen.sh ./configure --enable-strip --runstatedir=/var/run/nut --with-pidpath=/var/run/nut --with-usb --datarootdir=/usr/share/nut --bindir=/usr/bin --sbindir=/usr/sbin --prefix=/ --sysconfdir=/etc/nut --libexecdir=/usr/libexec/nut --libdir=/usr/lib64 --with-drvpath=/usr/libexec/nut && make -j `nproc` && make install nut-2.7.4.1.20210620-x86_64-1.txz
  11. Actually latest compilation of nut is working. It is possible parsing problem in the plugin code, not nut itself In command line it works root@unRAID:/# upsc [email protected] battery.voltage: 27.30 device.type: ups driver.flag.noscanlangid: enabled driver.flag.novendor: enabled driver.name: nutdrv_qx driver.parameter.langid_fix: 0x0409 driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto driver.parameter.productid: 0000 driver.parameter.protocol: hunnox driver.parameter.synchronous: no driver.parameter.vendorid: 0001 driver.version: 2.7.4.1 driver.version.data: Hunnox 0.01 driver.version.internal: 0.30 input.frequency: 49.6 input.voltage: 217.0 input.voltage.fault: 0.0 output.voltage: 220.0 ups.beeper.status: disabled ups.delay.shutdown: 60 ups.delay.start: 0 ups.load: 13 ups.productid: 0000 ups.status: OL ups.temperature: 29.0 ups.type: offline / line interactive ups.vendorid: 0001
  12. I built latest nut sources for unRAID with usb support only. Here is steps to build it on ubuntu/debian: apt update && apt install ca-certificates freeipmi git libusb-dev autoconf automake make libtool python --no-install-recommends -y git clone --depth 1 https://github.com/networkupstools/nut.git && cd nut ./autogen.sh ./configure --enable-strip --with-usb --datarootdir=/usr/share/nut --bindir=/usr/bin --sbindir=/usr/sbin --prefix=/ --sysconfdir=/etc/nut --libexecdir=/usr/libexec/nut --runstatedir=/var/run/nut --libdir=/usr/lib64 --with-drvpath=/usr/libexec/nut && make -j `nproc` && make install
  13. This bug appears since unRAID implemented web login. I do have 32 docker containers in my unRAID server. Here is a steps I'm doing: Login to unRAID web interface Visit Docker tab After that Docker tab completely loaded, but become frozen, I can't click anything. It happens not every time, but often. And when I refresh page it asks to login again. It is really annoying, please fix that. My browser is Safari, macOS latest x86_64 Overall loosing of authorization happens time to time. It is also annoying when I can see a authorization interface inside of multiple web frames in the UI. julynas-diagnostics-20210610-1457.zip
  14. Thats awesome! Thanks!
  15. Thats nice, but is there a chance you may not be able to do it some times? I mean we could get long delays in some reasons. Can you make build fully automated once new version released without your interaction?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.