evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.4k stars 620 forks source link

SMA STP SE: Aktive Batteriesteuerung - Entladesperre wirkt nicht #16460

Open MarSlz opened 2 days ago

MarSlz commented 2 days ago

Describe the bug

Beim schnellen Laden wird die Batterie entladen, obwohl diese als gesperrt angezeigt wird. image

Zudem scheint

Hardware: SMA Hybrid Wechselrichter SUNNY TRIPOWER 10.0 SE Firmware-Version | 3.4.21.R Batterie-Hersteller | SMA

Steps to reproduce

  1. SMA Hybridwechselrichter einrichten
  2. Entladung beim Schnelladen verhindern aktivieren
  3. Auto laden

Configuration details

network:
  # schema is the HTTP schema
  # setting to `https` does not enable https, it only changes the way URLs are generated
  schema: 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 interfaces
  port: 7070

interval: 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: xxxxx

# 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: true
plant: xxxxx

# log settings
log: info
levels:
  site: debug
  lp-1: debug
  lp-2: debug
  ID.4: debug
  cache: error
  db: 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)
modbusproxy:
  #  - port: 5200
  #    uri: solar-edge:502
  #    # rtu: true
  #    # readonly: true

# 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/meters
meters:
  - name: hoymiles
    type: template
    template: hoymiles-opendtu
    usage: pv
    host: 192.168.177.64 # IP-Adresse oder Hostname

  - name: grid
    type: template
    template: sma-home-manager
    usage: grid
    host: 192.168.177.78 # IP-Adresse oder Hostname 

  - name: sma_pv
    type: template
    template: sma-hybrid
    usage: pv

    # Modbus TCP
    modbus: tcpip
    id: 3
    host: 192.168.177.10 # Hostname 
    port: 502 # Port

  - name: sma_battery
    type: template
    template: sma-hybrid
    usage: battery

    # Modbus TCP
    modbus: tcpip
    id: 3
    host: 192.168.177.10 # Hostname
    port: 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/chargers
chargers:
  - name: EHHTXHJJ
    type: template
    template: easee
    user:  # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
    password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
    #charger: EHRDLBZF
    charger: EHHTXHJJ

  - name: EHRDLBZF
    type: template
    template: easee
    user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
    password:  # 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/vehicles
vehicles:
  - name: ID.4
    type: template
    template: id
    title: ID.4 # Optional
    user:  # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
    password:  # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
    vin: # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind # Optional
    capacity: 77 # Akkukapazität in kWh # Optional 

# site describes the EVU connection, PV and home battery
site:
  title: Regaweg # display name for UI
  meters:
    grid:  # grid meter
      grid
    pv:
      - hoymiles # list of pv inverters/ meters
      - sma_pv
    battery:
      - sma_battery # list of battery meters
#    aux:
#      - aux # list of auxiliary meters for adjusting grid operating point
  residualPower: 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 vehicle
loadpoints:
- title: Parkplatz
  charger: EHHTXHJJ
  mode: pv
  phases: 0 # automatisch
  mincurrent: 6
  maxcurrent: 12
  #resetOnDisconnect: true

- title: Garage
  charger: EHRDLBZF
  mode: pv
  phases: 0 # automatisch
  mincurrent: 6
  maxcurrent: 12
  #resetOnDisconnect: true

# tariffs are the fixed or variable tariffs
tariffs:
  currency: EUR # three letter ISO-4217 currency code (default EUR)
  grid:
    # either static grid price (or price zones)
    type: fixed
    price: 0.32 # EUR/kWh

    # or variable tariffs
    # type: tibber
    # token: "476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4" # access token
    # homeid: "cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c" # 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 grid
    type: fixed
    price: 0.08 # EUR/kWh
  co2:
    # co2 tariff provides co2 intensity forecast and is for co2-optimized target charging if no variable grid tariff is specified
   type: grünstromindex # GrünStromIndex (Germany only)
   zip: 30559

    # type: electricitymaps # https://app.electricitymaps.com/map
    # uri: <uri>
    # token: <token>
    # zone: DE

# mqtt message broker
mqtt:
  broker: localhost:1883
  topic: evcc # root topic for publishing, set empty to disable
  user: 
  password: 

# influx database
influx:
  # url: http://localhost:8086
  # database: evcc
  # user:
  # password:

# eebus credentials
eebus:
  # 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 messages
messaging:
  events:
    start: # charge start event
      title: Charge started
      msg: Started charging in "${mode}" mode
    stop: # charge stop event
      title: Charge finished
      msg: Finished charging ${chargedEnergy:%.1fk}kWh in ${chargeDuration}.
    connect: # vehicle connect event
      title: Car connected
      msg: "Car connected at ${pvPower:%.1fk}kW PV"
    disconnect: # vehicle connected event
      title: Car disconnected
      msg: Car disconnected after ${connectedDuration}
    soc: # vehicle soc update event
      title: Soc updated
      msg: Battery charged to ${vehicleSoc:%.0f}%
    guest: # vehicle could not be identified
      title: Unknown vehicle
      msg: 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>

