corgan

Members
  • Posts

    119
  • Joined

  • Last visited

About corgan

  • Birthday January 14

Converted

  • Gender
    Male
  • URL
    https://github.com/corgan2222
  • Location
    Germany

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

corgan's Achievements

Apprentice

Apprentice (3/14)

25

Reputation

  1. Great! That's are good news! I have some questions regards the update interval. Is there any rule that defines how often components are updated? Sometimes it takes forever after a Home assistant restart till the components are available, and sometimes there are dozens of updates in one minute. And is there any way to request or trigger an update? Is it an expected behavior that the API sends the discovery message over and over, or is there something broken? For me, the API sends all sensors from the server, docker and the VMs. I don't have broken entities after discovery. Thanks and greetz Stefan
  2. Valid question. Is there any development on this project? vg Stefan
  3. I already had these settings. Thank you for the fast reply! It's all fine now.
  4. Thanks for the fast reply! I did as you told me, but no difference. Then I spotted the notice regarding powertop. I had powertop installed for months and never had issues. But in this case, after removing powertop, the errors are gone, and I can see the ups details again. One notice, If I choose nutdrv_qx as driver, "Battery Charge" is not displayed. If I choose the blazer_usb, Battery Charge is shown. Is there any chance to get the "Runtime Left" Infos from the greencell USV?
  5. Hey Rysz I updated today to 2024.03.28. Before the update, my Green Cell UPS 1500VA (900W) could be read. But now I get these errors: Is there anything I have to change, to get it back working? Thanxs, greetz Stefan
  6. Hey all.. After removing the gpu driver, the GPU Errors in the ipmi logs are gone. That's good. But tonight the server crashed again, but with a different error. The server was not reachable from the network with a 100% packet loss. But I could log in via the onboard KVM and use the terminal. Strangely, a ping from the server to the network was successful. Now I have a ton of these errors in the log. The CPU Numer (CPU 14 to CPUs 0:) itterated from 0-15. I then wanted to stop the array from the command line and reboot, but the server got stuck and hung for over an hour. Then I send a CRTL+ALT+DEL but got stuck at the "starting diagnostic collection" step. So I had to send a "power cycle" via ipmi to reboot and now have to do the parity check again.
  7. Hello, if I activate the "Provide UPS status" option in the plugin settings, the plugin will not start. Status "Stopped". If I deactivate the option, everything works fine. I would assume the reason is, that I use the "Network UPS Tools (NUT) for UNRAID" Plugin and not the build-in "UPS Settings". Any change to get the Infos from this plugin integrated?
  8. Back in the days in 2021 I created 2 templates. One for the normal compreface and on for compreface-gpu. This was the Icon I used for the nvidia gpu version. TBH, I didn't think about. If this is more pleasant, just use the normal one. https://github.com/corgan2222/unraid-templates/blob/main/img/compreface.png
  9. https://github.com/SimonFair/gpustat-unraid/pull/25 ^^
  10. perfect! This works. Will create a PR.
  11. I'm trying to add compreface-gpu to the SUPPORTED_APPS. But it looks like the plugin don't use the files /usr/local/emhttp/plugins/gpustat/ for the running dashboard version. I wanted to test this, before creating an PR. Is there a trick? gpustatus.page: $apps = [ 'plex', 'jellyfin', 'handbrake', 'emby', 'tdarr', 'unmanic', 'dizquetv', 'ersatztv', 'fileflows', 'frigate', 'deepstack', 'nsfminer', 'shinobipro', 'foldinghome', 'compreface', ]; /lib/Nvidia.php const SUPPORTED_APPS = [ // Order here is important because some apps use the same binaries -- order should be more specific to less . . 'compreface' => ['uwsgi'], ]; and added compreface.png to /usr/local/emhttp/plugins/gpustat/images/ Did I miss something?
  12. Sorry, I was "offline" for some time. Updated today. 2024 update - compreface:1.2.0-mobilenet-gpu - compreface:1.2.0 - skrashevich/double-take:latest
  13. After I deinstalled the second ATI GPU, I had hopes that the System is more stable now. But sadly it crashed again after 3 days uptime. The stop was at 21:02. Ipmi Log: Last Unraid Log was 6min before. So it looks like, that there is nothing written. The ipmi log says that the Video controller had a failure, but not which. I have a RTX2060 and the onboard in the system. How can I deactivate the onboard VGA for unraid? I think I can't do that in the bios. greetz Stefan