Everything posted by ph0b0s101
-
[Support] Electric Brain Unraid API
Hi @ElectricBrainUK, thank you for your update. I already installed the version from your beta repository. But I am not 100% sure how to use is with MQTT or the REST API. I tried it via developer tools in home assistant with the following code: but this command did not bring the server into standby mode. And for the REST API Call i did not know where I have to put the provided code example. Could you please provide some more in depth details? Sorry I am a total newbie in this subject. Reboot, Restart and so on has switches in home assistant:
-
[Support] Electric Brain Unraid API
Sorry for my late response, i was really busy the last days. I have installed the s3 Sleep plugin, which handles the standby so far. When I manually bring the server in standby mode, I use the sleep button which is in the dashboard, after installation of the dynamics s3 sleep plugin. Sorry that I cannot provide any code 😞
-
[Support] Electric Brain Unraid API
Thank you for your fast response. Yes I mean to bring the unraid host to sleep state, like the s3 plugin does.
-
[Support] Electric Brain Unraid API
Hello ElectricBrainsUK, its me again and I am running your Unraid-API Docker directly in Unraid and it's working pretty good so far. I have only one open Request left do be 100% statisfied. So is it possible to get also an switch for sleep mode? You have already implemented an reboot and power_off, for me only sleep is left for maximum flexiblity. Maybe I can help to achive this?
-
[Support] Electric Brain Unraid API
@ElectricBrainUK Thank you for giving a short feedback. So then I will wait for an update.
-
[Support] Electric Brain Unraid API
Ok could establish an connection via the webui. But i will get still this error: ERROR ENOENT: no such file or directory, open 'config/mqttKeys' at Object.openSync (node:fs:490:3) at Proxy.readFileSync (node:fs:391:35) at default (api/getServers.js:27:36) at call (node_modules/connect/index.js:239:7) at next (node_modules/connect/index.js:183:5) at next (node_modules/connect/index.js:161:14) at next (node_modules/connect/index.js:161:14) at SendStream.error (node_modules/serve-static/index.js:121:7) at SendStream.emit (node:events:379:20) at SendStream.EventEmitter.emit (node:domain:470:12) ERROR ENOENT: no such file or directory, open 'config/mqttKeys' at Object.openSync (node:fs:490:3) at Proxy.readFileSync (node:fs:391:35) at default (api/getServers.js:27:36) at call (node_modules/connect/index.js:239:7) at next (node_modules/connect/index.js:183:5) at next (node_modules/connect/index.js:161:14) at next (node_modules/connect/index.js:161:14) at SendStream.error (node_modules/serve-static/index.js:121:7) at SendStream.emit (node:events:379:20) at SendStream.EventEmitter.emit (node:domain:470:12) Error: ENOENT: no such file or directory, open 'config/mqttKeys' at Object.openSync (node:fs:490:3) at Proxy.readFileSync (node:fs:391:35) at updateMQTT (/app/mqtt/index.js:268:30) at Timeout._onTimeout (/app/mqtt/index.js:300:5) at listOnTimeout (node:internal/timers:556:17) at processTimers (node:internal/timers:499:7) { errno: -2, syscall: 'open', code: 'ENOENT', path: 'config/mqttKeys' } The secure keys for mqtt may have not been generated, you need to make 1 authenticated request via the API first for this to work There is also no folder with mqttKeys in the config folder. Is this one of the mentioned bugs?
-
[Support] Electric Brain Unraid API
Today I have installed the unraid-api as an Home Assistant Addon. I have configured the Addon as follows: MQTTBroker: <HA IP> MQTTPort: 1883 MQTTUser: mqtt MQTTPass: <password> MQTTBaseTopic: unraid MQTTSecure: false MQTTSelfSigned: false MQTTRefreshRate: 20 MQTTCacheTime: 60 KeyStorage: config After I start the Addon i get the following error and I have no idea how i can do the first api call manually to generate the keys. Error: ENOENT: no such file or directory, open 'config/mqttKeys' at Object.openSync (node:fs:495:3) at Proxy.readFileSync (node:fs:396:35) at updateMQTT (/app/mqtt/index.js:268:30) at Timeout._onTimeout (/app/mqtt/index.js:300:5) at listOnTimeout (node:internal/timers:556:17) at processTimers (node:internal/timers:499:7) { errno: -2, syscall: 'open', code: 'ENOENT', path: 'config/mqttKeys' } The secure keys for mqtt may have not been generated, you need to make 1 authenticated request via the API first for this to work Any hints or tipps?
-
[Support] Electric Brain Unraid API
@ElectricBrainUK Is there a update to skanks question? Would be also interessed having the reboot server option.
-
[Plugin] Nvidia-Driver
@ich777 Did you think my problem could be related to my hardware setup?
-
[Plugin] Nvidia-Driver
Of course. Seems to be the easiest to drop my geizhals shopping list (its public) - https://geizhals.de/?cat=WL-989218 This is a possibility, but not my favorite approche. So far I have absolutly no problems with the s3 sleep plugin, which works perfectly fine for a long time now and fits my needs the best. I can easily start the server via my telegram bot or via App, voice etc. So the server runs normally when I use them and the other time the server is in sleep and saves energy.
-
[Plugin] Nvidia-Driver
Hi ich777, thank you for sharing your researched informaition. Unfortunately the code for syslinux configuration did not resolve the issue. Seems to be a show stopper for my unraid plex hw transcoding project, because i am not willing to run the server 24/7.
-
unRAID Nvidia - Graphics Card Sleep Reset Script
Hello, I am facing the same issue like you with your p2000 but instead with an nvidia 1050TI. I am running Unraid 6.9 Beta 35 with the nvidia-driver plugin to passthrough the gpu to the plex docker for hw transcoding. The HW transcoding is working properly after every reboot, but my server is not running the whole time and goes to sleep after a thershold configured in the dynamics s3 sleep plugin. After the resume, the hw transcoding isn't functional. So I tried to stop and start the plex docker after resume but this will not hlep in my case. So is this solution still valid for you or did you found a other way since your last post? Would be nice to get some feedback. Cheers
-
[Plugin] Nvidia-Driver
M Hm maybe there is a shell command which can wake up the card? So I am using the sleep plugin (Dynamix S3 Sleep) where you are able to put some custom commands before and after sleep. What do you think about this? What I have found so far is only this, but I think it will not help at all because we are using unraid, right? https://forums.developer.nvidia.com/t/solution-for-nvidia-sleep-wake-issue-in-linux/110911
-
[Plugin] Nvidia-Driver
I use a 1050TI with 4GB from ASUS.
-
[Plugin] Nvidia-Driver
Hey together, the HW transcoding with plex is running perfectly fine after the server had a fresh boot. Normally my server goes to standby when there are was no hdd activity for a certain time. After resume from standby HW transcoding isn't working anymore. Any hints, tipps to solve this issue? Did you need some log files? Best regards
-
[Plugin] Nvidia-Driver
Thank you for sharing your research results with me and the community, this saves me much time and effort in solving an issues which is based on a bug. Much appreciated
-
[Plugin] Nvidia-Driver
Hi @ich777, first of all thank you so much for your hard work. It runs pretty smooth on my end. Regarding the information from the quoted post. So did this mean, that the 1050TI will never change power states on unraid with this exactly configuration but other Models like 1060 will?
-
Graphics card idle power usage in unraid server
Unfortunately not yet. I am a little bit busy at the moment so I haven't found the time to do some research 😞
-
Graphics card idle power usage in unraid server
Ah thanks for that peace of information. Didn't noticed it at all, but my system is really quiet
-
Graphics card idle power usage in unraid server
Hi Octa, so it seems that it helps to save some watts in idle without passthrough the gpu to vm. So I try to find a possibility to script the command after shutting down the vm. When I am succesful with that, I let you know.
-
Graphics card idle power usage in unraid server
Hi Octa, thanks for that tipp. So have you also a Windows VM with GPU passthrough? If yes, did the vm work with this setting active?
-
Graphics card idle power usage in unraid server
Hi scorcho99, i am facing the exact same issue with my build. I am running a nvidia 1080 for my daily driver and gaming windows 10 vm. I have also loaded the "unraid nvidia" plugin, which provides the nvidia driver so the card can be used in docker containers as well. So I can issue the nvidia-smi command on the unraid cli. So there i can see, that the card alone hast an power draw of about 40-45 watt because they sit at Power State 0 (P0), which is the performance powerstate). So the card alone makes 50% of the hole power consumption of the entire system. When i run my windows vm and i issue the same command in the windows cli i can see that the card is in Power State 8 and draws only 12-14 watt, which is not good but okish with two monitors plugged in. Unfurtunaltely i haven't found a way to bring the nvidia card to power state 8 during idling without running a windows vm. So this is really unsatisfing. So any hints / tipps are really desirable.
-
[Support] Djoss - Firefox
Worked like a charm. Thanks a lot for this great tipp.
-
[Support] Djoss - Firefox
Hi Djoss, me again So is there a possibility to have multiple instances of this docker? Why i am asking? So I would provide a firefox instance for my girlfriend and me, but with only one instance the other person which is connection, will see my session, my bookmarks etc. Anything I can do to achieve this?
-
[Support] Djoss - Firefox
Hi Djoss, thank you for this nice container. I really enjoy using it. So I have a question regarding the keyboard layout. Any possiblities to change them to another then the englisch one? Edit: Oh I see that the problem i had, was not firefox / container specific. I opened a tab with guacamole running to open a rdp connection to one of my systems. So I have to set the keyboard layout within the connection profile in guacamole. So sorry for my dump question 😞