-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help please poweredge rt2000 #2451
Comments
Hello, by your question I assume your Windows does have network access, as much as is needed to communicate to the RPi. What it does not (normally) have is Internet access. Right? For NUT, other than getting the files to install (can be via USB stick etc.) no Internet access is required - neither on Win nor on RPi hosts of yours. That said, with precautions like SSL wrapped access you could e.g. publish in the internet a Currently there is a slowly progressing effort to provide modern NUT for Windows - you can build your own or fetch a prepared tarball with binaries and DLLs from the AppVeyor CI server. There are some known incomplete features here and there, including a lack of installer and so a privileged registration of USB driver other than Windows built-in HID or HID Battery device. There is a "Zadig" tool detailed in #1690 (IIRC) to make such registrations manually. With all that, if you don't stumble upon that not-yet-implemented stuff in your practically significant code path, you should be able to run a NUT driver and data server ( |
Yes network is accessible on both devices, just restricted WAN on windows pc. Thanks for the info sound like it's complicated lol. But I'll give it a go haven't worked with binnerys on windows before wish me luck 😅 |
Well, "binary" is a fancy word for an executable program, library, etc. - something with a specific byte-by-byte structure that is not a text file (and in some contexts, picture, movie, etc.) So surely you've had worked with programs :) |
I'm wanting to monitor my poweredge rt2000 on my widows pc conected via usb port, using likes of a nut server and then monitor this on a rpi over network port. My windows pc has no net access but my rpi can communicate out. But it's not practical to conect the ups to my rpi via USB. Is nut server actually able to run on windows I don't need to control ups just get battery and AC stats. Can someone give me some direction on what I need to do as far as getting nut server to work on windows pc. Thank you
The text was updated successfully, but these errors were encountered: