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

nutdrv_qx: init battery info always if it is known [issue #1279] #1652

Merged
merged 38 commits into from
Sep 14, 2023

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    8e24bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a35d0 View commit details
    Browse the repository at this point in the history
  3. drivers/nutdrv_qx.c: qx_initbattery(): initialize battery.packs and b…

    …attery.voltage.low/high/nom if known always (not just if battery.charge or battery.runtime are not served) [networkupstools#1279]
    jimklimov committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    0f08cfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2852d66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0b3e9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb28a1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a6a46e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27e3ffe View commit details
    Browse the repository at this point in the history
  9. drivers/blazer.c: blazer_packs(): extend default batt.volt.high range…

    … when guessing battery.packs count [networkupstools#1279]
    jimklimov committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e9a196f View commit details
    Browse the repository at this point in the history
  10. drivers/nutdrv_qx.c: qx_initbattery(): extend default batt.volt.high …

    …range when guessing battery.packs count [networkupstools#1279]
    jimklimov committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    56befa1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65448a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e2a041c View commit details
    Browse the repository at this point in the history
  13. drivers/nutdrv_qx*: rename multiply_battvolt() to qx_multiply_battvol…

    …t() to remain specific about the code source
    jimklimov committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    8c76847 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6fbb680 View commit details
    Browse the repository at this point in the history
  15. drivers/nutdrv_qx.c: qx_multiply_battvolt(): init temporary "s" to 0 …

    …(so if sscanf() somehow fails/skips, we have a non-toxic outcome)
    jimklimov committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    64ca5a9 View commit details
    Browse the repository at this point in the history
  16. drivers/nutdrv_qx.c: qx_initbattery(): adjust initially known "batter…

    …y.voltage" right away, if we know the batt.packs and that battery_voltage_reports_one_pack [networkupstools#1279]
    jimklimov committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9d33938 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    3c0ab13 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    f27baaf View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    100793f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    b86e158 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    c4b3413 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    757813e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    b60344c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    d56a6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba3b8c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    973c95f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    5c251c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. drivers/nutdrv_qx.c: should we not use correct battery_voltage_report…

    …s_one_pack_considered every loop?
    jimklimov committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b6e9a6b View commit details
    Browse the repository at this point in the history
  2. drivers/nutdrv_qx_voltronic.c: cover another path to "battery.voltage…

    …" with qx_multiply_battvolt()
    jimklimov committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    34acab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d63bf88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e3e9df View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    d78e005 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    5871147 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    343e206 View commit details
    Browse the repository at this point in the history
  2. drivers/blazer_{ser,usb}.c, drivers/nutdrv_qx.c: re-bump driver versi…

    …ons since master versions moved while the PR networkupstools#1652 was queued
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    630ebed View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    1b9302c View commit details
    Browse the repository at this point in the history
  2. drivers/nutdrv_qx.c: dial back down the batt.volt.high guesstimation …

    …to 130/120 of the nominal (back from experimental 150/120) [networkupstools#1652]
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6c0032e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    8e36cea View commit details
    Browse the repository at this point in the history