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

Add SG Ready charger #17735

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add SG Ready charger #17735

wants to merge 2 commits into from

Conversation

andig
Copy link
Member

@andig andig commented Dec 14, 2024

This PR adds a configurable SG Ready charger.

Refs #7207, #17731 and #1875.

This really is just a custom charger with the Status/Enable/Enabled logic tweaked to treat Boost mode as enabled and Normal mode as disabled as suggested in #7207 (comment):

Meiner Ansicht näch wäre es perfekt wenn der Charger bei PV Überschluss oder mit Ladeplan den SG-Ready Eingang 1 (Betriebszustand 3 "forcierter Betrieb") schalten würde. Dadurch würden die in der Wärmepumpe konfigurierten höheren Werte für WW und Heizen angefahren.

Configuration:

GetMode   provider.Config
SetMode   provider.Config
Power     *provider.Config // optional
Energy    *provider.Config // optional
Temp      *provider.Config // optional
LimitTemp *provider.Config // optional

Get/Set Mode must handle the following modes (implementation follows what is done for battery control templates):

  1. Normal
  2. Boost
  3. Stop (Dimm)

Temp/ LimitTemp would most likely be used for reservoir or warm water temperature.

TODO

  • use stop mode together with SteuVE improvements (out of scope)

@andig andig added devices Specific device support backlog Things to do later experimental Experimental feature labels Dec 14, 2024
@andig andig requested a review from premultiply December 14, 2024 13:05
@VolkerK62
Copy link
Contributor

VolkerK62 commented Dec 15, 2024

Das ist cool. Aktuell hab ich meine WP mit 2 Loadpoints implementiert.

  1. als "dauerhafter" Verbraucher um die Leistung zu erfassen
  2. um den boost Mode ein/aus zu schalten

Verstehe ich das richtig, dass das dann in einem Loadpoint erfolgt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Things to do later devices Specific device support experimental Experimental feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants