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

Heating: When set to Off still default LimitSoc is used as new target temperature #13679

Open
docolli opened this issue May 2, 2024 · 2 comments
Labels
stale Outdated and ready to close

Comments

@docolli
Copy link
Sponsor Contributor

docolli commented May 2, 2024

Describe the bug

Have a loadpoint/charger configured as standard charger and set a standard limitSoc via the GUI. Then reconfigure this charger with heating: true. Now every time you set the loadpoint to "Off" the old limitSoc is used as new target temperature.

I would expect the heating loadpoint just keeps the target temperature when set to "Off" and ignores the limitSoc. It is anyhow no longer accessible, when the charger is defined with heating: true.

Steps to reproduce

  1. Define charger without heating: true
  2. Go to plan and set a standard target Soc (e.g. 60%) and set to PV mode
  3. Redefine the charger with heating: true
  4. Set target temperature to 25°C.
  5. Now change mode to "Off"
  6. Target temperature will be set to 60°C
    ...

grafik
grafik
grafik

Configuration details

loadpoints:
- title: Badheizkörper
  charger: mystrom2
  vehicle: heating1

chargers:
- name: mystrom2
  type: template
  template: mystrom
  host: 192.168.1.142
  standbypower: 15
  integrateddevice: true
  heating: true

vehicles:
- name: heating1
  type: custom
  title: Heizstab
  icon: heater
  soc:
    source: http
    uri: http://192.168.1.142/report
    method: GET
    headers:
      - content-type: application/json
    insecure: false
    jq: .temperature
    timeout: 10s

Log details

provided, if needed

What type of operating system are you running?

Linux

Version

0.125.0

@docolli docolli changed the title Heating: When set to Off old LimitSoc is used as new target temperature Heating: When set to Off still default LimitSoc is used as new target temperature May 2, 2024
@VolkerK62
Copy link
Contributor

Ich würde sagen, works as designed.
Du hast das Fahrzeug fest dem Loadpoint zugewiesen.
Durch "off" wird es "abgesteckt" und durch die feste Zuweisung "direkt wieder verbunden" und dann wirkt der eingestellte limitsoc.

@docolli
Copy link
Sponsor Contributor Author

docolli commented May 2, 2024

Naja, dann sollte ich auch Zugriff auf limitSoc bei einem Heating loadpoint/charge bekommen um das einstellen zu können. 😉
So ist das inkonsistent.
Mir schon klar, dass das Heating-Feature noch eine Baustelle ist und ich erwarte noch keine Perfektion. Ist mir halt beim Benutzen aufgefallen, da ich ab und zu den Heizstab manuell ausmache und er mir dann immer wieder ungewollt auf 60°C gesprungen ist.

Entweder wirkt der limitSoc bei einem Heating loadpoint nicht, oder man bekommt Zugriff auf den Wert, der bei "off" gesetzt wird.

@github-actions github-actions bot added the stale Outdated and ready to close label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Outdated and ready to close
Projects
None yet
Development

No branches or pull requests

2 participants