<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 07/06/2017 02:23 AM, Manuel
      Wolfshant wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:b5fe2a77-d5c3-db69-711c-c8626d45fe0a@nobugconsulting.ro">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div class="moz-cite-prefix">On 07/06/2017 02:18 AM, Charles
        Lepple wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:353F232A-30E7-4B40-A026-AED62F83251D@gmail.com">On Jul
        5, 2017, at 5:34 PM, Ambrogio Coletti <<a
          href="mailto:ambrojohn@gmail.com" class=""
          moz-do-not-send="true">ambrojohn@gmail.com</a>> wrote:<br
          class="">
        <blockquote type="cite" class=""><br class="">
          From section 4.23 of the Developer Guide:<br class="">
          <br class="">
          "There are a few USB UPS devices that are not HID devices.
          These devices typically implement some version of the
          manufacturer’s serial protocol over USB (which is a really
          dumb idea, by the way). An example is the Tripplite USB. Such
          devices are not supported by the usbhid-ups driver, and are
          not covered in this document."<br class="">
          <br class="">
          I guess that applies to me?<br class="">
        </blockquote>
        <br class="">
        No, but my original comment does:<br class="">
        <br class="">
        "The Protocol 1330 support was added after 2.7.4 was released.
        You might be able to use a 2.7.4 tarball with "productid = 1330"
        in ups.conf, but voltages might be off by a factor of 10. <b
          class="">You will also need to adjust the udev files manually
          to fix /dev/bus/usb permissions.</b>"
        <div class=""><br class="">
        </div>
        <div class="">Manuel: did you happen to regenerate the udev
          files, or use one of the Buildbot tarballs? We typically don't
          bother to do that until "make dist" before a release (since
          the rules files are generated from *.in files based on
          configure parameters), so your package might still have the
          rules file from 2.7.4 (which does not include protocol 1330).</div>
      </blockquote>
      yes, the package installed by Mr. Coletti includes the new rules:<br>
      <br>
      # TrippLite<br>
      [...]<br>
      #  e.g. TrippLite ECO550UPS  - usbhid-ups<br>
      ATTR{idVendor}=="09ae", ATTR{idProduct}=="1010", MODE="664",
      GROUP="dialout"<br>
      #  e.g. TrippLite SU3000LCD2UHV  - usbhid-ups<br>
      ATTR{idVendor}=="09ae", ATTR{idProduct}=="1330", MODE="664",
      GROUP="dialout"<br>
      #  e.g. TrippLite OMNI1000LCD  - usbhid-ups<br>
      ATTR{idVendor}=="09ae", ATTR{idProduct}=="2005", MODE="664",
      GROUP="dialout"<br>
      [...]<br>
    </blockquote>
    I forgot to mention that the above is a quote from
    /lib/udev/rules.d/62-nut-usbups.rules<br>
    <br>
  </body>
</html>