You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hallo,
Folgende Konfiguration:
SMA SHM 2.0 Firmware 2.15.6.R
STP10.0-3SE-40 Firmware 3.05.26.R
Easee Home Wallbox
ID4
Obwohl Batterie entladen gesperrt sein sollte, wird diese während des Schnelladens immer wieder kurz aktiv und somit entladen.
Getestet mit v0.132.0
Mit v0.133.0 gleuches Verhalten
Steps to reproduce
Batterie im SchnelladeModus entladen aktivieren
Schnelladen starten
Configuration details
network:
# schema is the HTTP schema# setting to `https` does not enable https, it only changes the way URLs are generatedschema: http# host is the hostname or IP address# if the host name contains a `.local` suffix, the name will be announced on MDNS# docker: MDNS announcements don't work. host must be set to the docker host's name.host: evcc.local# port is the listening port for UI and api# evcc will listen on all available interfacesport: 7070interval: 10s# control cycle interval# database configuration for persisting charge sessions and settings# database:# type: sqlite# dsn: <path-to-db-file># sponsor token enables optional features (request at https://sponsor.evcc.io)sponsortoken: xxx# telemetry enables aggregated statistics## Telemetry allows collecting usage data (grid and green energy, charge power).# Data is aggregated, no individual charging sessions are tracked. The collected,# anonymous data can be retrieved using https://api.evcc.io.## See https://github.com/evcc-io/evcc/pull/4343 or details.## For time being, this is only available to sponsors, hence data is associated with# the sponsor token's identity.#telemetry: trueplant: xxx# log settingslog: infolevels:
site: debuglp-1: debuglp-2: debugID.4: debugcache: errordb: error# modbus proxy for allowing external programs to reuse the evcc modbus connection# each entry will start a proxy instance at the given port speaking Modbus TCP and# relaying to the given modbus downstream device (either TCP or RTU, RS485 or TCP)# meter definitions# name can be freely chosen and is used as reference when assigning meters to site and loadpoints# for documentation see https://docs.evcc.io/docs/devices/metersmeters:
- name: hoymilestype: templatetemplate: hoymiles-opendtuusage: pvhost: 192.168.xx.64 # IP-Adresse oder Hostname
- name: grid_wegtype: templatetemplate: sma-home-managerusage: gridhost: 192.168.xx.78 # IP-Adresse oder Hostname
- name: sma_pvtype: templatetemplate: sma-hybridusage: pv# Modbus TCPmodbus: tcpipid: 3host: 192.168.xx.87 # Hostnameport: 502# Port
- name: sma_batterytype: templatetemplate: sma-hybridusage: battery# Modbus TCPmodbus: tcpipid: 3host: 192.168.xx.87 # Hostnameport: 502# Port# charger definitions# name can be freely chosen and is used as reference when assigning charger to vehicle# for documentation see https://docs.evcc.io/docs/devices/chargerschargers:
- name: EHHTXHJJtype: templatetemplate: easeeuser: xx# Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)password: xx # Passwor# Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)#charger: EHRDLBZFcharger: EHHTXHJJ
- name: EHRDLBZFtype: templatetemplate: easeeuser: xx # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)password: xx # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)charger: EHRDLBZF# charger: EHHTXHJJ# vehicle definitions# name can be freely chosen and is used as reference when assigning vehicle to loadpoint# for documentation see https://docs.evcc.io/docs/devices/vehiclesvehicles:
- name: ID.4type: templatetemplate: idtitle: ID.4 # Optionaluser: xx # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)password: xx # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)vin: xx# Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind # Optionalcapacity: 77# Akkukapazität in kWh # Optional # site describes the EVU connection, PV and home batterysite:
title: Weg # display name for UImeters:
grid: # grid metergrid_wegpv:
- hoymiles # list of pv inverters/ meters
- sma_pvbattery:
- sma_battery # list of battery meters# aux:# - aux # list of auxiliary meters for adjusting grid operating pointresidualPower: 150# additional household usage margin#prioritySoc: 0 # give home battery priority up to this soc (empty to disable)#bufferSoc: 0 # continue charging on battery above soc (0 to disable)#bufferStartSoc: 0 # start charging on battery above soc (0 to disable)maxGridSupplyWhileBatteryCharging: 0# ignore battery charging if AC consumption is above this value#smartCostLimit: 0 # set cost limit for automatic charging in PV mode# loadpoint describes the charger, charge meter and connected vehicleloadpoints:
- title: Parkplatzcharger: EHHTXHJJmode: pvphases: 0# automatischmincurrent: 6maxcurrent: 12#resetOnDisconnect: true
- title: Garagecharger: EHRDLBZFmode: pvphases: 0# automatischmincurrent: 6maxcurrent: 12#resetOnDisconnect: true# tariffs are the fixed or variable tariffstariffs:
currency: EUR # three letter ISO-4217 currency code (default EUR)grid:
# either static grid price (or price zones)type: fixedprice: 0.3446# EUR/kWh# or variable tariffs# type: tibber# token: "xx" # access token# homeid: "xx-xx-xx-xx" # optional if multiple homes associated to account# type: awattar# region: de # optional, choose at for Austria# charges: # optional, additional charges per kWh# tax: # optional, additional tax (0.1 for 10%)# type: elering # Nordpool# region: ee # or lt, lv, fi# charges: # optional, additional charges per kWh# tax: # optional, additional tax (0.1 for 10%)# type: energinet # Energinet using the price in DKK# region: dk1 # or dk2# charges: # optional, additional charges per kWh# tax: # optional, additional tax (0.1 for 10%)feedin:
# rate for feeding excess (pv) energy to the gridtype: fixedprice: 0.08# EUR/kWhco2:
# co2 tariff provides co2 intensity forecast and is for co2-optimized target charging if no variable grid tariff is specifiedtype: grünstromindex # GrünStromIndex (Germany only)zip: xx# type: electricitymaps # https://app.electricitymaps.com/map# uri: <uri># token: <token># zone: DE# mqtt message brokermqtt:
broker: localhost:1883topic: evcc # root topic for publishing, set empty to disableuser: Mosquittopassword: xx# influx databaseinflux:
# url: http://localhost:8086# database: evcc# user:# password:# eebus credentialseebus:
# uri: # :4712# interfaces: # limit eebus to specific network interfaces# - en0# certificate: # local signed certificate, required, can be generated via `evcc eebus-cert`# public: # public key# private: # private key# push messagesmessaging:
events:
start: # charge start eventtitle: Charge startedmsg: Started charging in "${mode}" modestop: # charge stop eventtitle: Charge finishedmsg: Finished charging ${chargedEnergy:%.1fk}kWh in ${chargeDuration}.connect: # vehicle connect eventtitle: Car connectedmsg: "Car connected at ${pvPower:%.1fk}kW PV"disconnect: # vehicle connected eventtitle: Car disconnectedmsg: Car disconnected after ${connectedDuration}soc: # vehicle soc update eventtitle: Soc updatedmsg: Battery charged to ${vehicleSoc:%.0f}%guest: # vehicle could not be identifiedtitle: Unknown vehiclemsg: Unknown vehicle, guest connected?services:
# - type: pushover# app: # app id# recipients:# - # list of recipient ids# - type: telegram# token: # bot id# chats:# - # list of chat ids# - type: email# uri: smtp://<user>:<password>@<host>:<port>/?fromAddress=<from>&toAddresses=<to># - type: ntfy# uri: https://<host>/<topics># priority: <priority># tags: <tags>
Describe the bug
Hallo,
Folgende Konfiguration:
SMA SHM 2.0 Firmware 2.15.6.R
STP10.0-3SE-40 Firmware 3.05.26.R
Easee Home Wallbox
ID4
Obwohl Batterie entladen gesperrt sein sollte, wird diese während des Schnelladens immer wieder kurz aktiv und somit entladen.
Getestet mit v0.132.0
Mit v0.133.0 gleuches Verhalten
Steps to reproduce
Configuration details
Log details
What type of operating system or environment does evcc run on?
HomeAssistant Add-on
Nightly build
Version
0.133.0
The text was updated successfully, but these errors were encountered: