April 11, 20242 yr 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
April 12, 20242 yr 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?
April 13, 20242 yr 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
April 13, 20242 yr Author IMPORTANT NOTICE if you're getting the following error for the controlr PLUGIN, please uninstall the plugin / then reinstall i had to change the location of the plg file and it causes this issue
May 10, 20242 yr 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.
May 10, 20242 yr 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
May 10, 20242 yr 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
May 10, 20242 yr 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
May 10, 20242 yr 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.
May 10, 20242 yr 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.
May 10, 20242 yr 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?
May 11, 20242 yr 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
May 11, 20242 yr 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"
May 11, 20242 yr 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 May 11, 20242 yr by livefour2day
May 11, 20242 yr 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) ?
May 11, 20242 yr 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
May 11, 20242 yr 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
May 11, 20242 yr 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 May 11, 20242 yr by livefour2day
May 11, 20242 yr Author 8 minutes ago, livefour2day said: And typing apcaccess give results on my UPS data o cool, can you run type apcaccess Edited May 11, 20242 yr by jbrodriguez
May 11, 20242 yr 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
May 11, 20242 yr 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 May 11, 20242 yr by livefour2day
May 11, 20242 yr 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)
May 11, 20242 yr Author one last thing do you have this file: /boot/config/plugins/controlr/controlr.env ?
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.