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

SMA_Modbus Batterie nicht gesperrt #18339

Open
1 task done
MarSlz opened this issue Jan 21, 2025 · 0 comments
Open
1 task done

SMA_Modbus Batterie nicht gesperrt #18339

MarSlz opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels
devices Specific device support

Comments

@MarSlz
Copy link

MarSlz commented Jan 21, 2025

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

  1. Batterie im SchnelladeModus entladen aktivieren
  2. Schnelladen starten

Image

Image

Image

Image

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: 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: true
plant: xxx

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


# 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.xx.64 # IP-Adresse oder Hostname

  - name: grid_weg
    type: template
    template: sma-home-manager
    usage: grid
    host: 192.168.xx.78 # IP-Adresse oder Hostname 
    
  - name: sma_pv
    type: template
    template: sma-hybrid
    usage: pv
    
    # Modbus TCP
    modbus: tcpip
    id: 3
    host: 192.168.xx.87 # Hostname
    port: 502 # Port
    
  - name: sma_battery
    type: template
    template: sma-hybrid
    usage: battery
    
    # Modbus TCP
    modbus: tcpip
    id: 3
    host: 192.168.xx.87 # 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: 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: EHRDLBZF
    charger: EHHTXHJJ
    
  - name: EHRDLBZF
    type: template
    template: easee
    user: 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/vehicles
vehicles:
  - name: ID.4
    type: template
    template: id
    title: ID.4 # Optional
    user: 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 # Optional
    capacity: 77 # Akkukapazität in kWh # Optional 

# site describes the EVU connection, PV and home battery
site:
  title: Weg # display name for UI
  meters:
    grid:  # grid meter
      grid_weg
    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.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 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: xx

    # 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: Mosquitto
  password: xx

# 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

