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

Fix: use battery when in full solar-passthrough #1424

Merged
merged 2 commits into from
Nov 27, 2024

Commits on Nov 26, 2024

  1. Fix: use battery when in full solar-passthrough

    re-using the unconditional full solar-passthrough implementation does
    not work if the battery is full (full solar-passthrough active) while
    the grid consumption is higher than the solar output. we then only
    produce as much power as is available from the charge controllers, where
    we actually should match the grid cosumption by also using the battery's
    power.
    
    notice that this makes "uncondictional full solar-passthrough" (the DPL
    mode of operation set through MQTT) something different than just "full
    solar-passthrough", as was before #1216 (support for multiple DPL
    inverters) was merged.
    schlimmchen committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8602bed View commit details
    Browse the repository at this point in the history
  2. DPL: optimize verbose logging output

    * avoid redundant information
    * log missing information/settings
    * improve reading flow
    * drop function names in prefix
    schlimmchen committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ecaa421 View commit details
    Browse the repository at this point in the history