evcc-io / evcc

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

SE: "home battery discharge lock", does not to switch back to normal #15577

Closed Hstrohi closed 2 weeks ago

Hstrohi commented 4 weeks ago

Describe the bug

After activating once the switch "home battery discharge lock" in the webui and switched it back afterwards to "not on" it seems that the battery does not provide any power for usage of the home at all. Since playing around with the switch battery stays on 100% constant for days now and all power that is needed is provided from the electricity grid or the pv collectors (when energy is available there). Did a config check but nothing was changed there and values look ok. Running a solaredge-hybrid with LG Battery environment. One thing that is maybe a little bit special, the installation was extend last year and has 2 inverters running that are connected. Just wanted to mention that, maybe that gets important when it comes to battery behviour steering.

Tried to set back the option via command line evcc -l trace meter --battery-mode normal please take a look at trace file below.

Steps to reproduce

  1. Update to the latest version 0.130.2
  2. Switch on the "home battery discharge lock"
  3. Switch off the "home battery discharge lock"
  4. Keep an eye on battery status and power consumption, battery stays on 100% ...

Configuration details

meters:
- type: template
  template: solaredge-hybrid
  id: 1
  host: 192.168.188.45
  port: 1502
  usage: grid
  modbus: tcpip
  name: grid1
- type: template
  template: solaredge-hybrid
  id: 1
  host: 192.168.188.45
  port: 1502
  usage: pv
  modbus: tcpip
  name: pv2
- type: template
  template: solaredge-hybrid
  id: 1
  host: 192.168.188.45
  port: 1502
  usage: battery
  modbus: tcpip
  name: battery3
  capacity: 6
....
site:
  title: HomeSweetHome
  meters:
    grid: grid1
    battery:
    - battery3
  residualPower: 100

Log details