[site  ] DEBUG 2025/01/21 20:12:59 ----
[lp-1  ] DEBUG 2025/01/21 20:12:59 charge power: 10752W
[lp-1  ] DEBUG 2025/01/21 20:12:59 charge currents: [15.6 15.7 15.6]A
[site  ] DEBUG 2025/01/21 20:12:59 grid power: 11475W
[site  ] DEBUG 2025/01/21 20:12:59 grid powers: [3699 3686 4090]W
[site  ] DEBUG 2025/01/21 20:12:59 grid currents: [16 16.1 17.8]A
[sma_pv] TRACE 2025/01/21 20:12:59 modbus: send cf 27 00 00 00 06 03 03 78 35 00 02
[sma   ] TRACE 2025/01/21 20:12:59 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma_pv] TRACE 2025/01/21 20:12:59 modbus: recv cf 27 00 00 00 07 03 03 04 00 00 00 00
[sma_pv] TRACE 2025/01/21 20:12:59 modbus: send cf 28 00 00 00 06 03 03 78 f1 00 02
[sma_pv] TRACE 2025/01/21 20:12:59 modbus: recv cf 28 00 00 00 07 03 03 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:12:59 modbus: send cf 29 00 00 00 06 03 04 7a a3 00 02
[sma_battery] TRACE 2025/01/21 20:12:59 modbus: recv cf 29 00 00 00 07 03 04 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:12:59 modbus: send cf 2a 00 00 00 06 03 04 7a a1 00 02
[sma_battery] TRACE 2025/01/21 20:12:59 modbus: recv cf 2a 00 00 00 07 03 04 04 00 00 00 00
[site  ] DEBUG 2025/01/21 20:12:59 pv 1 power: 0W
[sma_pv] TRACE 2025/01/21 20:12:59 modbus: send cf 2b 00 00 00 06 03 03 77 31 00 04
[sma_pv] TRACE 2025/01/21 20:12:59 modbus: recv cf 2b 00 00 00 0b 03 03 08 00 00 00 00 00 02 41 13
[site  ] DEBUG 2025/01/21 20:12:59 pv 2 power: 0W
[site  ] DEBUG 2025/01/21 20:12:59 pv power: 0W
[sma_battery] TRACE 2025/01/21 20:12:59 modbus: send cf 2c 00 00 00 06 03 03 7a a9 00 04
[sma   ] TRACE 2025/01/21 20:12:59 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma_battery] TRACE 2025/01/21 20:12:59 modbus: recv cf 2c 00 00 00 0b 03 03 08 00 00 00 00 00 01 75 76
[sma_battery] TRACE 2025/01/21 20:12:59 modbus: send cf 2d 00 00 00 06 03 03 78 7d 00 02
[sma_battery] TRACE 2025/01/21 20:12:59 modbus: recv cf 2d 00 00 00 07 03 03 04 00 00 00 2d
[site  ] DEBUG 2025/01/21 20:12:59 battery soc: 45%
[site  ] DEBUG 2025/01/21 20:12:59 battery power: 0W
[site  ] DEBUG 2025/01/21 20:12:59 site power: 11625W
[site  ] TRACE 2025/01/21 20:12:59 telemetry: charge: Δ0/0Wh @ 10752W
[site  ] TRACE 2025/01/21 20:12:59 POST https://api.evcc.io/v1/charge
[sma   ] TRACE 2025/01/21 20:13:00 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:00 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:00 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:00 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[site  ] TRACE 2025/01/21 20:13:00 {"instanceId":"7f9f1847c569bd7cd2b5d6514c964bed2939c0c7da21b4f0d5d87a745a20cb67","chargePower":10751.999855041504,"greenPower":0,"chargeEnergy":0,"greenEnergy":0}
--
{"status":"ok"}
[sma   ] TRACE 2025/01/21 20:13:00 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:01 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:01 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:01 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:01 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:01 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:02 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:02 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:02 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:02 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:02 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:03 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:03 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:03 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:03 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:03 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:04 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:04 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:04 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:04 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:04 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:05 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:05 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:05 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:05 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:05 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:06 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:06 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:06 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:06 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:06 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:07 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:07 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:07 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:07 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:07 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:08 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:08 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:08 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:08 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:08 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:09 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:09 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:09 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[site  ] DEBUG 2025/01/21 20:13:09 ----
[lp-1  ] DEBUG 2025/01/21 20:13:09 charge power: 10752W
[lp-1  ] DEBUG 2025/01/21 20:13:09 charge currents: [15.6 15.7 15.6]A
[site  ] DEBUG 2025/01/21 20:13:09 grid power: 9154W
[site  ] DEBUG 2025/01/21 20:13:09 grid powers: [2924 2919 3312]W
[site  ] DEBUG 2025/01/21 20:13:09 grid currents: [12.7 12.7 14.4]A
[sma_pv] TRACE 2025/01/21 20:13:09 modbus: send cf 2e 00 00 00 06 03 03 78 35 00 02
[sma   ] TRACE 2025/01/21 20:13:09 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma_pv] TRACE 2025/01/21 20:13:09 modbus: recv cf 2e 00 00 00 07 03 03 04 00 00 00 00
[sma_pv] TRACE 2025/01/21 20:13:09 modbus: send cf 2f 00 00 00 06 03 03 78 f1 00 02
[sma_pv] TRACE 2025/01/21 20:13:09 modbus: recv cf 2f 00 00 00 07 03 03 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:13:09 modbus: send cf 30 00 00 00 06 03 04 7a a3 00 02
[sma_battery] TRACE 2025/01/21 20:13:09 modbus: recv cf 30 00 00 00 07 03 04 04 00 00 0d 0a
[sma_battery] TRACE 2025/01/21 20:13:09 modbus: send cf 31 00 00 00 06 03 04 7a a1 00 02
[sma_battery] TRACE 2025/01/21 20:13:09 modbus: recv cf 31 00 00 00 07 03 04 04 00 00 00 00
[sma_pv] TRACE 2025/01/21 20:13:09 modbus: send cf 32 00 00 00 06 03 03 77 31 00 04
[site  ] DEBUG 2025/01/21 20:13:09 pv 1 power: 0W
[sma_pv] TRACE 2025/01/21 20:13:09 modbus: recv cf 32 00 00 00 0b 03 03 08 00 00 00 00 00 02 41 18
[site  ] DEBUG 2025/01/21 20:13:09 pv 2 power: 0W
[site  ] DEBUG 2025/01/21 20:13:09 pv power: 0W
[sma_battery] TRACE 2025/01/21 20:13:09 modbus: send cf 33 00 00 00 06 03 03 7a a9 00 04
[sma_battery] TRACE 2025/01/21 20:13:09 modbus: recv cf 33 00 00 00 0b 03 03 08 00 00 00 00 00 01 75 7b
[sma_battery] TRACE 2025/01/21 20:13:09 modbus: send cf 34 00 00 00 06 03 03 78 7d 00 02
[sma   ] TRACE 2025/01/21 20:13:09 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma_battery] TRACE 2025/01/21 20:13:09 modbus: recv cf 34 00 00 00 07 03 03 04 00 00 00 2d
[site  ] DEBUG 2025/01/21 20:13:09 battery soc: 45%
[site  ] DEBUG 2025/01/21 20:13:09 battery power: 3338W
[site  ] DEBUG 2025/01/21 20:13:09 site power: 12642W
[lp-1  ] DEBUG 2025/01/21 20:13:09 detected active phases: 3p
[lp-1  ] DEBUG 2025/01/21 20:13:09 charge total import: 5229.544kWh
[lp-1  ] DEBUG 2025/01/21 20:13:09 charger status: C
[lp-1  ] DEBUG 2025/01/21 20:13:09 soc estimated: 62.29% (vehicle: 61.00%)
[lp-1  ] DEBUG 2025/01/21 20:13:09 vehicle soc: 62%
[lp-1  ] DEBUG 2025/01/21 20:13:09 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/01/21 20:13:09 vehicle range: 205km
[sma   ] TRACE 2025/01/21 20:13:10 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:10 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:10 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:10 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:10 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:11 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:11 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:11 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:11 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:11 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:12 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:12 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:12 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:12 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:12 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:13 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:13 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:13 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:13 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:13 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:14 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:14 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:14 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:14 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:14 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:15 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:15 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:15 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:15 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:15 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:16 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:16 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:16 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:16 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:16 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:17 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:17 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:17 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:17 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:17 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:18 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[site  ] DEBUG 2025/01/21 20:13:19 ----
[lp-1  ] DEBUG 2025/01/21 20:13:19 charge power: 10752W
[lp-1  ] DEBUG 2025/01/21 20:13:19 charge currents: [15.6 15.7 15.6]A
[site  ] DEBUG 2025/01/21 20:13:19 grid power: 7353W
[site  ] DEBUG 2025/01/21 20:13:19 grid powers: [2318 2314 2722]W
[site  ] DEBUG 2025/01/21 20:13:19 grid currents: [10.1 10.1 11.9]A
[sma_pv] TRACE 2025/01/21 20:13:19 modbus: send cf 35 00 00 00 06 03 03 78 35 00 02
[sma   ] TRACE 2025/01/21 20:13:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma_pv] TRACE 2025/01/21 20:13:19 modbus: recv cf 35 00 00 00 07 03 03 04 00 00 00 00
[sma_pv] TRACE 2025/01/21 20:13:19 modbus: send cf 36 00 00 00 06 03 03 78 f1 00 02
[sma_pv] TRACE 2025/01/21 20:13:19 modbus: recv cf 36 00 00 00 07 03 03 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 37 00 00 00 06 03 04 7a a3 00 02
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 37 00 00 00 07 03 04 04 00 00 10 06
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 38 00 00 00 0b 03 10 9d 2c 00 02 04 00 00 09 78
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 38 00 00 00 06 03 10 9d 2c 00 02
[sma_pv] TRACE 2025/01/21 20:13:19 modbus: send cf 39 00 00 00 06 03 03 77 31 00 04
[sma_pv] TRACE 2025/01/21 20:13:19 modbus: recv cf 39 00 00 00 0b 03 03 08 00 00 00 00 00 02 41 24
[site  ] DEBUG 2025/01/21 20:13:19 pv 2 power: 0W
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 3a 00 00 00 06 03 04 7a a1 00 02
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 3a 00 00 00 07 03 04 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 3b 00 00 00 0b 03 10 9f 59 00 02 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 3b 00 00 00 06 03 10 9f 59 00 02
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 3c 00 00 00 0b 03 10 9f 5b 00 02 04 00 00 10 68
[sma   ] TRACE 2025/01/21 20:13:19 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 3c 00 00 00 06 03 10 9f 5b 00 02
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 3d 00 00 00 06 03 03 7a a9 00 04
[site  ] DEBUG 2025/01/21 20:13:19 pv 1 power: 0W
[site  ] DEBUG 2025/01/21 20:13:19 pv power: 0W
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 3d 00 00 00 0b 03 03 08 00 00 00 00 00 01 75 86
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 3e 00 00 00 06 03 03 78 7d 00 02
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 3e 00 00 00 07 03 03 04 00 00 00 2d
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 3f 00 00 00 0b 03 10 9f 5d 00 02 04 00 00 00 00
[site  ] DEBUG 2025/01/21 20:13:19 battery soc: 45%
[site  ] DEBUG 2025/01/21 20:13:19 battery power: 4102W
[site  ] DEBUG 2025/01/21 20:13:19 site power: 11605W
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 3f 00 00 00 06 03 10 9f 5d 00 02
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 40 00 00 00 0b 03 10 9f 5f 00 02 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 40 00 00 00 06 03 10 9f 5f 00 02
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: send cf 41 00 00 00 0b 03 10 9f 61 00 02 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:13:19 modbus: recv cf 41 00 00 00 06 03 10 9f 61 00 02
[sma   ] TRACE 2025/01/21 20:13:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:20 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:21 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:22 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:23 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:24 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:24 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:24 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:24 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:25 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:26 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:26 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:26 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:26 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:27 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:28 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:28 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:28 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:28 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[site  ] DEBUG 2025/01/21 20:13:29 ----
[lp-1  ] DEBUG 2025/01/21 20:13:29 charge power: 10752W
[lp-1  ] DEBUG 2025/01/21 20:13:29 charge currents: [15.6 15.7 15.6]A
[site  ] DEBUG 2025/01/21 20:13:29 grid power: 11453W
[site  ] DEBUG 2025/01/21 20:13:29 grid powers: [3706 3682 4064]W
[site  ] DEBUG 2025/01/21 20:13:29 grid currents: [16 16.1 17.7]A
[sma_pv] TRACE 2025/01/21 20:13:29 modbus: send cf 42 00 00 00 06 03 03 78 35 00 02
[sma   ] TRACE 2025/01/21 20:13:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma_pv] TRACE 2025/01/21 20:13:29 modbus: recv cf 42 00 00 00 07 03 03 04 00 00 00 00
[sma_pv] TRACE 2025/01/21 20:13:29 modbus: send cf 43 00 00 00 06 03 03 78 f1 00 02
[sma_pv] TRACE 2025/01/21 20:13:29 modbus: recv cf 43 00 00 00 07 03 03 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:13:29 modbus: send cf 44 00 00 00 06 03 04 7a a3 00 02
[site  ] DEBUG 2025/01/21 20:13:29 pv 1 power: 0W
[sma_battery] TRACE 2025/01/21 20:13:29 modbus: recv cf 44 00 00 00 07 03 04 04 00 00 00 00
[sma_battery] TRACE 2025/01/21 20:13:29 modbus: send cf 45 00 00 00 06 03 04 7a a1 00 02
[sma_battery] TRACE 2025/01/21 20:13:29 modbus: recv cf 45 00 00 00 07 03 04 04 00 00 00 00
[sma_pv] TRACE 2025/01/21 20:13:29 modbus: send cf 46 00 00 00 06 03 03 77 31 00 04
[sma_pv] TRACE 2025/01/21 20:13:29 modbus: recv cf 46 00 00 00 0b 03 03 08 00 00 00 00 00 02 41 25
[site  ] DEBUG 2025/01/21 20:13:29 pv 2 power: 0W
[site  ] DEBUG 2025/01/21 20:13:29 pv power: 0W
[sma_battery] TRACE 2025/01/21 20:13:29 modbus: send cf 47 00 00 00 06 03 03 7a a9 00 04
[sma   ] TRACE 2025/01/21 20:13:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma_battery] TRACE 2025/01/21 20:13:29 modbus: recv cf 47 00 00 00 0b 03 03 08 00 00 00 00 00 01 75 87
[sma_battery] TRACE 2025/01/21 20:13:29 modbus: send cf 48 00 00 00 06 03 03 78 7d 00 02
[sma_battery] TRACE 2025/01/21 20:13:29 modbus: recv cf 48 00 00 00 07 03 03 04 00 00 00 2d
[site  ] DEBUG 2025/01/21 20:13:29 battery soc: 45%
[site  ] DEBUG 2025/01/21 20:13:29 battery power: 0W
[site  ] DEBUG 2025/01/21 20:13:29 site power: 11603W
[lp-1  ] DEBUG 2025/01/21 20:13:29 detected active phases: 3p
[lp-1  ] DEBUG 2025/01/21 20:13:29 charge total import: 5229.544kWh
[lp-1  ] DEBUG 2025/01/21 20:13:29 charger status: C
[lp-1  ] DEBUG 2025/01/21 20:13:29 soc estimated: 62.29% (vehicle: 61.00%)
[lp-1  ] DEBUG 2025/01/21 20:13:29 vehicle soc: 62%
[lp-1  ] DEBUG 2025/01/21 20:13:29 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/01/21 20:13:29 vehicle range: 205km
[sma   ] TRACE 2025/01/21 20:13:29 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:30 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:30 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:30 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:30 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2025/01/21 20:13:31 recv 192.168.177.78: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]

What type of operating system or environment does evcc run on?

HomeAssistant Add-on

Nightly build

  • I have verified that the issue is reproducible with the latest nightly build

Version

0.133.0

@andig andig added the devices Specific device support label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

No branches or pull requests

3 participants