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

Update master branch #993

Merged
merged 273 commits into from
Feb 28, 2024
Merged

Update master branch #993

merged 273 commits into from
Feb 28, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    f72bbe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf9d2b View commit details
    Browse the repository at this point in the history
  3. enable BMS over config, if disabled by default

    Now you can also add more then one BMS for BMS_TYPE
    mr-manuel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    240c373 View commit details
    Browse the repository at this point in the history
  4. show battery port in log

    mr-manuel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    790fa04 View commit details
    Browse the repository at this point in the history
  5. ANT BMS fixes

    Fixed that other devices are recognized as ANT BMS
    mr-manuel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    1c62252 View commit details
    Browse the repository at this point in the history
  6. Sinowealth BMS fixes

    Fixed that other devices are recognized as Sinowealth BMS
    mr-manuel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    3c11a1b View commit details
    Browse the repository at this point in the history
  7. improved publish_battery error handling

    switched from error count to seconds
    mr-manuel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    d0a9d19 View commit details
    Browse the repository at this point in the history
  8. Improve Battery Voltage Handling in Linear Absorption Mode

    * Refactor change time() to int(time()) for consistency in max_voltage_start_time and tDiff calculation
    * Refactor battery voltage calculations for efficiency and clarity
    * Remove penalty_buffer
    * Reset max_voltage_start_time wenn we going to bulk(dynamic) mode
    ogurevich committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    e375512 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a904aae View commit details
    Browse the repository at this point in the history
  10. updated changelog

    mr-manuel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    041f6a9 View commit details
    Browse the repository at this point in the history
  11. fix reply processing

    transistorgit committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    2eddd50 View commit details
    Browse the repository at this point in the history
  12. Merge pull request Louisvdw#704 from mr-manuel/dev

    Changes 2023.06.11
    mr-manuel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    82dfee5 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #14 from transistorgit/fix_daly_readsentence

    Fix daly readsentence
    mr-manuel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    47473fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    765996a View commit details
    Browse the repository at this point in the history
  15. Reduce the big inrush current, if the CVL jumps

    from Bulk/Absorbtion to Float
    fix Louisvdw#659
    mr-manuel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    80aa06c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ce2f249 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Check returned data lenght for Seplos BMS

    Be stricter about the return data we accept, might fix the problem of grid meters accidently being recognized as a Seplos
    wollew committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    809ae60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dc5d6f View commit details
    Browse the repository at this point in the history
  3. Validate current, voltage, capacity and SoC for all BMS

    This prevents that a device, which is no BMS, is detected as BMS
    mr-manuel committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    882daf5 View commit details
    Browse the repository at this point in the history
  4. removed double check

    mr-manuel committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    16ad3e1 View commit details
    Browse the repository at this point in the history
  5. bump version

    mr-manuel committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3f220d2 View commit details
    Browse the repository at this point in the history
  6. fix validation if None

    mr-manuel committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    19b437b View commit details
    Browse the repository at this point in the history
  7. updated changelog

    mr-manuel committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0245022 View commit details
    Browse the repository at this point in the history
  8. Merge pull request Louisvdw#708 from mr-manuel/dev

    Changes 2023.06.12
    mr-manuel committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6441e56 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    708d254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab8bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cac8bfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9838e4 View commit details
    Browse the repository at this point in the history
  5. updated changelog

    mr-manuel committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a0ba945 View commit details
    Browse the repository at this point in the history
  6. fix rs485 write communication errors by inserting sleeps, add debug p…

    …rint for charge mode and fix crash on write soc failures
    transistorgit committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b0ed2a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ea976a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge pull request #15 from transistorgit/fix_daly_rs485_write_timing

    Fix daly rs485 write timing (write SOC problem)
    mr-manuel committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0765b57 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. debug msg

    transistorgit committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    75dd009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ddd86f View commit details
    Browse the repository at this point in the history
  3. Bluetooth optimizations

    mr-manuel committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c2c102b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb28b61 View commit details
    Browse the repository at this point in the history
  5. fix Louisvdw#712

    mr-manuel committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    02e9140 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47bfeb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd4fd22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51b71d6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Louisvdw#713 from mr-manuel/dev

    Changes 2023.06.15
    mr-manuel committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    84491bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b82c3ae View commit details
    Browse the repository at this point in the history
  11. Merge pull request #16 from transistorgit/fix_time_to_go

    fix meaningless time to go values
    mr-manuel committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    963a668 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    be2a4d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17fd33c View commit details
    Browse the repository at this point in the history
  3. Update hlpdatabms4s.py

    peterohman committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bffffdb View commit details
    Browse the repository at this point in the history
  4. Merge pull request Louisvdw#715 from peterohman/patch-2

    Update hlpdatabms4s.py
    mr-manuel committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d1c1ddd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    605801a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4af10dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    678098e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    abd6915 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. cleanup

    mr-manuel committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b4025b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9225b View commit details
    Browse the repository at this point in the history
  3. small refactor, introduced set_cvl_linear function to set CVL only on…

    …ce every LINEAR_RECALCULATION_EVERY seconds
    ogurevich committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    5a5743b View commit details
    Browse the repository at this point in the history
  4. fix typo

    ogurevich committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f45fb41 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Louisvdw#719 from ogurevich/voltagedroppersecond

    Gradual lowering of the voltage in float transition mode. considering utils.LINEAR_RECALCULATION_EVERY parameter
    mr-manuel committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    2a3a1c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9489b0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8528069 View commit details
    Browse the repository at this point in the history
  8. updated changelog

    mr-manuel committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    3dfeff1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. remove debug msg

    transistorgit committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4b8be76 View commit details
    Browse the repository at this point in the history
  2. remove debug msg

    transistorgit committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cc4ed9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62c020c View commit details
    Browse the repository at this point in the history
  4. undo debug change

    transistorgit committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    12232d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge pull request #17 from transistorgit/auto_set_soc

    Auto set soc
    mr-manuel committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e950009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b384400 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Louisvdw#726 from mr-manuel/dev

    Changes 2023.06.20
    mr-manuel committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4bba9fb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

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

