ph0b0s101

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by ph0b0s101

  1. I could imagine that this is because of that the topic was already solved and nobody get attention to it. What do you think? Maybe we should open a new bug report topic?
  2. @Casadream_1 I can confirm, that this "workaround" will work for me as well. Wierd and maybe some kind of a bug. Thanks for sharing your finding!
  3. I am facing the exact same issue with the new Unraid Version starting from 6.12. I am running 6.12.4 at the moment with NPM in Version 2.9.19 and websocket's enabled. The same issue as the original posted described. When I open unraid with local IP Address without proxy url, it is working perfectly fine. Any recommendations, what to do? Short Update, also tried the latest NPM Version, with no luck. Any feedback is much appreciated.
  4. Sorry for my late feedback but it works like a charm. Thank you so much for sharing your solution. Great!
  5. At the moment, I did not use the gpu in any docker. Only in the VM but did not have installed any nvidia drivers over the application store. Furthermore the gpu is bind via the tools system devices page in unraid. Is this a showstopper?
  6. Thank you for sharing your solution. This is only working I use the nvidia gpu driver and did not pass through the gpu to any vm, right?
  7. Hello @mgutt, thank you for your reply. So far so good, but I cannot edit the go file because I did not find the file explorer plugin / app. I have installed the file manager plugin von dynamic but there is no option to directly edit files. So did I oversee something? Thank you for updating the start post with some power supply recommandations. This is great and I put them on my watchlist. Cheers
  8. Hello together, I tried to get better idle energy usage by following you guide. Installed powertop and restarted the server, see that the cstates are not used. Tried the auto tune command and got the following: powertop --auto-tune powertop: /lib64/libncursesw.so.6: no version information available (required by powertop) powertop: /lib64/libtinfo.so.6: no version information available (required by powertop) modprobe cpufreq_stats failed Loaded 0 prior measurements Cannot load from file /var/cache/powertop/saved_parameters.powertop File will be loaded after taking minimum number of measurement(s) with battery only RAPL device for cpu 0 RAPL device for cpu 0 Devfreq not enabled glob returned GLOB_ABORTED Cannot load from file /var/cache/powertop/saved_parameters.powertop File will be loaded after taking minimum number of measurement(s) with battery only Leaving PowerTOP One User also mentioned that powertop was removed by Tips & Tweaks plugin because of more problems then rewards. So is it still a thing? Furthermore, how can I get the config editor in Version 6.11.1? Seems there is no app to install and I cannot find it in the tools section of the webgui. Any tipps?
  9. Any chance for english translation or written instructions?
  10. Missed to thank you for information how I can build a switch by myself. Work like a charm. Did managed to build a template switch which start the server via WOL and bring them to Standby with your MQTT implementation. Great.
  11. Whatever you fixed, this was the problem Now it works and i got the message in the log aswell. > [email protected] start > cross-env NUXT_HOST=0.0.0.0 NODE_ENV=production node server/index.js WARN mode option is deprecated. You can safely remove it from nuxt.config Connected to mqtt broker READY Server listening on http://0.0.0.0:80 Received MQTT Topic: homeassistant/sger-unraid01/binhex-lidarr/dockerState and Message: started assigning ID: MQTT-R-kkx4s6l1 MQTT-R-kkx4s6l1 succeeded Received MQTT Topic: homeassistant/sger-unraid01/sleep and Message: assigning ID: MQTT-R-kkx4swtl Received MQTT Topic: homeassistant/sger-unraid01/sleep and Message: assigning ID: MQTT-R-kkx4swtl MQTT-R-kkx4swtl succeeded So what is your plan for the final inplementation. So there will be also a switch or trigger of any kind, which I can use on the HA Dashboard, like reboot, restart, and so on or should I build an automation and call the mqtt service with the topic? I have to really thank you for your efford to implement this. Great 😄
  12. Hm it still seems that no command will reach the unraid server.
  13. Thank you for your reply, i assume, there must be any error on my site firing the mqtt command. Because there is nothing in the logs after i have issued the command. But when I trigger one of the docker switches it will work perfectly fine: > [email protected] start > cross-env NUXT_HOST=0.0.0.0 NODE_ENV=production node server/index.js WARN mode option is deprecated. You can safely remove it from nuxt.config READY Server listening on http://0.0.0.0:80 Connected to mqtt broker Received MQTT Topic: homeassistant/sger-unraid01/binhex-lidarr/dockerState and Message: started assigning ID: MQTT-R-kkx2p44f MQTT-R-kkx2p44f succeeded Received MQTT Topic: homeassistant/sger-unraid01/binhex-lidarr/dockerState and Message: stopped assigning ID: MQTT-R-kkx2qvab Received MQTT Topic: homeassistant/sger-unraid01/binhex-lidarr/dockerState and Message: stopped assigning ID: MQTT-R-kkx2qvab MQTT-R-kkx2qvab succeeded So maybe I have to alter the command? On the mqtt manual from homeassistant there is mentioned that the payload is nessecary? https://www.home-assistant.io/docs/mqtt/service/ Sorry that I am not a big help so far 😞
  14. 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:
  15. 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 😞
  16. Thank you for your fast response. Yes I mean to bring the unraid host to sleep state, like the s3 plugin does.
  17. 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?
  18. @ElectricBrainUK Thank you for giving a short feedback. So then I will wait for an update.
  19. 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?
  20. 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?
  21. hm, das ist möglich, wobei ich ehrlich gesagt mega zufrieden bin im Vergleich zu vorher
  22. Audio konnte ich deaktivieren. Eine Option für CEC2019 konnte ich im BIOS nicht finden. Ich habe mal noch ein Voltcraft 3000 Messgerät rangehangen und habe als niedrigsten Wert 22W gesehen pendelt aber immer so um die 23W-24W im idle. Was meinst du denn, was ein guter Wert wäre, wenn du sagst das der Verbrauch viel zu hoch ist?
  23. Die 5W sind schon dabei gewesen, unter 25W komme ich aktuell nicht im idle mit allen platten im spindown. Die CEC Option suche ich gleich mal und schau ob es was bringt, ebenso mit dem Audio. Als Messgerät verwende ich eine Smarte Steckdose HS110.