evcc-io / evcc

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

Fronius: Prevent discharge is ignored #16249

Closed MetaStack-Exchange closed 1 week ago

MetaStack-Exchange commented 1 week ago

Describe the bug

The configured battery mode is ignored.

Steps to reproduce

  1. activate "Prevent discharge in fast mode and scheduled charging."
  2. start charging

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: 192.168.1.10
  # port is the listening port for UI and api
  # evcc will listen on all available interfaces
  port: 7070

interval: 30s # control cycle interval. Interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/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: abc123

# 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

# log settings
log: info
levels:
  site: debug
  lp-1: debug
  lp-2: 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 # use `deny` to raise modbus errors

# 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: my_grid
    type: template
    template: sunspec-hybrid
    usage: grid
    modbus: tcpip
    id: 240
    host: 192.168.1.51 # IP-Adresse oder Hostname
    port: 502 # Port (optional)
  - name: my_pv
    type: template
    template: fronius-gen24
    usage: pv
    host: 192.168.1.51 # IP-Adresse oder Hostname
    port: 502 # Port (optional)
  - name: my_battery
    type: template
    template: fronius-gen24
    usage: battery
    host: 192.168.1.51 # IP-Adresse oder Hostname
    port: 502 # Port (optional)

# 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: my_charger
    type: template
    template: vestel
    # Modbus TCP
    modbus: tcpip
    id: 255
    host: 192.168.1.53 # Hostname
    port: 502 # Port

# 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: my_car
    type: template
    template: enyaq
    title: Enyaq # Wird in der Benutzeroberfläche angezeigt (optional)
    user: mail # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
    password: password # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
    vin: # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)
    capacity: 62 # Akkukapazität in kWh (optional)
    timeout: 10s # optional

# site describes the EVU connection, PV and home battery
site:
  title: Home # display name for UI
  meters:
    grid: my_grid # grid meter
    pv: 
      - my_pv # list of pv inverters/ meters
    battery:
      - my_battery # list of battery meters
  residualPower: 100 # additional household usage margin
  maxGridSupplyWhileBatteryCharging: 0 # ignore battery charging if AC consumption is above this value

# loadpoint describes the charger, charge meter and connected vehicle
loadpoints:
  - title: Carport # display name for UI
    charger: my_charger # charger
    #meter: charge # charge meter
    mode: "off" # default charge mode to apply when vehicle is disconnected; use "off" to disable by default if charger is publicly available

    # remaining settings are experts-only and best left at default values
    priority: 0 # relative priority for concurrent charging in PV mode with multiple loadpoints (higher values have higher priority)
    soc:
      # polling defines usage of the vehicle APIs
      # Modifying the default settings it NOT recommended. It MAY deplete your vehicle's battery
      # or lead to vehicle manufacturer banning you from API use. USE AT YOUR OWN RISK.
      poll:
        # poll mode defines under which condition the vehicle API is called:
        #   charging: update vehicle ONLY when charging (this is the recommended default)
        #   connected: update vehicle when connected (not only charging), interval defines how often
        #   always: always update vehicle regardless of connection state, interval defines how often (only supported for single vehicle)
        mode: charging
        # poll interval defines how often the vehicle API may be polled if NOT charging
        interval: 120m
      estimate: true # set false to disable interpolating between api updates (not recommended)
    enable: # pv mode enable behavior
      delay: 3m # threshold must be exceeded for this long
      threshold: -4300 # grid power threshold (in Watts, negative=export). If zero, export must exceed minimum charge power to enable
    disable: # pv mode disable behavior
      delay: 20m # threshold must be exceeded for this long
      threshold: 500 # maximum import power (W)

