Skip to content
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

Riello IDG1200 Partial Data #2365

Open
Simonv92 opened this issue Mar 19, 2024 · 7 comments
Open

Riello IDG1200 Partial Data #2365

Simonv92 opened this issue Mar 19, 2024 · 7 comments
Labels
impacts-release-2.7.4 Issues reported against NUT release 2.7.4 (maybe vanilla or with minor packaging tweaks) Incorrect or missing readings On some devices driver-reported values are systemically off (e.g. x10, x0.1, const+Value, etc.) question raspberry Riello Riello UPS devices (serial, usb), usually with a variant of Qx protocol

Comments

@Simonv92
Copy link

Hi,
I'm trying to configure a Riello IDG1200 UPS with NUT.
I've setup it up with these parameters:

driver = "riello_usb"
port = "auto"

But I have only data about battery % (wrong data), Volta IN, Voltage OUT ans Status.
Am I doing something wrong? On other guides I've seen that they have much more data from the UPS..
Thank you very much!
Simone

@jimklimov
Copy link
Member

Which NUT version? Many distros still ship 2.7.4 (~8 years old) while current is 2.8.1.

@Simonv92
Copy link
Author

Simonv92 commented Mar 19, 2024

I confirm Network UPS Tools - 2.7.4
How do I upgrade?

@jimklimov
Copy link
Member

Officially - get a newer distro release (some have "experimental" repos with newer packages also).

Recommended - check wiki article here about "in-place upgrade" builds, to roll your own NUT from current sources. You can test the built driver from the build workspace, to only install the new programs if they are proven better for your device.

@Simonv92
Copy link
Author

Sorry but I'm a newbie.. how do I get a new distro? running sudo apt install nut-client nut-server always show me the 2.7.4-13 release..

@jimklimov
Copy link
Member

Newer release of the distro of apparently the Debian or Ubuntu (based?) system you seem to have.

Following that wiki article could be in fact easier a d leas disruptive - install some packages for prerequisite tools and dependencies and copy-paste commands to build NUT.

@Simonv92
Copy link
Author

I'm using Raspberry Pi OS Lite on a Raspberry Pi Zero 2W.
I'm trying to install the latest release I found here: https://github.com/networkupstools/nut/releases
Trying to copy and then install the nut-2.8.1.tar.gz file doesn't work.. How can I do that?

@jimklimov
Copy link
Member

jimklimov commented Mar 20, 2024

Now I'm at a real computer so can post some links: :)

The "tar.gz" archive on site is a snapshot of NUT sources for the release (some errata applies, fixed since in Git and should be part of upcoming next release snapshot) which should be built similar to the procedure above, just instead of checking out a Git branch you would unpack that archive. At the moment, due to that errata, better follow the Wiki for a current Git-source build.

@jimklimov jimklimov added question raspberry Riello Riello UPS devices (serial, usb), usually with a variant of Qx protocol impacts-release-2.7.4 Issues reported against NUT release 2.7.4 (maybe vanilla or with minor packaging tweaks) Incorrect or missing readings On some devices driver-reported values are systemically off (e.g. x10, x0.1, const+Value, etc.) labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impacts-release-2.7.4 Issues reported against NUT release 2.7.4 (maybe vanilla or with minor packaging tweaks) Incorrect or missing readings On some devices driver-reported values are systemically off (e.g. x10, x0.1, const+Value, etc.) question raspberry Riello Riello UPS devices (serial, usb), usually with a variant of Qx protocol
Projects
None yet
Development

No branches or pull requests

2 participants