evcc icon indicating copy to clipboard operation
evcc copied to clipboard

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

Open docolli opened this issue 2 months ago • 2 comments

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 avatar May 02 '24 09:05 docolli