# 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.342 # EUR/kWh
    #zones:
    #  - days: Mon-Fri
    #    hours: 2-5
    #    price: 0.2 # EUR/kWh
    #  - days: Sat,Sun
    #    price: 0.15 # 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: octopusenergy
    # tariff: AGILE-FLEX-22-11-25 # Tariff code
    # region: A # optional

    # 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%)

    # type: entsoe # Entso-E european market data
    # domain: BZN|DE-LU # https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_areas
    # securitytoken: # api token
    # charges: # optional, additional charges per kWh
    # tax: # optional, additional tax (0.1 for 10%)

    # type: pun # PUN - Prezzo unico nazionale - Hourly Italian wholesale prices
    # charges: 0 # optional, additional charges per kWh
    # tax: 0 # optional, additional tax (0.1 for 10%)

    # type: amber
    # token: # api token from https://app.amber.com.au/developers/
    # siteid: # site ID returned by the API
    # channel: general

    # type: custom # price from a plugin source; see https://docs.evcc.io/docs/reference/plugins
    # price:
    #   source: http
    #   uri: https://example.org/price.json
    #   jq: .price.current

  feedin:
    # rate for feeding excess (pv) energy to the grid
    type: fixed
    price: 0.0789 # EUR/kWh

    # type: octopusenergy
    # tariff: AGILE-FLEX-22-11-25 # Tariff code
    # region: A # optional

    # type: amber
    # token: # api token from https://app.amber.com.au/developers/
    # siteid: # site ID returned by the API
    # channel: feedIn
  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: <zip>

    # type: electricitymaps # https://app.electricitymaps.com/map
    # uri: <uri>
    # token: <token> # needs to be a token with forecast (not in the free tier)
    # zone: DE

    # type: ngeso # National Grid Electricity System Operator data (Great Britain only) https://carbonintensity.org.uk/
    # provides national data if both region and postcode are omitted - Choose ONE only!
    # region: 1 # optional, coarser than using a postcode - The region details are at https://carbon-intensity.github.io/api-definitions/#region-list
    # postcode: SW1 # optional - Outward postcode i.e. RG41 or SW1 or TF8. Do not include full postcode, outward postcode only

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

# 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

