evcc-io / evcc

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

Netzladen SBS 5.0 funktioniert nur mit dem "falschen" template sma-sbs-15-25-modbus #16907

Closed Deepy1973 closed 3 hours ago

Deepy1973 commented 4 hours ago

Describe the bug

Ich verwende evcc als Add-on unter Home Assistant in Kombination mit zwei SMA Wechselrichter (Sunny Tripower 10.0 und Sunny Tripower X12), einer 11kw BYD Batterie an SMA Batteriewechselrichter Sunny boy Storage 5.0 und dem SHM 2.0 mit der aktuellen Software 2.15.6. R

Trotz aller Bemühungen hab ich das System nicht dazu überreden können, die Batterie aus dem Netz zu laden :-( Als Standardstromtarif habe ich 29ct und als günstig (von 0:00Uhr bis 5:00Uhr) 20ct eingetragen.

Nach langer Fehlersuche hab ich einfach mal das sma-sbs-15-25-modbus template für meinen Sunny Boy Storage 5.0 genommen. Und siehe da die Batterie lädt bis 2,6KW.

Zurück auf das "richtige" template sma-sbs-modbus und laden aus dem Netz wird umgehend gestoppt. Die Batterie wird quasi "nur" gesperrt und es wird max. Hausverbrauch aus dem Netz gezogen. Ansonsten, z.B. beim Schnellladen lädt und entlädt sie bis 4,6kw. Läßt sich sperren für Schnelladen und nimmt bis zu 4,6kw vom PV Dach auf.

Kann es sein, das das sma-sbs-modbus template noch dieselben letzten Modifikationen des sma-sbs-15-25-modbus templates braucht?

Steps to reproduce

  1. Preis so eingestellt, das die Batterie aus dem Netz geladen werden soll. UI bestätigt günstiges Netzladen
  2. sma-sbs-modbus als template eintragen und Neustarten
  3. Batterie lädt nicht aus dem Netz
  4. sma-sbs-15-25-modbus als template eintragen und Neustarten
  5. Batterie lädt umgehend mit bis zu 2,6kw aus dem Netz
  6. sma-sbs-modbus als template eintragen und Neustarten
  7. Batterie lädt nicht mehr aus dem Netz ...

Configuration details

# open evcc at http://evcc.local:7070
network:
  schema: http
  host: evcc.local # .local suffix announces the hostname on MDNS
  port: xxxx

log: debug
levels:
  cache: error

# unique installation id
plant: xxxx

interval: 10s # control cycle interval

sponsortoken: xxxx

# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: true

meters:
- type: template
  template: sma-home-manager 
  usage: grid  
  host: 192.168.1.152  
  name: grid1
- type: template
  template: sma-inverter-speedwire 
  usage: pv  
  host: 192.168.1.91  
  password: xxxx  
  name: pv2
- type: template
  template: sma-inverter-speedwire 
  usage: pv  
  host: 192.168.1.42  
  password: xxxx  
  name: pv3
- type: template
  template: sma-sbs-modbus 
  usage: battery
  modbus: tcpip
  id: 3  
  host: 192.168.1.54
  port: 502
  capacity: 11
  # watchdog: 60s
  name: battery4

chargers:
- type: template
  template: keba-modbus 
  id: 255  
  host: 192.168.1.29  
  port: 502  
  modbus: tcpip  
  name: wallbox1
- type: template
  template: smaevcharger  
  host: 192.168.1.12  
  user: xxxx
  password: xxxx 
  name: wallbox2

loadpoints:
- title: Garage
  charger: wallbox1
  mode: pv
- title: Huette
  charger: wallbox2
  mode: pv

vehicles:
- name: Tesla
  type: template
  template: tesla
  title: Model Y
  accessToken: xxxx
  refreshToken: xxxx
  capacity: 78
  priority: 2
- name: smart
  type: template
  template: smart-hello
  title: Smart #3
  user: xxxx
  password: xxxx
  capacity: 62
  priority: 1

site:
  title: Mein Zuhause
  meters:
    grid: grid1
    pv:
    - pv2
    - pv3
    battery:
    - battery4
  residualPower: 100

tariffs:
  currency: EUR
  grid:
    type: fixed
    price: 0.294
    zones:
      - days: Mo-So
        hours: 0-4:45
        price: 0.2 # EUR/kWh
  feedin:
    type: fixed
    price: 0.08
  co2:
    type: grünstromindex
    zip: xxxx

hems:
  type: sma
  AllowControl: false

Log details

[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 new inverter at 192.168.1.91 - Serial=3012655689
[sma   ] TRACE 2024/10/27 14:30:59 login for 192.168.1.91:9522
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 new inverter at 192.168.1.42 - Serial=3015591361
[sma   ] TRACE 2024/10/27 14:30:59 login for 192.168.1.42:9522
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 requestValues for 192.168.1.42:9522: 0x5100 0x263F00 0x263FFF
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 requestValues for 192.168.1.42:9522: 0x5100 0x295A00 0x295AFF
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.42 invalid: invalid DeviceData - length 28
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 new energy meter at 192.168.1.152 - Serial=3011849834
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 new inverter at 192.168.1.91 - Serial=3012655689
[sma   ] TRACE 2024/10/27 14:30:59 found device 3012655689 at 192.168.1.91
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 new inverter at 192.168.1.42 - Serial=3015591361
[sma   ] TRACE 2024/10/27 14:30:59 found device 3015591361 at 192.168.1.42
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 requestValues for 192.168.1.91:9522: 0x5100 0x263F00 0x263FFF
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 requestValues for 192.168.1.91:9522: 0x5100 0x295A00 0x295AFF
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 requestValues for 192.168.1.91:9522: 0x5100 0x411E00 0x4120FF
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 requestValues for 192.168.1.91:9522: 0x5100 0x464000 0x4642FF
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 requestValues for 192.168.1.91:9522: 0x5100 0x464800 0x4655FF
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:30:59 requestValues for 192.168.1.91:9522: 0x5100 0x465700 0x4657FF
[sma   ] TRACE 2024/10/27 14:30:59 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5100 0x491E00 0x495DFF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5180 0x214800 0x2148FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 new energy meter at 192.168.1.152 - Serial=3011849834
[sma   ] TRACE 2024/10/27 14:31:00 found device 3011849834 at 192.168.1.152
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5180 0x416400 0x4164FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5200 0x237700 0x2377FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5380 0x251E00 0x251EFF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5380 0x451F00 0x4521FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5400 0x260100 0x2622FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5400 0x462E00 0x462FFF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5400 0x496700 0x4988FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.91:9522: 0x5800 0x821E00 0x8220FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 logout for 192.168.1.91:9522
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 send discover package
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.54: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.54: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 failed to get values for 192.168.1.42:9522: no packet received in timeout
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.42:9522: 0x5100 0x411E00 0x4120FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.42:9522: 0x5100 0x464000 0x4642FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.42:9522: 0x5100 0x464800 0x4655FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.42:9522: 0x5100 0x465700 0x4657FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.42:9522: 0x5100 0x491E00 0x495DFF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.152: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42 invalid: invalid DeviceData - length 28
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.54: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 new inverter at 192.168.1.54 - Serial=3015179932
[sma   ] TRACE 2024/10/27 14:31:00 found device 3015179932 at 192.168.1.54
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 send discover package
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.152: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.54: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.91: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 failed to get values for 192.168.1.42:9522: no packet received in timeout
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.42:9522: 0x5180 0x214800 0x2148FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.42:9522: 0x5180 0x416400 0x4164FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 requestValues for 192.168.1.42:9522: 0x5200 0x237700 0x2377FF
[sma   ] TRACE 2024/10/27 14:31:00 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma   ] TRACE 2024/10/27 14:31:00 recv 192.168.1.42 invalid: invalid DeviceData - length 28

What type of operating system are you running?

HomeAssistant Add-on

Nightly build

Version

v0.1.31.1

premultiply commented 3 hours ago

Ich sehe im Log kein modbus.

Habe es eben bei meinem SBS 3.7 nochmal getestet: Funktioniert einwandfrei.

Mit den Standardeinstellungen des SBS kann es sein, dass die Anpassung der Kurve im SBS SEHR lange dauert. Mehrere Minuten! Entweder aussitzen oder Einstellungen anpassen. Erfordert Grid Guard Code.

Deepy1973 commented 2 hours ago

seltsam! Denn wenn ich in der evcc.yaml anstatt "sma-sbs-modbus" dann "sma-sbs-15-25-modbus" als template eintrage funktioniert es sofort! Ohne weitere Änderungen...

Deepy1973 commented 2 hours ago

Noch der log dazu:

[site ] DEBUG 2024/10/27 16:36:49 ---- [sma ] TRACE 2024/10/27 16:36:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:36:49 requestValues for 192.168.1.91:9522: 0x5100 0x491E00 0x495DFF [sma ] TRACE 2024/10/27 16:36:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:36:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:36:49 requestValues for 192.168.1.91:9522: 0x5180 0x214800 0x2148FF [sma ] TRACE 2024/10/27 16:36:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:36:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:36:49 requestValues for 192.168.1.91:9522: 0x5180 0x416400 0x4164FF [sma ] TRACE 2024/10/27 16:36:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:36:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:36:49 requestValues for 192.168.1.91:9522: 0x5200 0x237700 0x2377FF [sma ] TRACE 2024/10/27 16:36:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [site ] DEBUG 2024/10/27 16:36:49 pv 2 power: 104W [site ] DEBUG 2024/10/27 16:36:49 grid power: 3563W [site ] DEBUG 2024/10/27 16:36:49 grid powers: [3342 35 186]W [site ] DEBUG 2024/10/27 16:36:49 grid currents: [14.7 0.784 1.53]A [battery4] TRACE 2024/10/27 16:36:49 modbus: send 00 58 00 00 00 06 03 04 78 37 00 02 [site ] DEBUG 2024/10/27 16:36:49 pv 1 power: 111W [site ] DEBUG 2024/10/27 16:36:49 pv power: 215W [battery4] TRACE 2024/10/27 16:36:49 modbus: recv 00 58 00 00 00 07 03 04 04 ff ff f5 be [battery4] TRACE 2024/10/27 16:36:49 modbus: send 00 59 00 00 00 06 03 03 77 31 00 04 [sma ] TRACE 2024/10/27 16:36:49 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:36:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:36:49 requestValues for 192.168.1.91:9522: 0x5380 0x251E00 0x251EFF [sma ] TRACE 2024/10/27 16:36:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [battery4] TRACE 2024/10/27 16:36:49 modbus: recv 00 59 00 00 00 0b 03 03 08 00 00 00 00 00 4a 91 69 [battery4] TRACE 2024/10/27 16:36:49 modbus: send 00 5a 00 00 00 06 03 03 78 7d 00 02 [battery4] TRACE 2024/10/27 16:36:49 modbus: recv 00 5a 00 00 00 07 03 03 04 00 00 00 19 [site ] DEBUG 2024/10/27 16:36:49 battery soc: 25% [site ] DEBUG 2024/10/27 16:36:49 battery power: -2626W [site ] DEBUG 2024/10/27 16:36:49 battery has priority at soc 25% (< 80%) [site ] DEBUG 2024/10/27 16:36:49 site power: 3663W

Deepy1973 commented 2 hours ago

Ich sehe im Log kein modbus.

Habe es eben bei meinem SBS 3.7 nochmal getestet: Funktioniert einwandfrei.

Mit den Standardeinstellungen des SBS kann es sein, dass die Anpassung der Kurve im SBS SEHR lange dauert. Mehrere Minuten! Entweder aussitzen oder Einstellungen anpassen. Erfordert Grid Guard Code.

hab mehrere Stunden gewartet. Da passiert nix ausser sperren der Batterieentladung.

Deepy1973 commented 2 hours ago

Auf sbs-modbus template gewechselt und wieder kein Netzladen der Batterie. Log dazu:

[site ] DEBUG 2024/10/27 16:45:43 ---- [sma ] TRACE 2024/10/27 16:45:43 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [site ] DEBUG 2024/10/27 16:45:43 grid power: 1112W [battery4] TRACE 2024/10/27 16:45:43 modbus: send 00 3d 00 00 00 06 03 04 78 37 00 02 [site ] DEBUG 2024/10/27 16:45:43 grid powers: [766 42 303]W [site ] DEBUG 2024/10/27 16:45:43 pv 2 power: 69W [site ] DEBUG 2024/10/27 16:45:43 pv 1 power: 83W [site ] DEBUG 2024/10/27 16:45:43 pv power: 152W [site ] DEBUG 2024/10/27 16:45:43 grid currents: [3.48 0.796 2.28]A [battery4] TRACE 2024/10/27 16:45:43 modbus: recv 00 3d 00 00 00 07 03 04 04 ff ff ff e8 [battery4] TRACE 2024/10/27 16:45:43 modbus: send 00 3e 00 00 00 06 03 03 77 31 00 04 [battery4] TRACE 2024/10/27 16:45:43 modbus: recv 00 3e 00 00 00 0b 03 03 08 00 00 00 00 00 4a 91 71 [battery4] TRACE 2024/10/27 16:45:43 modbus: send 00 3f 00 00 00 06 03 03 78 7d 00 02 [battery4] TRACE 2024/10/27 16:45:43 modbus: recv 00 3f 00 00 00 07 03 03 04 00 00 00 1b [site ] DEBUG 2024/10/27 16:45:43 battery soc: 27% [site ] DEBUG 2024/10/27 16:45:43 battery power: -24W [site ] DEBUG 2024/10/27 16:45:43 battery has priority at soc 27% (< 80%) [site ] DEBUG 2024/10/27 16:45:43 site power: 1212W [sma ] TRACE 2024/10/27 16:45:43 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 login for 192.168.1.91:9522 [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [semp ] TRACE 2024/10/27 16:45:44 send: {XMLName:{Space: Local:} Xmlns:urn:schemas-upnp-org:device-1-0 SpecVersion:{Major:1 Minor:0} Device:{DeviceType:urn:schemas-simple-energy-management-protocol:device:Gateway:1 FriendlyName:evcc Manufacturer:github.com/evcc-io/evcc ModelName:EVCC SEMP Server 0.131.1 UDN:uuid:270fd86f-947a-11ef-9890-2ccf678051d5 PresentationURL:http://192.168.1.57:7070 ServiceDefinition:{Xmlns:urn:schemas-simple-energy-management-protocol:service-1-0 Server:http://192.168.1.57:7070 BasePath:/semp Transport:HTTP/Pull ExchangeFormat:XML WsVersion:1.1.0} ServiceList:[]}} [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5100 0x263F00 0x263FFF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5100 0x295A00 0x295AFF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5100 0x411E00 0x4120FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5100 0x464000 0x4642FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5100 0x464800 0x4655FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5100 0x465700 0x4657FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5100 0x491E00 0x495DFF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5180 0x214800 0x2148FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5180 0x416400 0x4164FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5200 0x237700 0x2377FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5380 0x251E00 0x251EFF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5380 0x451F00 0x4521FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5400 0x260100 0x2622FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5400 0x462E00 0x462FFF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5400 0x496700 0x4988FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 requestValues for 192.168.1.91:9522: 0x5800 0x821E00 0x8220FF [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 logout for 192.168.1.91:9522 [sma ] TRACE 2024/10/27 16:45:44 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:44 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 login for 192.168.1.42:9522 [sma ] TRACE 2024/10/27 16:45:45 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 requestValues for 192.168.1.42:9522: 0x5100 0x263F00 0x263FFF [sma ] TRACE 2024/10/27 16:45:45 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 requestValues for 192.168.1.42:9522: 0x5100 0x295A00 0x295AFF [sma ] TRACE 2024/10/27 16:45:45 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 recv 192.168.1.42 invalid: invalid DeviceData - length 28 [sma ] TRACE 2024/10/27 16:45:45 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:45 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 failed to get values for 192.168.1.42:9522: no packet received in timeout [sma ] TRACE 2024/10/27 16:45:46 requestValues for 192.168.1.42:9522: 0x5100 0x411E00 0x4120FF [sma ] TRACE 2024/10/27 16:45:46 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 requestValues for 192.168.1.42:9522: 0x5100 0x464000 0x4642FF [sma ] TRACE 2024/10/27 16:45:46 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 requestValues for 192.168.1.42:9522: 0x5100 0x464800 0x4655FF [sma ] TRACE 2024/10/27 16:45:46 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 requestValues for 192.168.1.42:9522: 0x5100 0x465700 0x4657FF [sma ] TRACE 2024/10/27 16:45:46 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 requestValues for 192.168.1.42:9522: 0x5100 0x491E00 0x495DFF [sma ] TRACE 2024/10/27 16:45:46 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.42 invalid: invalid DeviceData - length 28 [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 failed to get values for 192.168.1.42:9522: no packet received in timeout [sma ] TRACE 2024/10/27 16:45:46 requestValues for 192.168.1.42:9522: 0x5180 0x214800 0x2148FF [sma ] TRACE 2024/10/27 16:45:46 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 requestValues for 192.168.1.42:9522: 0x5180 0x416400 0x4164FF [sma ] TRACE 2024/10/27 16:45:46 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 requestValues for 192.168.1.42:9522: 0x5200 0x237700 0x2377FF [sma ] TRACE 2024/10/27 16:45:46 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.42 invalid: invalid DeviceData - length 28 [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:46 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 failed to get values for 192.168.1.42:9522: no packet received in timeout [sma ] TRACE 2024/10/27 16:45:47 requestValues for 192.168.1.42:9522: 0x5380 0x251E00 0x251EFF [sma ] TRACE 2024/10/27 16:45:47 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 requestValues for 192.168.1.42:9522: 0x5380 0x451F00 0x4521FF [sma ] TRACE 2024/10/27 16:45:47 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 requestValues for 192.168.1.42:9522: 0x5400 0x260100 0x2622FF [sma ] TRACE 2024/10/27 16:45:47 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 requestValues for 192.168.1.42:9522: 0x5400 0x462E00 0x462FFF [sma ] TRACE 2024/10/27 16:45:47 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 requestValues for 192.168.1.42:9522: 0x5400 0x496700 0x4988FF [sma ] TRACE 2024/10/27 16:45:47 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.42 invalid: invalid DeviceData - length 28 [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 failed to get values for 192.168.1.42:9522: no packet received in timeout [sma ] TRACE 2024/10/27 16:45:47 requestValues for 192.168.1.42:9522: 0x5800 0x821E00 0x8220FF [sma ] TRACE 2024/10/27 16:45:47 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 logout for 192.168.1.42:9522 [sma ] TRACE 2024/10/27 16:45:47 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:47 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:48 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:48 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:48 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:48 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:48 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 login for 192.168.1.91:9522 [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5100 0x263F00 0x263FFF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5100 0x295A00 0x295AFF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5100 0x411E00 0x4120FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5100 0x464000 0x4642FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5100 0x464800 0x4655FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5100 0x465700 0x4657FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5100 0x491E00 0x495DFF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5180 0x214800 0x2148FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5180 0x416400 0x4164FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5200 0x237700 0x2377FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5380 0x251E00 0x251EFF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5380 0x451F00 0x4521FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5400 0x260100 0x2622FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5400 0x462E00 0x462FFF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5400 0x496700 0x4988FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 requestValues for 192.168.1.91:9522: 0x5800 0x821E00 0x8220FF [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 logout for 192.168.1.91:9522 [sma ] TRACE 2024/10/27 16:45:49 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:49 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 login for 192.168.1.42:9522 [sma ] TRACE 2024/10/27 16:45:50 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 requestValues for 192.168.1.42:9522: 0x5100 0x263F00 0x263FFF [sma ] TRACE 2024/10/27 16:45:50 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 requestValues for 192.168.1.42:9522: 0x5100 0x295A00 0x295AFF [sma ] TRACE 2024/10/27 16:45:50 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 recv 192.168.1.42 invalid: invalid DeviceData - length 28 [sma ] TRACE 2024/10/27 16:45:50 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:50 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 failed to get values for 192.168.1.42:9522: no packet received in timeout [sma ] TRACE 2024/10/27 16:45:51 requestValues for 192.168.1.42:9522: 0x5100 0x411E00 0x4120FF [sma ] TRACE 2024/10/27 16:45:51 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 requestValues for 192.168.1.42:9522: 0x5100 0x464000 0x4642FF [sma ] TRACE 2024/10/27 16:45:51 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 requestValues for 192.168.1.42:9522: 0x5100 0x464800 0x4655FF [sma ] TRACE 2024/10/27 16:45:51 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 requestValues for 192.168.1.42:9522: 0x5100 0x465700 0x4657FF [sma ] TRACE 2024/10/27 16:45:51 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 requestValues for 192.168.1.42:9522: 0x5100 0x491E00 0x495DFF [sma ] TRACE 2024/10/27 16:45:51 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.42 invalid: invalid DeviceData - length 28 [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 failed to get values for 192.168.1.42:9522: no packet received in timeout [sma ] TRACE 2024/10/27 16:45:51 requestValues for 192.168.1.42:9522: 0x5180 0x214800 0x2148FF [sma ] TRACE 2024/10/27 16:45:51 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 requestValues for 192.168.1.42:9522: 0x5180 0x416400 0x4164FF [sma ] TRACE 2024/10/27 16:45:51 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 requestValues for 192.168.1.42:9522: 0x5200 0x237700 0x2377FF [sma ] TRACE 2024/10/27 16:45:51 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.42 invalid: invalid DeviceData - length 28 [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:51 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 failed to get values for 192.168.1.42:9522: no packet received in timeout [sma ] TRACE 2024/10/27 16:45:52 requestValues for 192.168.1.42:9522: 0x5380 0x251E00 0x251EFF [sma ] TRACE 2024/10/27 16:45:52 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 requestValues for 192.168.1.42:9522: 0x5380 0x451F00 0x4521FF [sma ] TRACE 2024/10/27 16:45:52 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 requestValues for 192.168.1.42:9522: 0x5400 0x260100 0x2622FF [sma ] TRACE 2024/10/27 16:45:52 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 requestValues for 192.168.1.42:9522: 0x5400 0x462E00 0x462FFF [sma ] TRACE 2024/10/27 16:45:52 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 requestValues for 192.168.1.42:9522: 0x5400 0x496700 0x4988FF [sma ] TRACE 2024/10/27 16:45:52 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.42 invalid: invalid DeviceData - length 28 [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 failed to get values for 192.168.1.42:9522: no packet received in timeout [sma ] TRACE 2024/10/27 16:45:52 requestValues for 192.168.1.42:9522: 0x5800 0x821E00 0x8220FF [sma ] TRACE 2024/10/27 16:45:52 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 logout for 192.168.1.42:9522 [sma ] TRACE 2024/10/27 16:45:52 send 192.168.1.42: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:52 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:53 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:53 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:53 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [site ] DEBUG 2024/10/27 16:45:53 ---- [sma ] TRACE 2024/10/27 16:45:53 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [site ] DEBUG 2024/10/27 16:45:53 grid power: 1207W [site ] DEBUG 2024/10/27 16:45:53 grid powers: [765 43 399]W [site ] DEBUG 2024/10/27 16:45:53 grid currents: [3.48 0.804 2.71]A [site ] DEBUG 2024/10/27 16:45:53 pv 2 power: 69W [site ] DEBUG 2024/10/27 16:45:53 pv 1 power: 83W [site ] DEBUG 2024/10/27 16:45:53 pv power: 152W [battery4] TRACE 2024/10/27 16:45:53 modbus: send 00 40 00 00 00 06 03 04 78 37 00 02 [battery4] TRACE 2024/10/27 16:45:53 modbus: recv 00 40 00 00 00 07 03 04 04 ff ff ff e9 [battery4] TRACE 2024/10/27 16:45:53 modbus: send 00 41 00 00 00 06 03 03 77 31 00 04 [battery4] TRACE 2024/10/27 16:45:53 modbus: recv 00 41 00 00 00 0b 03 03 08 00 00 00 00 00 4a 91 71 [battery4] TRACE 2024/10/27 16:45:53 modbus: send 00 42 00 00 00 06 03 03 78 7d 00 02 [battery4] TRACE 2024/10/27 16:45:53 modbus: recv 00 42 00 00 00 07 03 03 04 00 00 00 1b [site ] DEBUG 2024/10/27 16:45:53 battery soc: 27% [site ] DEBUG 2024/10/27 16:45:53 battery power: -23W [site ] DEBUG 2024/10/27 16:45:53 battery has priority at soc 27% (< 80%) [site ] DEBUG 2024/10/27 16:45:53 site power: 1307W [sma ] TRACE 2024/10/27 16:45:53 recv 192.168.1.12: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:53 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 login for 192.168.1.91:9522 [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5100 0x263F00 0x263FFF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5100 0x295A00 0x295AFF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5100 0x411E00 0x4120FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5100 0x464000 0x4642FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5100 0x464800 0x4655FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5100 0x465700 0x4657FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5100 0x491E00 0x495DFF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5180 0x214800 0x2148FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5180 0x416400 0x4164FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5200 0x237700 0x2377FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5380 0x251E00 0x251EFF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5380 0x451F00 0x4521FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5400 0x260100 0x2622FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5400 0x462E00 0x462FFF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5400 0x496700 0x4988FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 requestValues for 192.168.1.91:9522: 0x5800 0x821E00 0x8220FF [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 logout for 192.168.1.91:9522 [sma ] TRACE 2024/10/27 16:45:54 send 192.168.1.91: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry] [sma ] TRACE 2024/10/27 16:45:54 recv 192.168.1.152: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]