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.

ControlR (Android/iOS app for unRAID)

Featured Replies

  • Author
1 hour ago, Doublemyst said:

but when I try to wakup the sleeping one, no wakeup signal is sent.

hi, i'm not sure if wireguard allows for a broadcast packet to work correctly, a wakeup signal is a magic packet sent to the .255 address of the lan (192.168.1.255), however each device on wireguard is set up in as "separate" network (192.168.2.1), not sure if that packet will be forwarded from 2.1 to 1.255

 

  • Replies 1.4k
  • Views 264.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • @jbrodriguez My son has decided he doesn't like your app. He was giving me some lip so I threatened to shut off Plex. *Click* Plex Docker was shut off from the comfort of my couch and no more videos f

  • jbrodriguez
    jbrodriguez

    UPDATE: We found the root cause of the issue !!! 🙌   Can't thank enough @Dantheman and Peter (don't have his handle), for the patience and willingness to help me test and troubleshoo

  • jbrodriguez
    jbrodriguez

    Yes, this one is a bit strange, I'll need to dig deeper to figure out what's the issue

Posted Images

22 hours ago, jbrodriguez said:

hi, i'm not sure if wireguard allows for a broadcast packet to work correctly, a wakeup signal is a magic packet sent to the .255 address of the lan (192.168.1.255), however each device on wireguard is set up in as "separate" network (192.168.2.1), not sure if that packet will be forwarded from 2.1 to 1.255

 

Hi, thanks for the reply. Is there a way to send a magic packet to another network. Eventually over the plugin I've installed on the server, on which also the wireguard is running? This server (which is in the same network as another) would act then as a relay?

  • Author
On 4/12/2024 at 7:54 AM, Doublemyst said:

Is there a way to send a magic packet to another network

not really sure, from your experience it would seem it doesn't work :(

  • Author

IMPORTANT NOTICE

 

if you're getting the following error for the controlr PLUGIN, 

Capture.thumb.PNG.78828d31d142eed73ad84970d8a9ecfa.PNG

please uninstall the plugin / then reinstall

i had to change the location of the plg file and it causes this issue

  • 4 weeks later...

Just got a new iPhone so had to add my server back to the app. The server is discovered without any issue but my credentials won't work. I know they're correct because I can login to the webui with them bust when I enter user root and the password in the ControlR app I just get a spinning wheel. Tried all 3 options for adding servers without any luck.

Been using ControlR for a few years now always been reliable but recently I have noticed with the app update it now has stopped showing UPS data.

i have tried switching the setting in Unraid ControlR plugin on and off etc but it doesn’t show in IOS app

  • Author
9 hours ago, wgstarks said:

The server is discovered without any issue but my credentials won't work

hi, can you try adding the server manually ? if using unraid connect, try using the long server name as an alternative

  • Author
2 minutes ago, livefour2day said:

i have tried switching the setting in Unraid ControlR plugin on and off etc but it doesn’t show in IOS app

are you using the nut plugin ? if that's so, there is an issue retrieving data from it, i need to fix it

9 minutes ago, jbrodriguez said:

hi, can you try adding the server manually ? if using unraid connect, try using the long server name as an alternative

I have tried adding the server manually. I’m not sure what you mean by long server name? I’ve been just using the IP or QR code.

12 minutes ago, jbrodriguez said:

are you using the nut plugin ? if that's so, there is an issue retrieving data from it, i need to fix it

No just the Unraid UPS built-in settings, the UPS always used to work it stopped with the recent app update.

4 minutes ago, wgstarks said:

I have tried adding the server manually. I’m not sure what you mean by long server name? I’ve been just using the IP or QR code.

Got it. The myunraid.net address worked while the local IP wouldn’t. Not sure why I can’t connect locally though?

  • Author
On 5/10/2024 at 6:52 AM, wgstarks said:

Got it. The myunraid.net address worked while the local IP wouldn’t. Not sure why I can’t connect locally though?

still not sure why that's the case, i need to investigate further

  • Author
On 5/10/2024 at 6:50 AM, livefour2day said:

No just the Unraid UPS built-in settings, the UPS always used to work it stopped with the recent app update.

i was double checking the ups code in the plugin, can you check if you have 

 

/sbin/apcaccess

or

/usr/bin/upsc

 

in your system ?

 

the plugin "should" only support those 2 "plugins"

 

6 minutes ago, jbrodriguez said:

i was double checking the ups code in the plugin, can you check if you have 

 

/sbin/apcaccess

or

/usr/bin/upsc

 

in your system ?

 

the plugin "should" only support those 2 "plugins"

 

Yes  I have /sbin/apcaccess

Edited by livefour2day

  • Author
6 minutes ago, livefour2day said:

No I don't have either of those, but it always worked before with no issues its since the app update I have noticed no UPS in the IOS app

try this

killall controlr

then

/usr/local/emhttp/plugins/controlr/controlr --port 2378 --show-ups

can you post the output (remove any sensitive info you want) ?

11 minutes ago, jbrodriguez said:

try this

killall controlr

then

/usr/local/emhttp/plugins/controlr/controlr --port 2378 --show-ups

can you post the output (remove any sensitive info you want) ?

 

I: 2024/05/11 14:47:59 controlr.go:38: cli: {Port:2378 LogsDir:/var/log APIDir:/var/local/emhttp CertDir:/boot/config/ssl/certs APIPort:2382 ShowUps:true Dev:false Boot:{}}
I: 2024/05/11 14:47:59 boot.go:23: starting controlr v2024.04.11 ...
I: 2024/05/11 14:47:59 boot.go:114: cert: found certificate_bundle.pem
I: 2024/05/11 14:47:59 api.go:45: Starting service Api ...
I: 2024/05/11 14:47:59 api.go:94: Api started listening https on 2382
I: 2024/05/11 14:47:59 core.go:83: starting service Core ...
I: 2024/05/11 14:47:59 core.go:354: Created system sensor ...
I: 2024/05/11 14:47:59 core.go:384: No ups detected ...
⇨ https server started on [::]:2382

  • Author
1 minute ago, livefour2day said:

I: 2024/05/11 14:47:59 core.go:384: No ups detected ...

that's the issue, it isn't detecting the ups, the 2 binaries i posted above are the ones the plugin looks for when trying to read ups info

 

you mentioned there isn't a /sbin/apcaccess in your system, which leads me to think that the default ups provider (apc) has changed  location, that's why controlr can't find it

 

if you run

lsusb

does it show the ups attached (some line about America Power Conversion) ?

 

can you try to run 

apcaccess

if that works, then

type apcaccess

 

No I do have /sbin/apcaccess

 

I dont have /usr/bin/upsc

It shows my USP, when I run lsusb -

 


Bus 001 Device 004: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS

 

And typing apcaccess give results on my UPS data
 

Edited by livefour2day

  • Author
8 minutes ago, livefour2day said:

And typing apcaccess give results on my UPS data

o cool, can you run

 

type apcaccess

 

Edited by jbrodriguez

51 minutes ago, jbrodriguez said:

also, can you check if you have this file: /var/run/apcupsd.pid ?

Yes i do have this file  /var/run/apcupsd.pid

1 hour ago, jbrodriguez said:

o cool, can you run

 

type apcaccess

 

I get this when I run return -

type apcaccess is /sbin/apcaccess

Edited by livefour2day

  • Author

i pushed a small change (and a debug log) to figure it out, since it's kind of weird that it's not detecting the ups 🤷‍♂️

 

if it doesn't work, can you send me /var/log/controlr.log (just from the last start of the app would be ok)

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.