[main ] INFO 2024/09/18 20:13:15 evcc 0.130.11
[main ] INFO 2024/09/18 20:13:15 using config file: /etc/evcc.yaml
[db ] INFO 2024/09/18 20:13:15 using sqlite database: /root/.evcc/evcc.db
[mqtt ] INFO 2024/09/18 20:13:17 connecting evcc-852156972 at tcp://192.168.1.10:1883
[mqtt ] DEBUG 2024/09/18 20:13:17 tcp://192.168.1.10:1883 connected
[main ] INFO 2024/09/18 20:13:17 listening at :7070
[lp-1 ] DEBUG 2024/09/18 20:13:23 charge total import: 617.700kWh
[site ] INFO 2024/09/18 20:13:24 site config:
[site ] INFO 2024/09/18 20:13:24 meters: grid ✓ pv ✓ battery ✓
[site ] INFO 2024/09/18 20:13:24 grid: power ✓ energy ✓ currents ✓
[site ] INFO 2024/09/18 20:13:24 pv 1: power ✓ energy ✗ currents ✗
[site ] INFO 2024/09/18 20:13:24 battery 1: power ✓ energy ✓ currents ✗ soc ✓ capacity ✗
[site ] INFO 2024/09/18 20:13:24 vehicles:
[site ] INFO 2024/09/18 20:13:24 vehicle 1: range ✓ finish ✓ status ✓ climate ✗ wakeup ✓
[lp-1 ] INFO 2024/09/18 20:13:24 loadpoint 1:
[lp-1 ] INFO 2024/09/18 20:13:24 mode: off
[lp-1 ] INFO 2024/09/18 20:13:24 charger: power ✓ energy ✓ currents ✓ phases ✗ wakeup ✗
[lp-1 ] INFO 2024/09/18 20:13:24 meters: charge ✓
[lp-1 ] INFO 2024/09/18 20:13:24 charge: power ✓ energy ✓ currents ✓
[site ] DEBUG 2024/09/18 20:13:24 set buffer soc: 90
[site ] DEBUG 2024/09/18 20:13:24 set buffer start soc: 0
[site ] DEBUG 2024/09/18 20:13:24 set priority soc: 85
[site ] DEBUG 2024/09/18 20:13:24 set battery discharge control: true
[lp-1 ] DEBUG 2024/09/18 20:13:24 phase timer inactive
[lp-1 ] DEBUG 2024/09/18 20:13:24 pv timer inactive
[site ] DEBUG 2024/09/18 20:13:24 ----
[lp-1 ] DEBUG 2024/09/18 20:13:24 charge power: 5W
[lp-1 ] DEBUG 2024/09/18 20:13:24 charge currents: [0.058 0.018 0.018]A
[site ] DEBUG 2024/09/18 20:13:24 pv power: 1W
[site ] DEBUG 2024/09/18 20:13:24 battery soc: 81%
[site ] DEBUG 2024/09/18 20:13:24 battery power: 368W
[site ] DEBUG 2024/09/18 20:13:24 grid meter: -8W
[site ] DEBUG 2024/09/18 20:13:24 grid powers: [-68 54 6]W
[site ] DEBUG 2024/09/18 20:13:24 grid currents: [-0.762 0.777 0.413]A
[site ] DEBUG 2024/09/18 20:13:24 site power: 460W
[lp-1 ] DEBUG 2024/09/18 20:13:24 charge voltages: [233 234 235]V
[lp-1 ] DEBUG 2024/09/18 20:13:24 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:13:24 charge total import: 617.700kWh
[lp-1 ] DEBUG 2024/09/18 20:13:24 charger status: B
[lp-1 ] INFO 2024/09/18 20:13:24 car connected
[lp-1 ] DEBUG 2024/09/18 20:13:24 vehicle api refresh
[lp-1 ] DEBUG 2024/09/18 20:13:24 pv timer elapse
[lp-1 ] DEBUG 2024/09/18 20:13:24 pv timer inactive
[lp-1 ] DEBUG 2024/09/18 20:13:24 charge total import: 617.700kWh
[main ] DEBUG 2024/09/18 20:13:31 vehicle status: B (Enyaq)
[lp-1 ] INFO 2024/09/18 20:13:31 vehicle updated: unknown -> Enyaq
[lp-1 ] DEBUG 2024/09/18 20:13:31 vehicle status: B
[lp-1 ] DEBUG 2024/09/18 20:13:31 vehicle soc: 67%
[lp-1 ] DEBUG 2024/09/18 20:13:31 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/09/18 20:13:31 vehicle range: 252km
[lp-1 ] DEBUG 2024/09/18 20:13:31 pv charge current: 0A = 0A + -0.667A (460W @ 3p)
[lp-1 ] DEBUG 2024/09/18 20:13:31 pv enable timer reset
[lp-1 ] DEBUG 2024/09/18 20:13:31 pv timer inactive
[site ] DEBUG 2024/09/18 20:13:54 ----
[lp-1 ] DEBUG 2024/09/18 20:13:54 charge power: 5W
[lp-1 ] DEBUG 2024/09/18 20:13:54 charge currents: [0.058 0.018 0.018]A
[site ] DEBUG 2024/09/18 20:13:54 pv power: 1W
[site ] DEBUG 2024/09/18 20:13:54 battery soc: 81%
[site ] DEBUG 2024/09/18 20:13:54 battery power: 367W
[site ] DEBUG 2024/09/18 20:13:54 grid meter: -2W
[site ] DEBUG 2024/09/18 20:13:54 grid powers: [-64 52 10]W
[site ] DEBUG 2024/09/18 20:13:54 grid currents: [-0.758 0.765 0.415]A
[site ] DEBUG 2024/09/18 20:13:54 site power: 465W
[lp-1 ] DEBUG 2024/09/18 20:13:54 vehicle odometer: 5718km
[lp-1 ] DEBUG 2024/09/18 20:13:54 charge voltages: [234 234 236]V
[lp-1 ] DEBUG 2024/09/18 20:13:54 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:13:54 charge total import: 617.700kWh
[lp-1 ] DEBUG 2024/09/18 20:13:54 charger status: B
[lp-1 ] DEBUG 2024/09/18 20:13:54 pv charge current: 0A = 0A + -0.674A (465W @ 3p)
[site ] DEBUG 2024/09/18 20:14:24 ----
[lp-1 ] DEBUG 2024/09/18 20:14:24 charge power: 5W
[lp-1 ] DEBUG 2024/09/18 20:14:24 charge currents: [0.058 0.018 0.018]A
[site ] DEBUG 2024/09/18 20:14:24 pv power: 0W
[site ] DEBUG 2024/09/18 20:14:24 battery soc: 81%
[site ] DEBUG 2024/09/18 20:14:24 battery power: 339W
[site ] DEBUG 2024/09/18 20:14:24 grid meter: 10W
[site ] DEBUG 2024/09/18 20:14:24 grid powers: [-58 53 16]W
[site ] DEBUG 2024/09/18 20:14:24 grid currents: [-0.749 0.775 0.423]A
[site ] DEBUG 2024/09/18 20:14:24 site power: 449W
[lp-1 ] DEBUG 2024/09/18 20:14:24 charge voltages: [234 235 236]V
[lp-1 ] DEBUG 2024/09/18 20:14:24 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:14:24 charge total import: 617.700kWh
[lp-1 ] DEBUG 2024/09/18 20:14:24 charger status: B
[lp-1 ] DEBUG 2024/09/18 20:14:24 pv charge current: 0A = 0A + -0.651A (449W @ 3p)
[site ] DEBUG 2024/09/18 20:14:54 ----
[lp-1 ] DEBUG 2024/09/18 20:14:54 charge power: 5W
[lp-1 ] DEBUG 2024/09/18 20:14:54 charge currents: [0.058 0.018 0.018]A
[site ] DEBUG 2024/09/18 20:14:54 pv power: 1W
[site ] DEBUG 2024/09/18 20:14:54 battery soc: 81%
[site ] DEBUG 2024/09/18 20:14:54 battery power: 339W
[site ] DEBUG 2024/09/18 20:14:54 grid meter: 1W
[site ] DEBUG 2024/09/18 20:14:54 grid powers: [-58 43 16]W
[site ] DEBUG 2024/09/18 20:14:54 grid currents: [-0.753 0.735 0.423]A
[site ] DEBUG 2024/09/18 20:14:54 site power: 439W
[lp-1 ] DEBUG 2024/09/18 20:14:54 charge voltages: [234 235 236]V
[lp-1 ] DEBUG 2024/09/18 20:14:54 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:14:54 charge total import: 617.700kWh
[lp-1 ] DEBUG 2024/09/18 20:14:54 charger status: B
[lp-1 ] DEBUG 2024/09/18 20:14:54 pv charge current: 0A = 0A + -0.637A (439W @ 3p)
[site ] DEBUG 2024/09/18 20:15:24 ----
[lp-1 ] DEBUG 2024/09/18 20:15:24 charge power: 5W
[lp-1 ] DEBUG 2024/09/18 20:15:24 charge currents: [0.058 0.018 0.018]A
[site ] DEBUG 2024/09/18 20:15:24 pv power: 1W
[site ] DEBUG 2024/09/18 20:15:24 battery soc: 81%
[site ] DEBUG 2024/09/18 20:15:24 battery power: 341W
[site ] DEBUG 2024/09/18 20:15:24 grid meter: 0W
[site ] DEBUG 2024/09/18 20:15:24 grid powers: [-65 54 11]W
[site ] DEBUG 2024/09/18 20:15:24 grid currents: [-0.758 0.77 0.416]A
[site ] DEBUG 2024/09/18 20:15:24 site power: 441W
[lp-1 ] DEBUG 2024/09/18 20:15:24 charge voltages: [234 235 236]V
[lp-1 ] DEBUG 2024/09/18 20:15:24 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:15:24 charge total import: 617.700kWh
[lp-1 ] DEBUG 2024/09/18 20:15:24 charger status: B
[lp-1 ] DEBUG 2024/09/18 20:15:24 pv charge current: 0A = 0A + -0.639A (441W @ 3p)
[site ] DEBUG 2024/09/18 20:15:44 set battery discharge control: false
[site ] DEBUG 2024/09/18 20:15:54 ----
[lp-1 ] DEBUG 2024/09/18 20:15:54 charge power: 5W
[lp-1 ] DEBUG 2024/09/18 20:15:54 charge currents: [0.058 0.018 0.018]A
[site ] DEBUG 2024/09/18 20:15:54 pv power: 1W
[site ] DEBUG 2024/09/18 20:15:54 battery soc: 81%
[site ] DEBUG 2024/09/18 20:15:54 battery power: 356W
[site ] DEBUG 2024/09/18 20:15:54 grid meter: -5W
[site ] DEBUG 2024/09/18 20:15:54 grid powers: [-65 50 10]W
[site ] DEBUG 2024/09/18 20:15:54 grid currents: [-0.762 0.764 0.414]A
[site ] DEBUG 2024/09/18 20:15:54 site power: 451W
[lp-1 ] DEBUG 2024/09/18 20:15:54 charge voltages: [234 235 236]V
[lp-1 ] DEBUG 2024/09/18 20:15:54 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:15:54 charge total import: 617.700kWh
[lp-1 ] DEBUG 2024/09/18 20:15:54 charger status: B
[lp-1 ] DEBUG 2024/09/18 20:15:54 pv charge current: 0A = 0A + -0.653A (451W @ 3p)
[site ] DEBUG 2024/09/18 20:15:54 set battery discharge control: true
[lp-1 ] DEBUG 2024/09/18 20:16:02 set charge mode: now
[site ] DEBUG 2024/09/18 20:16:02 ----
[lp-1 ] DEBUG 2024/09/18 20:16:02 charge power: 6W
[lp-1 ] DEBUG 2024/09/18 20:16:02 charge currents: [0.058 0.018 0.018]A
[site ] DEBUG 2024/09/18 20:16:02 pv power: 1W
[site ] DEBUG 2024/09/18 20:16:02 battery soc: 81%
[site ] DEBUG 2024/09/18 20:16:02 battery power: 359W
[site ] DEBUG 2024/09/18 20:16:02 grid meter: 14W
[site ] DEBUG 2024/09/18 20:16:02 grid powers: [-66 58 13]W
[site ] DEBUG 2024/09/18 20:16:02 grid currents: [-0.762 0.786 0.416]A
[site ] DEBUG 2024/09/18 20:16:02 site power: 473W
[lp-1 ] DEBUG 2024/09/18 20:16:02 charge voltages: [234 235 236]V
[lp-1 ] DEBUG 2024/09/18 20:16:02 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:16:02 charge total import: 617.700kWh
[lp-1 ] DEBUG 2024/09/18 20:16:02 charger status: B
[lp-1 ] DEBUG 2024/09/18 20:16:02 max charge current: 16A
[lp-1 ] DEBUG 2024/09/18 20:16:02 charger enable
[lp-1 ] DEBUG 2024/09/18 20:16:02 wake-up timer: start
[site ] DEBUG 2024/09/18 20:16:24 ----
[lp-1 ] DEBUG 2024/09/18 20:16:24 charge power: 10886W
[lp-1 ] DEBUG 2024/09/18 20:16:24 charge currents: [15.6 15.7 15.6]A
[site ] DEBUG 2024/09/18 20:16:24 pv power: 6W
[site ] DEBUG 2024/09/18 20:16:24 battery soc: 81%
[site ] DEBUG 2024/09/18 20:16:24 battery power: 6835W
[site ] DEBUG 2024/09/18 20:16:24 grid meter: 4455W
[site ] DEBUG 2024/09/18 20:16:24 grid powers: [1420 1549 1498]W
[site ] DEBUG 2024/09/18 20:16:24 grid currents: [6.25 6.77 6.47]A
[site ] DEBUG 2024/09/18 20:16:24 site power: 11390W
[lp-1 ] DEBUG 2024/09/18 20:16:24 charge voltages: [233 234 235]V
[lp-1 ] DEBUG 2024/09/18 20:16:24 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:16:24 charge total import: 617.700kWh
[lp-1 ] DEBUG 2024/09/18 20:16:24 charger status: C
[lp-1 ] INFO 2024/09/18 20:16:24 start charging ->
[lp-1 ] DEBUG 2024/09/18 20:16:24 wake-up timer: stop
[lp-1 ] DEBUG 2024/09/18 20:16:24 soc estimated: 67.05% (vehicle: 67.00%)
[lp-1 ] DEBUG 2024/09/18 20:16:24 vehicle soc: 67%
[lp-1 ] DEBUG 2024/09/18 20:16:24 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/09/18 20:16:24 vehicle range: 252km
[site ] DEBUG 2024/09/18 20:16:54 ----
[lp-1 ] DEBUG 2024/09/18 20:16:54 charge power: 10899W
[lp-1 ] DEBUG 2024/09/18 20:16:54 charge currents: [15.6 15.7 15.6]A
[site ] DEBUG 2024/09/18 20:16:54 set battery mode: hold
[site ] DEBUG 2024/09/18 20:16:54 pv power: 6W
[site ] DEBUG 2024/09/18 20:16:54 battery soc: 80%
[site ] DEBUG 2024/09/18 20:16:54 battery power: 6784W
[site ] DEBUG 2024/09/18 20:16:54 grid meter: 4525W
[site ] DEBUG 2024/09/18 20:16:54 grid powers: [1439 1573 1512]W
[site ] DEBUG 2024/09/18 20:16:54 grid currents: [6.33 6.88 6.53]A
[site ] DEBUG 2024/09/18 20:16:54 site power: 11409W
[lp-1 ] DEBUG 2024/09/18 20:16:54 charge voltages: [233 234 235]V
[lp-1 ] DEBUG 2024/09/18 20:16:54 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:16:54 detected active phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:16:54 charge total import: 617.800kWh
[lp-1 ] DEBUG 2024/09/18 20:16:54 charger status: C
[lp-1 ] DEBUG 2024/09/18 20:16:54 soc estimated: 67.18% (vehicle: 67.00%)
[lp-1 ] DEBUG 2024/09/18 20:16:54 vehicle soc: 67%
[lp-1 ] DEBUG 2024/09/18 20:16:54 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/09/18 20:16:54 vehicle range: 252km
[site ] DEBUG 2024/09/18 20:17:24 ----
[lp-1 ] DEBUG 2024/09/18 20:17:24 charge power: 10893W
[lp-1 ] DEBUG 2024/09/18 20:17:24 charge currents: [15.7 15.7 15.7]A
[site ] DEBUG 2024/09/18 20:17:24 pv power: 0W
[site ] DEBUG 2024/09/18 20:17:24 battery soc: 80%
[site ] DEBUG 2024/09/18 20:17:24 battery power: 0W
[site ] DEBUG 2024/09/18 20:17:24 grid meter: 11209W
[site ] DEBUG 2024/09/18 20:17:24 grid powers: [3668 3776 3754]W
[site ] DEBUG 2024/09/18 20:17:24 grid currents: [15.9 16.3 16.1]A
[site ] DEBUG 2024/09/18 20:17:24 site power: 11309W
[lp-1 ] DEBUG 2024/09/18 20:17:24 charge voltages: [232 233 234]V
[lp-1 ] DEBUG 2024/09/18 20:17:24 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:17:24 detected active phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:17:24 charge total import: 617.900kWh
[lp-1 ] DEBUG 2024/09/18 20:17:24 charger status: C
[lp-1 ] DEBUG 2024/09/18 20:17:24 soc estimated: 67.31% (vehicle: 67.00%)
[lp-1 ] DEBUG 2024/09/18 20:17:24 vehicle soc: 67%
[lp-1 ] DEBUG 2024/09/18 20:17:24 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/09/18 20:17:24 vehicle range: 252km
[site ] DEBUG 2024/09/18 20:17:54 ----
[lp-1 ] DEBUG 2024/09/18 20:17:54 charge power: 10905W
[lp-1 ] DEBUG 2024/09/18 20:17:54 charge currents: [15.7 15.7 15.7]A
[site ] DEBUG 2024/09/18 20:17:54 pv power: 8W
[site ] DEBUG 2024/09/18 20:17:54 battery soc: 79%
[site ] DEBUG 2024/09/18 20:17:54 battery power: 6777W
[site ] DEBUG 2024/09/18 20:17:54 grid meter: 4496W
[site ] DEBUG 2024/09/18 20:17:54 grid powers: [1440 1544 1511]W
[site ] DEBUG 2024/09/18 20:17:54 grid currents: [6.35 6.78 6.55]A
[site ] DEBUG 2024/09/18 20:17:54 site power: 11373W
[lp-1 ] DEBUG 2024/09/18 20:17:54 charge voltages: [232 233 235]V
[lp-1 ] DEBUG 2024/09/18 20:17:54 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:17:54 detected active phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:17:54 charge total import: 618.000kWh
[lp-1 ] DEBUG 2024/09/18 20:17:54 charger status: C
[lp-1 ] DEBUG 2024/09/18 20:17:54 soc estimated: 67.45% (vehicle: 67.00%)
[lp-1 ] DEBUG 2024/09/18 20:17:54 vehicle soc: 67%
[lp-1 ] DEBUG 2024/09/18 20:17:54 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/09/18 20:17:54 vehicle range: 252km
[site ] DEBUG 2024/09/18 20:18:24 ----
[lp-1 ] DEBUG 2024/09/18 20:18:24 charge power: 10908W
[lp-1 ] DEBUG 2024/09/18 20:18:24 charge currents: [15.7 15.7 15.7]A
[site ] DEBUG 2024/09/18 20:18:24 pv power: 7W
[site ] DEBUG 2024/09/18 20:18:24 battery soc: 79%
[site ] DEBUG 2024/09/18 20:18:24 battery power: 6778W
[site ] DEBUG 2024/09/18 20:18:24 grid meter: 4522W
[site ] DEBUG 2024/09/18 20:18:24 grid powers: [1448 1549 1517]W
[site ] DEBUG 2024/09/18 20:18:24 grid currents: [6.38 6.79 6.56]A
[site ] DEBUG 2024/09/18 20:18:24 site power: 11400W
[lp-1 ] DEBUG 2024/09/18 20:18:24 charge voltages: [233 233 235]V
[lp-1 ] DEBUG 2024/09/18 20:18:24 detected connected phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:18:24 detected active phases: 3p
[lp-1 ] DEBUG 2024/09/18 20:18:24 charge total import: 618.100kWh
[lp-1 ] DEBUG 2024/09/18 20:18:24 charger status: C
[lp-1 ] DEBUG 2024/09/18 20:18:24 soc estimated: 67.58% (vehicle: 67.00%)
[lp-1 ] DEBUG 2024/09/18 20:18:24 vehicle soc: 68%
[lp-1 ] DEBUG 2024/09/18 20:18:24 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/09/18 20:18:24 vehicle range: 252km

What type of operating system are you running?

Linux

Nightly build

Version

0.130.11

andig commented 1 week ago

DEBUG 2024/09/18 20:16:54 set battery mode: hold

Scheint bei dir nicht zu funktionieren. Das müsste mal einzeln mit

evcc meter

getestet werden.