Commits on Jun 27, 2023

  1. fix proposal for Louisvdw#733 (Louisvdw#735)

    * Added: Tollerance to enter float voltage once the timer is triggered
    ogurevich committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    975b5fc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Merge branch 'dev' into dev

    mr-manuel committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    11e546d View commit details
    Browse the repository at this point in the history
  2. Merge pull request Louisvdw#737 from mr-manuel/dev

    added debug and error information for CVL
    mr-manuel committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    bc267e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Add bulk voltage

    Load to bulk voltage every x days to reset the SoC to 100% for some BMS
    mr-manuel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e9d6e55 View commit details
    Browse the repository at this point in the history
  2. JKBMS disable high voltage warning on bulk

    reenable after bulk was completed
    mr-manuel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e7c3f0d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. fixed error

    mr-manuel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    785e221 View commit details
    Browse the repository at this point in the history
  2. disable high voltage warning for all BMS

    when charging to bulk voltage
    mr-manuel committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    35f4009 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. fix error and change default value

    measurementToleranceVariation from 0.025 to 0.5 else in OffGrid mode max voltage is always kept
    mr-manuel committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ca3a366 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge pull request Louisvdw#749 from mr-manuel/dev

    Changes 2023.07.11
    mr-manuel committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a24d6ef View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    a74223c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ece447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b914e8c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    af4ec01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Louisvdw#757 from mr-manuel/dev

    Changes 2023.07.23
    mr-manuel committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    2ed2780 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. make CCL and DCL more clear

    mr-manuel committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e09658c View commit details
    Browse the repository at this point in the history
  2. fix small error

    mr-manuel committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ae4f21a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    697178b View commit details
    Browse the repository at this point in the history
  2. black formatting

    Strawder, Paul committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    adeef9d View commit details
    Browse the repository at this point in the history
  3. Merge pull request Louisvdw#760 from idstein/bugfix/jbdbms-soc

    bugfix: LLTJBD BMS SOC different in Xiaoxiang app and dbus-serialbattery
    mr-manuel committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    310bba9 View commit details
    Browse the repository at this point in the history
  4. JDB BMS - Control FETs for charge, discharge and disable / enable bal…

    …ancer (Louisvdw#761)
    
    * feature: Allow to control charge / discharge FET
    * feature: Allow to enable / disable balancer
    idstein committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a453f68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e326a86 View commit details
    Browse the repository at this point in the history
  6. bugfix: Cycle Capacity is in 10 mAh

    Fixes SoC with factor 100 * 100% percentage
    idstein committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1bf3b7a View commit details
    Browse the repository at this point in the history
  7. Merge pull request Louisvdw#762 from idstein/patch-1

    bugfix: Cycle Capacity is in 10 mAh
    mr-manuel committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    15514bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4b9552 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    785fd16 View commit details
    Browse the repository at this point in the history
  2. Bump version

    mr-manuel committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c7d2ad1 View commit details
    Browse the repository at this point in the history
  3. Fix typos

    mr-manuel committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4e93d6a View commit details
    Browse the repository at this point in the history
  4. Merge pull request Louisvdw#789 from mr-manuel/dev

    Changes 2023.08.27
    mr-manuel committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    0131221 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Smaller fixes

    mr-manuel committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    47cb3ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request Louisvdw#794 from mr-manuel/dev

    Smaller fixes
    mr-manuel committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f07d953 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Removed comments from utils.py

    This should make more clear that there are no values to change
    mr-manuel committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ff4c886 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    mr-manuel committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    048db0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54055b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Louisvdw#796 from mr-manuel/dev

    Changes 2023.09.04
    mr-manuel committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    251dcc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. bugfix: LLT/JBD BMS general packet data size check

    Strawder, Paul committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1a22ea3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Louisvdw#798 from idstein/bugfix/llt-jdb-general-d…

    …ata-temp-sensor-count
    
    bugfix: LLT/JBD BMS general packet data size check
    mr-manuel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b07cf18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2b465e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    044f066 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e9a2ee View commit details
    Browse the repository at this point in the history
  6. Merge pull request Louisvdw#799 from mr-manuel/dev

    Changes 2023.09.05
    mr-manuel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1137b3e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Support for Daly CAN Bus (Louisvdw#169)

    * support for Daly CAN Bus
    * fix constructor args
    * revert port, needs fix
    * add can filters
    * comment logger
    
    Some changes are still needed to work with the latest version. They will follow in a next PR.
    
    ---------
    
    Co-authored-by: Samuel Brucksch <samuel@iternio.com>
    Co-authored-by: Manuel <mr-manuel@outlook.it>
    3 people committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b1880f5 View commit details
    Browse the repository at this point in the history
  2. JKBMS BLE - Introduction of automatic SOC reset (HW Version 11) (Loui…

    …svdw#736)
    
    * Introduction of automatic SOC reset for JK BMS (HW Version 11)
    * Fixed value mapping
    * Rework of the code to make it simpler to use without additional configuration.
    Moved execution of SOC reset. It's now executed while changing from "Float" to "Float Transition".
    * Implementation of suggested changes
    Persist initial BMS OVP and OVPR settings
    Make use of max_cell_voltage to calculate trigger value for OVP alert
    ArendsM committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    7c5f1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4aef1c View commit details
    Browse the repository at this point in the history
  4. added CAN bms to installation script

    optimized CAN drivers
    mr-manuel committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a84a29b View commit details
    Browse the repository at this point in the history
  5. Merge pull request Louisvdw#806 from mr-manuel/dev

    Changes 2023.09.17 CAN-bus adoption
    mr-manuel committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    88274bf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. smaller fixes

    mr-manuel committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7be087f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81c20ff View commit details
    Browse the repository at this point in the history
  3. Merge pull request Louisvdw#810 from mr-manuel/dev

    Changes 2023.09.19
    mr-manuel committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4c2b89c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. Moved trigger_soc_reset()

    mr-manuel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1d2a6c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Louisvdw#813 from ArendsM/dev

    Trigger JK BLE SOC reset when using Step Mode
    mr-manuel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fea0eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17e84e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    36ff1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37721c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3907fb2 View commit details
    Browse the repository at this point in the history
  4. fix typo

    mr-manuel committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    64ef409 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbdefc7 View commit details
    Browse the repository at this point in the history
  6. fix small error

    mr-manuel committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    dd61ed0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 6, 2023

  1. Merge pull request Louisvdw#833 from mr-manuel/dev

    Changes 2023.09.27
    mr-manuel committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f603dfb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. added logging to config

    mr-manuel committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8d8e793 View commit details
    Browse the repository at this point in the history
  2. add sleep before starting driver

    prevents lot of timeouts after reinstalling the driver, since the restart is now much faster than before
    mr-manuel committed Oct 9, 2023
    3 Configuration menu
    Copy the full SHA
    fbd6094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b7405a View commit details
    Browse the repository at this point in the history
  4. Merge pull request Louisvdw#835 from mr-manuel/dev

    Changes 2023.10.09
    mr-manuel committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    71c3efe View commit details
    Browse the repository at this point in the history
  5. changed post install info

    mr-manuel committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0671ae0 View commit details
    Browse the repository at this point in the history
  6. fix error

    mr-manuel committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d0b1f25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cb6fae View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    7c824db View commit details
    Browse the repository at this point in the history
  2. Merge pull request Louisvdw#839 from mr-manuel/dev

    Daly BMS fixed embedded null byte
    mr-manuel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0b35fbf View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Nov 2, 2023

  1. fix for Louisvdw#716

    mr-manuel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7c38c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    770781a View commit details
    Browse the repository at this point in the history
  3. optimized logging

    mr-manuel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f892231 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Louisvdw#848 from mr-manuel/dev

    Changes 2023.11.02
    mr-manuel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a6d45e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix JKBMS recognition

    mr-manuel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    fb9b213 View commit details
    Browse the repository at this point in the history
  2. added debugging

    mr-manuel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a12a27c View commit details
    Browse the repository at this point in the history
  3. Merge pull request Louisvdw#851 from mr-manuel/dev

    Changes 2023.11.03
    mr-manuel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a3fe5eb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. fixes Louisvdw#716

    mr-manuel committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    04c7456 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Louisvdw#865 from mr-manuel/dev

    Changes 2023.11.17
    mr-manuel committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9b476a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Merge pull request Louisvdw#873 from Louisvdw/master

    Merge master into dev
    mr-manuel committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    28a5174 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    74f8dc3 View commit details
    Browse the repository at this point in the history
  2. added data types to battery class

    disabled unused variables
    mr-manuel committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    762a7f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f8224d View commit details
    Browse the repository at this point in the history
  4. correct file permissions

    mr-manuel committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e47a7d0 View commit details
    Browse the repository at this point in the history
  5. updated changelog

    mr-manuel committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    5f5cb6d View commit details
    Browse the repository at this point in the history
  6. Merge pull request Louisvdw#876 from mr-manuel/dev

    Changes 2023.11.26
    mr-manuel committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    da73f05 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Nov 28, 2023

  1. fix some small errors

    mr-manuel committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c548092 View commit details
    Browse the repository at this point in the history
  2. fix issue with ruuvi tags

    When there are hundreds of unused ruuvi tags in the settings list that where added because thei where nearby the driver does not start correctly. These stale entries are disabled on the driver startup.
    The issue was already filed to Victron developers
    mr-manuel committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0e6dbd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Louisvdw#880 from mr-manuel/dev

    Changes 2023.11.28
    mr-manuel committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c6d5bb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    9f79cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c7bd7c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. docu enhancement

    cflenker committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    58964ab View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 17, 2023

  1. Merge pull request Louisvdw#882 from cflenker/cflenker/cvl_icontroller

    Enhancement of CVL-controller
    mr-manuel committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    4dd0e03 View commit details
    Browse the repository at this point in the history
  2. round temperatures

    mr-manuel committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    0e97d9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc0868 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b393c58 View commit details
    Browse the repository at this point in the history
  5. Fixes Louisvdw#891

    mr-manuel committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    8813763 View commit details
    Browse the repository at this point in the history
  6. updated changelog

    mr-manuel committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    10bd19e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f557815 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27276d5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Louisvdw#890 from Marvo2011/usb-ble-dev

    Add setting and install logic for usb bluetooth module
    mr-manuel committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    3767a95 View commit details
    Browse the repository at this point in the history
  10. Merge pull request Louisvdw#893 from mr-manuel/dev

    Changes 2023.12.17
    mr-manuel committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    6093426 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    f52f21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e6d1d0 View commit details
    Browse the repository at this point in the history
  3. Restart MAX_VOLTAGE_TIME_SEC if cell diff > CELL_VOLTAGE_DIFF_KEEP_MA…

    …X_VOLTAGE_TIME_RESTART
    cflenker committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    15aa22e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Merge pull request Louisvdw#895 from cflenker/chfl/float_transition

    Condition for transition to float
    mr-manuel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    06dff6d View commit details
    Browse the repository at this point in the history
  2. Calculation of the SOC based on coloumb-counting (Louisvdw#868)

    * Calculation of the SOC in the driver based on coloumb-counting
    
    * soc_calc: add current correction before integration
    
    * soc_calc: correction map for current
    
    * Soc_calc: CorrectionMap, switch to turn on/off correction, selectable initial value
    
    * soc_calc: Bugfix
    
    * soc_calc: Bugfix
    
    * store soc in dbus for restart
    
    * store soc in dbus for restart (formatted)
    
    * store soc in dbus for restart (bugfix)
    
    * save soc_calc only after change > 1.0
    
    * store soc in dbus for restart (bugfix)
    
    * logger does not work this way. do not know why
    
    * writing and reading to dbus works
    
    * Removed options: SOC_CALC_CURRENT_CORRECTION, SOC_CALC_RESET_VALUE_ON_RESTART, SOC_CALC_INIT_VALUE
    sort soc_calc alphabetically
    
    * fixed comments
    cflenker committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    1500b1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request Louisvdw#830 from Marvo2011/dev

    LLT/JBD BMS - Some changes for lost bluetooth connection / hci_uart stack restart
    mr-manuel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    f67f363 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into dev

    mr-manuel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    6a5ed30 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Louisvdw#896 from mr-manuel/dev

    Fix some errors
    mr-manuel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    4f4f1c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    736958a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddf0466 View commit details
    Browse the repository at this point in the history
  8. Changed: Code optimizations

    - Changed some variables to be more clear
    - Added comments for easier code understanding
    mr-manuel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9635344 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5327136 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    761a99e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68ee01d View commit details
    Browse the repository at this point in the history
  12. Changed: Code optimizations

    - Changed some variables to be more clear
    - Added comments for easier code understanding
    mr-manuel committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2f8a98d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    354e1c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    374537a View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Fix Louisvdw#898

    mr-manuel committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    8f1f16d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9779b2e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

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

Commits on Jan 12, 2024

  1. Added nightly install option

    makes it easier for users to pretest fixes
    mr-manuel committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6da7dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6222121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da0f524 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Louisvdw#918 from mr-manuel/dev

    Changes 2024.01.12
    mr-manuel committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    976ef06 View commit details
    Browse the repository at this point in the history
  5. Fixes Louisvdw#919

    mr-manuel committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ea69264 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15193be View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Changed: Exit script with error, if port excluded

    else the serialstarter stops at the dbus-serialbattery
    mr-manuel committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    fdf305c View commit details
    Browse the repository at this point in the history
  2. Fixed some smaller errors

    mr-manuel committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3604f17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    555ff13 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Fix JK BMS connection restart when bluetooth fails.

    This fix installs a new thread to monitor the state of the original
    scraping thread.
    If scraping thread dies, it verifies that it did not because the
    scraping was intentionally stopped by calling stop_scrapping.
    When restarting the scrapper, it first calls the bluetooth
    reset lambda function that was passed in the class contructor, such that
    bluetooth is ready to make a proper connection.
    cupertinomiranda authored and cupermir committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    7946a5c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Merge pull request Louisvdw#941 from cupertinomiranda/jkbms_restart_c…

    …onnection
    
    Fix JK BMS connection restart when bluetooth fails.
    Fixes Louisvdw#720
    Fixes Louisvdw#915
    mr-manuel committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3c2401a View commit details
    Browse the repository at this point in the history
  2. Fixes Louisvdw#916

    mr-manuel committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2da6bae View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into dev

    mr-manuel committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    fe52db6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Louisvdw#942 from mr-manuel/dev

    Changes 2024.01.28
    mr-manuel committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    5e025e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9c00a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Fix Louisvdw#840

    mr-manuel committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    5bf555d View commit details
    Browse the repository at this point in the history
  2. Small code formatting fixes

    mr-manuel committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f27bea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38dd5e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1a4096 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5afae97 View commit details
    Browse the repository at this point in the history
  6. Update daly_can.py

    Fixing Louisvdw#950 for DalyBMS
    p0l0us authored and mr-manuel committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    d140459 View commit details
    Browse the repository at this point in the history
  7. Update jkbms_can.py

    Fixing Louisvdw#950 for Jk BMS
    p0l0us authored and mr-manuel committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    97a7bb9 View commit details
    Browse the repository at this point in the history
  8. Fix black lint check

    mr-manuel committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    efd9150 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Fixes Louisvdw#970

    mr-manuel committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    babbd0d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    6218fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a17806 View commit details
    Browse the repository at this point in the history
  3. Update config description

    mr-manuel committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4fe25b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48bfce7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    89ad52d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa0939 View commit details
    Browse the repository at this point in the history
  3. Add changelog info

    mr-manuel committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ea912bc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Round sum and diff voltage

    mr-manuel committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    02728ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be80e36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b96f4f View commit details
    Browse the repository at this point in the history
  4. Added error messages

    mr-manuel committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fe027ab View commit details
    Browse the repository at this point in the history
  5. Remove unneeded code

    mr-manuel committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    93f12f4 View commit details
    Browse the repository at this point in the history
  6. Reset SoC to 0% if empty

    mr-manuel committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cdc9b98 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 22, 2024

  1. Added new GUIv2 version

    mr-manuel committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    58e0720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c53ce94 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Changelog update

    mr-manuel committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    da23ab8 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    - Removed: get_temperatures()
    - Removed: update_last_seen()
    mr-manuel committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    49459d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c956217 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a72ad8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90c617f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

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

Commits on Feb 25, 2024

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

Commits on Feb 26, 2024

  1. Do not show and allow button change when callback is missing for:

    - ForceChargingOff
    - ForceDischargingOff
    - TurnBalancingOff
    mr-manuel committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    47ba13f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    38f66f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759e370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b53406 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee23d5b View commit details
    Browse the repository at this point in the history
  5. Fix warning on reinstall

    mr-manuel committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d86ee0b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    47cd9fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    525d241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f059302 View commit details
    Browse the repository at this point in the history