Log details

[sma   ] TRACE 2024/10/02 17:27:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[site  ] DEBUG 2024/10/02 17:27:18 ----
[lp-1  ] DEBUG 2024/10/02 17:27:18 charge power: 4127W
[lp-1  ] DEBUG 2024/10/02 17:27:18 charge currents: [5.91 5.99 5.99]A
[site  ] WARN 2024/10/02 17:27:18 planner: no matching rate
[modbus] TRACE 2024/10/02 17:27:18 modbus: send 03 c9 00 00 00 06 03 03 78 35 00 02
[modbus] TRACE 2024/10/02 17:27:18 modbus: recv 03 c9 00 00 00 07 03 03 04 00 00 01 ba
[modbus] TRACE 2024/10/02 17:27:18 modbus: send 03 ca 00 00 00 06 03 03 78 f1 00 02
[sma   ] TRACE 2024/10/02 17:27:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[modbus] TRACE 2024/10/02 17:27:18 modbus: recv 03 ca 00 00 00 07 03 03 04 00 00 01 45
[modbus] TRACE 2024/10/02 17:27:18 modbus: send 03 cb 00 00 00 06 03 03 77 31 00 04
[modbus] TRACE 2024/10/02 17:27:18 modbus: recv 03 cb 00 00 00 0b 03 03 08 00 00 00 00 00 4b 78 70
[site  ] DEBUG 2024/10/02 17:27:18 pv power: 810W
[modbus] TRACE 2024/10/02 17:27:18 modbus: send 03 cc 00 00 00 06 03 04 7a a3 00 02
[modbus] TRACE 2024/10/02 17:27:18 modbus: recv 03 cc 00 00 00 07 03 04 04 00 00 0f a1
[modbus] TRACE 2024/10/02 17:27:18 modbus: send 03 cd 00 00 00 06 03 04 7a a1 00 02
[modbus] TRACE 2024/10/02 17:27:18 modbus: recv 03 cd 00 00 00 07 03 04 04 00 00 00 00
[modbus] TRACE 2024/10/02 17:27:18 modbus: send 03 ce 00 00 00 06 03 03 7a a9 00 04
[modbus] TRACE 2024/10/02 17:27:18 modbus: recv 03 ce 00 00 00 0b 03 03 08 00 00 00 00 00 04 c3 70
[modbus] TRACE 2024/10/02 17:27:18 modbus: send 03 cf 00 00 00 06 03 03 78 7d 00 02
[modbus] TRACE 2024/10/02 17:27:18 modbus: recv 03 cf 00 00 00 07 03 03 04 00 00 00 20
[site  ] DEBUG 2024/10/02 17:27:18 battery soc: 32%
[site  ] DEBUG 2024/10/02 17:27:18 battery power: 4001W
[site  ] DEBUG 2024/10/02 17:27:18 grid meter: 24W
[site  ] DEBUG 2024/10/02 17:27:18 grid powers: [-123 -109 257]W
[site  ] DEBUG 2024/10/02 17:27:18 grid currents: [-1.29 -1.4 1.61]A
[site  ] DEBUG 2024/10/02 17:27:18 site power: 4175W
[lp-1  ] DEBUG 2024/10/02 17:27:18 detected active phases: 3p
[lp-1  ] DEBUG 2024/10/02 17:27:18 charge total import: 4297.657kWh
[lp-1  ] DEBUG 2024/10/02 17:27:18 charger status: C
[lp-1  ] DEBUG 2024/10/02 17:27:18 soc estimated: 21.17% (vehicle: 20.00%)
[lp-1  ] DEBUG 2024/10/02 17:27:18 vehicle soc: 21%
[lp-1  ] DEBUG 2024/10/02 17:27:18 vehicle soc limit: 50%
[lp-1  ] DEBUG 2024/10/02 17:27:18 vehicle range: 89km
[lp-1  ] DEBUG 2024/10/02 17:27:18 available power -48W < 4140W min 3p threshold
[lp-1  ] DEBUG 2024/10/02 17:27:18 phase scale1p in 18s
[lp-1  ] DEBUG 2024/10/02 17:27:18 pv charge current: 0A = 6A + -6.05A (4175W @ 3p)
[lp-1  ] DEBUG 2024/10/02 17:27:18 projected site power 1415W >= 0W disable threshold
[lp-1  ] DEBUG 2024/10/02 17:27:18 pv disable in 18s
[lp-1  ] DEBUG 2024/10/02 17:27:18 pv disable timer remaining: 18s
[sma   ] TRACE 2024/10/02 17:27:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:24 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:24 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:24 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:24 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:24 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:26 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:26 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:26 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:26 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:26 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:28 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:28 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:28 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[site  ] DEBUG 2024/10/02 17:27:28 ----
[lp-1  ] DEBUG 2024/10/02 17:27:28 charge power: 4127W
[lp-1  ] DEBUG 2024/10/02 17:27:28 charge currents: [5.91 5.99 5.99]A
[site  ] WARN 2024/10/02 17:27:28 planner: no matching rate
[modbus] TRACE 2024/10/02 17:27:28 modbus: send 03 d0 00 00 00 06 03 03 78 35 00 02
[modbus] TRACE 2024/10/02 17:27:28 modbus: recv 03 d0 00 00 00 07 03 03 04 00 00 01 bc
[modbus] TRACE 2024/10/02 17:27:28 modbus: send 03 d1 00 00 00 06 03 03 78 f1 00 02
[modbus] TRACE 2024/10/02 17:27:28 modbus: recv 03 d1 00 00 00 07 03 03 04 00 00 01 6c
[modbus] TRACE 2024/10/02 17:27:28 modbus: send 03 d2 00 00 00 06 03 03 77 31 00 04
[sma   ] TRACE 2024/10/02 17:27:28 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[modbus] TRACE 2024/10/02 17:27:28 modbus: recv 03 d2 00 00 00 0b 03 03 08 00 00 00 00 00 4b 78 7d
[site  ] DEBUG 2024/10/02 17:27:28 pv power: 851W
[modbus] TRACE 2024/10/02 17:27:28 modbus: send 03 d3 00 00 00 06 03 04 7a a3 00 02
[modbus] TRACE 2024/10/02 17:27:28 modbus: recv 03 d3 00 00 00 07 03 04 04 00 00 0f c0
[modbus] TRACE 2024/10/02 17:27:28 modbus: send 03 d4 00 00 00 06 03 04 7a a1 00 02
[modbus] TRACE 2024/10/02 17:27:28 modbus: recv 03 d4 00 00 00 07 03 04 04 00 00 00 00
[modbus] TRACE 2024/10/02 17:27:28 modbus: send 03 d5 00 00 00 06 03 03 7a a9 00 04
[modbus] TRACE 2024/10/02 17:27:28 modbus: recv 03 d5 00 00 00 0b 03 03 08 00 00 00 00 00 04 c3 7c
[modbus] TRACE 2024/10/02 17:27:28 modbus: send 03 d6 00 00 00 06 03 03 78 7d 00 02
[modbus] TRACE 2024/10/02 17:27:28 modbus: recv 03 d6 00 00 00 07 03 03 04 00 00 00 20
[site  ] DEBUG 2024/10/02 17:27:28 battery soc: 32%
[site  ] DEBUG 2024/10/02 17:27:28 battery power: 4032W
[site  ] DEBUG 2024/10/02 17:27:28 grid meter: -27W
[site  ] DEBUG 2024/10/02 17:27:28 grid powers: [-144 -128 245]W
[site  ] DEBUG 2024/10/02 17:27:28 grid currents: [-1.33 -1.44 1.59]A
[site  ] DEBUG 2024/10/02 17:27:28 site power: 4155W
[site  ] TRACE 2024/10/02 17:27:28 telemetry: charge: Δ0/0Wh @ 4127W
[site  ] TRACE 2024/10/02 17:27:28 POST https://api.evcc.io/v1/charge
[sma   ] TRACE 2024/10/02 17:27:28 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[site  ] TRACE 2024/10/02 17:27:28 {"instanceId":"7f9f1847c569bd7cd2b5d6514c964bed2939c0c7da21b4f0d5d87a745a20cb67","chargePower":4126.999855041504,"greenPower":4126.999855041504,"chargeEnergy":0,"greenEnergy":0}
--
{"status":"ok"}
[sma   ] TRACE 2024/10/02 17:27:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:30 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:30 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:30 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:30 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:30 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:31 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:31 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:31 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:31 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:31 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:32 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:32 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:32 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:32 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:32 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:33 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:33 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:33 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:33 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:33 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:34 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:34 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:34 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:34 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:34 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:35 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:35 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:35 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:35 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:35 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:36 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:36 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:36 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:36 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:36 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:37 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:37 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:37 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:37 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:37 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:38 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:38 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/02 17:27:38 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[site  ] DEBUG 2024/10/02 17:27:38 ----
[lp-1  ] DEBUG 2024/10/02 17:27:38 charge power: 4127W
[lp-1  ] DEBUG 2024/10/02 17:27:38 charge currents: [5.91 5.99 5.99]A
[site  ] WARN 2024/10/02 17:27:38 planner: no matching rate

What type of operating system are you running?

Home Assist

Nightly build

Version

0.130.13

andig commented 3 hours ago

Erstmal die Probleme getrennt analysieren. Deshalb zu Diagnosezwecken mal Batteriesteuerung in evcc deaktivieren und dann auf der Kommandozeile testen ob das funktioniert/ den gewünschten Effekt hat:

evcc meter --log debug --battery-mode hold --battery-wait 5m
wittmannchris commented 1 hour ago

Sunny home manager Fw 2.15.x ?

mit der 2.14.3 funktioniert das nicht.