looking for communication protocol for inveter
MODEL |
IsolarSMG II 3.6K |
IsolarSMG II 5.6K |
Pojemność |
3.6KVA/3.6KW |
5.6KVA/5.6KW |
Równoległość |
Nie |
Nie |
Wejście |
||
Napięcie nominalne |
230VAC |
|
Akceptacja |
170-280VAC(ForpersonalComputer);90-280VAC (dla urządzeń gospodarstwa domowego) |
|
Częstotliwość |
50/60Hz(Autosensing) |
|
Wyjście |
||
Napięcie nominalne |
220/230VAC ± 5% |
|
SurgePower |
7000VA |
11000VA |
Częstotliwość |
50/60Hz |
|
Kształt fali |
Fala puszkowa |
|
Czas transferu |
10Ms (dla komputera osobistego);20Ms (dla urządzeń gospodarstwa domowego) |
|
Wydajność (PVtoINV) |
96% |
|
Wydajność (BatterytoINV) |
93% |
|
OverloadProtection |
5s @>= 150% obciążenia; 10s przy obciążeniu 110%-150% |
|
Krem |
3:1 |
|
AdmissiblePowerFactor |
0.6-1(inductiveorcapacitive) |
|
Bateria |
||
Napięcie akumulatora |
24VDC |
48VDC |
FloatinghargeVoltage |
27VDC |
54VDC |
OverChargeProtection |
33VDC |
63VDC |
Metoda ładowania |
CC/CV |
|
SolarCharger i ładowarka |
||
Typ SolarChargerTYPE |
MPPT |
|
Max.PVArraypower |
4000W |
5500W |
Max. Pvarrayopencuitvoltage |
500VDC |
|
PVArrayMPPTVoltageRange |
120VDC-450VDC |
|
Max.SolarlnputCurrent |
15A |
18A |
Max.SolarChargeCurrent |
100A |
100A |
Max.AC ChargeCurrent |
60A |
60A |
Max.ChargeCurrent |
100 |
100A |
Fizyczne |
||
Wymiary, dxsxw (mm) |
482x290x113 |
|
Wymiary opakowania, dxsxw (mm) |
565x380x190 |
|
Waga netto (kg) |
9 |
10 |
Komunikacja |
USB/RS232/suchy kontakt |
|
Środowisko |
||
Temperatura pracy |
-10℃To50℃ |
|
Temperatura przechowywania |
-15℃To60℃ |
|
Wilgotność |
5% do 95% wilgotności względnej (bez kondensacji) |
Modbus_RTU RS232 communication protocol
Version: Nov 2021 Version 1.0
Modbus_RTU communication protocol
➢ Communication data format
➢ Frame format
➢ Device register address
➢ Fault code table
➢ Warning code description
➢ CRC checking algorithm
How to connect:
- use RS232 to USB converter
- baudrate 9600
- It's possible to connect direcly into MCU inside inverter bypassing communcation board (image below)[ Inverter MCU -> UART (3.3V) -> RS232 (-13V,+13V) -> ]
- Inverter generates huge noise during day on UART lines, filtering required
What application:
07.11.2022 - nothing avaible, https://github.com/jblance/mpp-solar or https://github.com/ned-kelly/docker-voltronic-homeassistant doesn't support MODBUS 232 protocol for this inverter
Watchpower, Solarpower doesn't work either
I wrote a simple application that retrieves data from registers with MQTT support, it will be available soon