root@raspberrypi:~# evcc -l trace meter --battery-mode  normal
[main  ] INFO 2024/08/21 17:09:04 evcc 0.130.2
[main  ] INFO 2024/08/21 17:09:04 using config file: /root/evcc.yaml
[db    ] INFO 2024/08/21 17:09:04 using sqlite database: /root/.evcc/evcc.db
[db    ] TRACE 2024/08/21 17:09:04 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="settings" -1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "settings" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT * FROM `settings` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT * FROM `settings` 7 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="devices" -1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="device_details" -1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="configs" -1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "configs" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT * FROM `configs` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[db    ] TRACE 2024/08/21 17:09:04 SELECT * FROM `configs` WHERE `configs`.`class` = 2 0 <nil>
[sunspec] TRACE 2024/08/21 17:09:04 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:04 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:04 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:04 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:04 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:04 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:04 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 14 00 00 00 06 01 03 9c 44 00 42
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 33 30 30 30 48 2d 52 57 53 30 30 42 4e 4f 34 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30 30 30 34 2e 30 30 32 30 2e 30 30 33 36 00 00 37 33 30 33 44 38 33 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 65
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 15 00 00 00 06 01 03 9c 87 00 32
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 15 00 00 00 67 01 03 64 00 00 00 00 ff ff ff ff ff fe 09 15 ff ff ff ff 09 15 ff ff ff ff ff ff 00 00 00 00 c3 6a ff fd 00 00 00 00 00 00 00 00 00 00 00 00 00 93 23 ef 00 00 00 00 00 00 10 fe ff ff 00 00 00 00 80 00 0e 5b 80 00 80 00 ff fe 00 05 00 00 ff ff ff ff ff ff ff ff 00 00 00 00 ff ff ff ff ff ff ff ff 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:05 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:05 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:06 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:06 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 34 00 11 00 12 00 0f ff ff 5b 00 5b 00 5a ba 5a 7d 00 00 00 00 00 00 00 00 ff fe 13 8a ff fe 02 b8 00 69 01 47 01 07 00 00 02 fe 01 01 01 5b 01 08 00 00 fe c0 ff 16 ff 8c 00 1e 00 00 e9 bd f6 78 e2 c8 e3 f5 ff fe 00 8f d8 2c 00 2c ff d5 00 96 91 33 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:07 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:07 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 34 00 11 00 12 00 0f ff ff 5b 00 5b 00 5a ba 5a 7d 00 00 00 00 00 00 00 00 ff fe 13 8a ff fe 02 c4 00 7a 01 49 00 ff 00 00 03 09 01 09 01 5d 01 01 00 00 fe c0 ff 16 ff 8c 00 1e 00 00 e9 bd f6 78 e2 c8 e3 f5 ff fe 00 8f d8 2c 00 2c ff d5 00 96 91 33 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:08 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:08 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 33 00 11 00 12 00 0f ff ff 5a f6 5a f6 5a ba 5a 68 00 00 00 00 00 00 00 00 ff fe 13 88 ff fe 02 b8 00 6c 01 46 01 05 00 00 03 03 01 00 01 5d 01 06 00 00 fe b5 ff 18 ff 84 00 19 00 00 e9 b2 f5 74 e3 2d e4 77 ff fe 00 8f d8 2e 00 2c ff d5 00 96 91 34 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:09 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:09 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 33 00 11 00 12 00 0f ff ff 5a f6 5a f6 5a ba 5a 68 00 00 00 00 00 00 00 00 ff fe 13 88 ff fe 02 6b 00 52 01 2e 00 ea 00 00 02 be 00 f6 01 46 00 ec 00 00 fe b5 ff 18 ff 84 00 19 00 00 e9 b2 f5 74 e3 2d e4 77 ff fe 00 8f d8 2e 00 2c ff d5 00 96 91 34 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:10 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:10 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 33 00 11 00 12 00 0f ff ff 5a f6 5a f6 5a ba 5a 68 00 00 00 00 00 00 00 00 ff fe 13 88 ff fe 02 99 00 63 01 3b 00 fa 00 00 02 e7 00 fc 01 53 00 fc 00 00 fe b5 ff 18 ff 84 00 19 00 00 e9 b2 f5 74 e3 2d e4 77 ff fe 00 8f d8 2e 00 2c ff d5 00 96 91 34 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:11 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:11 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:12 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:12 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 33 00 11 00 12 00 0f ff ff 5a f6 5a f6 5a ba 5a 68 00 00 00 00 00 00 00 00 ff fe 13 88 ff fe 02 b0 00 6b 01 44 00 ff 00 00 02 fb 01 00 01 5b 01 00 00 00 fe b5 ff 18 ff 84 00 19 00 00 e9 b2 f5 74 e3 2d e4 77 ff fe 00 8f d8 2e 00 2c ff d5 00 96 91 34 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:13 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:13 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 33 00 11 00 12 00 0f ff ff 5a f6 5a f6 5a ba 5a 68 00 00 00 00 00 00 00 00 ff fe 13 88 ff fe 01 38 ff ea 00 c8 00 86 00 00 01 c7 00 e9 00 ec 00 88 00 00 fe b5 ff 18 ff 84 00 19 00 00 e9 b2 f5 74 e3 2d e4 77 ff fe 00 8f d8 2e 00 2c ff d5 00 96 91 34 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:14 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:14 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 34 00 11 00 13 00 0f ff ff 5b 32 5b 32 5a fd 5a b2 00 00 00 00 00 00 00 00 ff fe 13 88 ff fe ff d1 ff 70 00 53 00 0d 00 00 01 4d 01 0e 00 95 00 1a 00 00 fe b6 ff 1b ff 85 00 16 00 00 e9 0f f4 d4 e2 a1 e3 b9 ff fe 00 8f d8 2e 00 2c ff d5 00 96 91 34 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:15 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:15 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 34 00 11 00 13 00 0f ff ff 5b 32 5b 32 5a fd 5a b2 00 00 00 00 00 00 00 00 ff fe 13 88 ff fe 00 0f ff 7d 00 69 00 29 00 00 01 4a 01 08 00 a2 00 2f 00 00 fe b6 ff 1b ff 85 00 16 00 00 e9 0f f4 d4 e2 a1 e3 b9 ff fe 00 8f d8 2e 00 2c ff d5 00 96 91 34 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:16 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:16 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 34 00 11 00 13 00 0f ff ff 5b 32 5b 32 5a fd 5a b2 00 00 00 00 00 00 00 00 ff fe 13 88 ff fe ff eb ff 89 00 53 00 0e 00 00 01 4a 01 02 00 95 00 1b 00 00 fe b6 ff 1b ff 85 00 16 00 00 e9 0f f4 d4 e2 a1 e3 b9 ff fe 00 8f d8 2e 00 2c ff d5 00 96 91 34 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 01 00 00 00 06 01 03 9c 40 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 01 00 00 00 07 01 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 02 00 00 00 06 01 03 9c 42 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 02 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 03 00 00 00 06 01 03 9c 85 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 03 00 00 00 07 01 03 04 00 65 00 32
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 04 00 00 00 06 01 03 9c b9 00 02
[sunspec] TRACE 2024/08/21 17:09:17 modbus: recv 00 04 00 00 00 07 01 03 04 00 01 00 41
[sunspec] TRACE 2024/08/21 17:09:17 modbus: send 00 05 00 00 00 06 01 03 9c fc 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 05 00 00 00 07 01 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 06 00 00 00 06 01 03 9d 67 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 06 00 00 00 07 01 03 04 02 bd 00 99
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 07 00 00 00 06 01 03 9e 02 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 07 00 00 00 07 01 03 04 02 be 00 32
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 08 00 00 00 06 01 03 9e 36 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 08 00 00 00 07 01 03 04 02 bf 00 11
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 09 00 00 00 06 01 03 9e 49 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 09 00 00 00 07 01 03 04 02 c0 00 41
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 0a 00 00 00 06 01 03 9e 8c 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 0a 00 00 00 07 01 03 04 02 c1 00 39
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 0b 00 00 00 06 01 03 9e c7 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 0b 00 00 00 07 01 03 04 02 c2 00 2f
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 0c 00 00 00 06 01 03 9e f8 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 0c 00 00 00 07 01 03 04 02 c3 00 69
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 0d 00 00 00 06 01 03 9f 63 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 0d 00 00 00 07 01 03 04 02 c4 00 69
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 0e 00 00 00 06 01 03 9f ce 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 0e 00 00 00 07 01 03 04 02 c5 00 87
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 0f 00 00 00 06 01 03 a0 57 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 0f 00 00 00 07 01 03 04 02 c6 00 87
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 10 00 00 00 06 01 03 a0 e0 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 10 00 00 00 07 01 03 04 02 c7 00 20
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 11 00 00 00 06 01 03 a1 02 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 11 00 00 00 07 01 03 04 02 c8 00 2c
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 12 00 00 00 06 01 03 a1 30 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 12 00 00 00 07 01 03 04 02 c9 00 07
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 13 00 00 00 06 01 03 a1 39 00 02
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 13 00 00 00 07 01 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 14 00 00 00 06 01 03 9c bb 00 42
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 14 00 00 00 87 01 03 84 53 6f 6c 61 72 45 64 67 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 45 2d 4d 54 52 2d 33 59 2d 34 30 30 56 2d 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 78 70 6f 72 74 2b 49 6d 70 6f 72 74 00 00 00 37 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 30 36 34 38 39 33 38 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 cb
[sunspec] TRACE 2024/08/21 17:09:18 modbus: send 00 15 00 00 00 06 01 03 9c fe 00 69
[sunspec] TRACE 2024/08/21 17:09:18 modbus: recv 00 15 00 00 00 d5 01 03 d2 00 34 00 11 00 13 00 0f ff ff 5b 32 5b 32 5a fd 5a b2 00 00 00 00 00 00 00 00 ff fe 13 88 ff fe ff d6 ff 75 00 56 00 0b 00 00 01 4c 01 0c 00 96 00 19 00 00 fe b6 ff 1b ff 85 00 16 00 00 e9 0f f4 d4 e2 a1 e3 b9 ff fe 00 8f d8 2e 00 2c ff d5 00 96 91 34 00 3a 06 9b 01 12 e5 9a 00 e4 93 32 00 51 44 8d 00 4a cd 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
[modbus] TRACE 2024/08/21 17:09:18 modbus: send 00 01 00 00 00 06 01 06 e0 0d 00 07
[modbus] TRACE 2024/08/21 17:09:18 modbus: recv 00 01 00 00 00 06 01 06 e0 0d 00 07
[modbus] TRACE 2024/08/21 17:09:18 modbus: send 00 01 00 00 00 0b 01 10 e0 10 00 02 04 40 00 45 9c
[modbus] TRACE 2024/08/21 17:09:18 modbus: recv 00 01 00 00 00 06 01 10 e0 10 00 02
root@raspberrypi:~#

What type of operating system are you running?

Linux

Version

evcc version 0.130.2

andig commented 4 weeks ago

Normal wäre ja gem. https://github.com/evcc-io/evcc/pull/11904:

source: sequence
set:
- source: const
  value: 7 # Maximize self-consumption
  set:
    source: modbus
    {{- include "modbus" . | indent 12 }}
    register:
      address: 0xE00D # StorageRemoteCtrl_CommandMode
      type: writesingle
      encoding: uint16
- source: const
  value: 5000 # W
  set:
    source: modbus
    {{- include "modbus" . | indent 12 }}
    register:
      address: 0xE010 # StorageRemoteCtrl_DischargeLimit
      type: writemultiple
      encoding: float32s

Ist daran etwas falsch?

/cc @premultiply @MarkusGH

Hstrohi commented 3 weeks ago

Gibt es eine Möglichkeit die Entnahmesperre für die Battarie über die cmd zurückzusetzen/auszuschalten? Wäre gut wieder die Ressource nutzen zu können.