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

395 keep settings up to date with gui v1 #414

Merged
merged 11 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. Generator start/stop improvements

    - Add Warm-up and Cool-down states
      - RunTime is shown while warming-up and cooling down too
    - Add warm-up and Cool-down times, but only if generator is on AC-1.
    - Add feature to stop Generator when AC2 becomes available
      - This replaces the old AC1 switch, with a dropdown selector that ensures it
        can only be active on one of the inputs
    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    820b189 View commit details
    Browse the repository at this point in the history
  2. Change the maxlength for the wifi password to 63 characters

    As reported here, victronenergy/venus#1002, there are
    users with really long passwords. This changes the gui to accept such a long
    password.
    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f58b700 View commit details
    Browse the repository at this point in the history
  3. use VeQItemTableModel for PV-inverters

    This avoids having to use an additional setting to store the
    InverterIds.
    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2441031 View commit details
    Browse the repository at this point in the history
  4. Don't invalidate product information after it disconnected

    When a product disappears all its values used to be invalidated, including
    the product information (so it is also impossible to see which product got
    disconnected). Since it is now possible to show the last valid values,
    switch to that for the product information.
    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4fced96 View commit details
    Browse the repository at this point in the history
  5. ess: peak-shave menu entry

    Once the battery is discharged to the active/minimum SOC limit,
    this option allows the user to choose whether discharge should
    be completely disabled, or if it should remain enabled only
    to observe the AC input current limit of the Multi/Quattro.
    
    This option is meant for systems that should always do peak
    shaving.
    
    Since peak-shaving is always done when the ESS mode is
    KeepBatteriesCharged, we also show a read-only "Always" when
    in this mode.
    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    530206e View commit details
    Browse the repository at this point in the history
  6. add Polish language

    Add a new language: Polish.
    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    15d43a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e0adc6 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6a91e82 View commit details
    Browse the repository at this point in the history
  9. Add Danish language

    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    126d9cc View commit details
    Browse the repository at this point in the history
  10. scheduled charging can also be used for discharge

    Improve the ESS Scheduled menu to more clearly indicate
    when a scheduled operation is active, what SOC is being
    targeted, and to provide an option to self-consume
    battery energy above the limit.
    
    The use case for this is when a schedule with a lower
    SOC limit follows one with a higher limit. The user may
    want to self-consume down to the lower level.
    
    victronenergy/venus#970
    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7c38eb5 View commit details
    Browse the repository at this point in the history
  11. Clean up DataPoint api

    The sourceType, value, min, and max properties should all be
    read-only, to make it clear that changing them has no effect
    in the backend.
    DanielMcInnes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b6b28e1 View commit details
    Browse the repository at this point in the history