Epever XTRA4415n

Diskuze o regulátorech EP Solar
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

Tak se mi po delším hledání podařilo něco najít a doupravit a vypadá to slibně.

Takže, kdyby náhodou někdo taky hledal, tak přikládám yaml soubor pro připojení 4x XTRA4415 přes převodník NET/RS485 (modbus) do HA:

epever_modbus.yaml
(25.13 KiB) Staženo 27 x

Kód: Vybrat vše

#EPEVER
  - name: Epever
    type: tcp
    host: 10.0.0.90
    port: 502
    binary_sensors:
      - name: PV1 Day/Night
        address: 8204
        input_type: discrete_input
        slave: 6
      - name: PV1 Over Temp
        address: 8192
        input_type: discrete_input
        slave: 6 
      - name: PV2 Day/Night
        address: 8204
        input_type: discrete_input
        slave: 7
      - name: PV2 Over Temp
        address: 8192
        input_type: discrete_input
        slave: 7 
      - name: PV3 Day/Night
        address: 8204
        input_type: discrete_input
        slave: 8
      - name: PV3 Over Temp
        address: 8192
        input_type: discrete_input
        slave: 8 
      - name: PV4 Day/Night
        address: 8204
        input_type: discrete_input
        slave: 9
      - name: PV4 Over Temp
        address: 8192
        input_type: discrete_input
        slave: 9 

    sensors:
#EPEVER Controller 1
#Rated Data
      - name: PV1 Charging Equipment Rated Input Voltage #0x003000
        unit_of_measurement: V
        slave: 6
        address: 12288
        input_type: input
        scale: 0.01
        precision: 1
        data_type: uint16
      - name: PV1 Array Input Voltage #0x003100
        unit_of_measurement: V
        slave: 6
        address: 12544
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV1 Array Input Current # 0x003101
        unit_of_measurement: A
        slave: 6
        address: 12545
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV1 Array Power # 3102 and 3103
        unit_of_measurement: W
        slave: 6
        address: 12546
        input_type: input
        scale: .01
        #count: 2
        precision: 2
        swap: word
        data_type: uint32
      - name: PV1 Battery Temperature #0x003110
        unit_of_measurement: °C
        slave: 6
        address: 12560
        input_type: input
        scale: 0.01
        precision: 2
        data_type: int16
      - name: PV1 Device Temperature #0x003111
        unit_of_measurement: °C
        slave: 6
        address: 12561
        input_type: input
        scale: 0.01
        precision: 2
        data_type: int16
      - name: PV1 Battery State of Charge #0x00311A
        unit_of_measurement: "%"
        slave: 6
        address: 12570
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
      - name: PV1 Battery Status #0x003200
        slave: 6
        address: 12800
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
        #######################################################################
        #D15: 1-Wrong identification for rated voltage
        #D8: Battery inner resistance, abnormal 1, normal 0
        #D7-D4: 00H Normal, 01H Over, Temp.(Higher than the warning settings) 02H Low Temp.(Lower than the warning settings),
        #D3-D0: 00H Normal ,01H Over Voltage. , 02H Under Voltage, 03H Over discharge, 04H Fault
        #Status analysis
        #Array status:address 3201 bits D15-D10
        #Charging status:address 3201 bits D3-D2
        #Battery status: address 3200 bits D7-D0
        #Load status: address 3201 bits D9-D7,
        #Device status: address 3200 bit D15 address 3202 bits D13-D8,D6-D4 address 3201 bits D6 address 2000
        ############################################################################################
      - name: PV1 Charging Equipment Status #0x003201
        slave: 6
        address: 12801
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
        #######################################################################
        #D15-D14: Input voltage status. 00H normal, 01H No input power connected, 02H Higher input voltage , 03H Input voltage error.
        #D13: Charging MOSFET is short circuit.
        #D12: Charging or Anti-reverse MOSFET is open circuit.
        #D11: Anti-reverse MOSFET is short circuit.
        #D10: Input is over current.
        #D9: The load is over current.
        #D8: The load is short circuit.
        #D7: Load MOSFET is short circuit.
        #D6:Disequilibrium in three circuits.A17
        #D4: PV input is short circuit.
        #D3-D2: Charging status. 00H No charging,01H Float,02H Boost, 03H Equalization.
        #D1: 0 Normal, 1 Fault.
        #D0: 1 Running, 0 Standby.
        #Status analysis
        #Array status:address 3201 bits D15-D10
        #Charging status:address 3201 bits D3-D2
        #Battery status: address 3200 bits D7-D0
        #Load status: address 3201 bits D9-D7,
        #Device status: address 3200 bit D15 address 3202 bits D13-D8,D6-D4 address 3201 bits D6 address 2000
        ############################################################################################
      - name: PV1 Maximum Battery Voltage Today #0x003302
        unit_of_measurement: V
        slave: 6
        address: 13058
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV1 Minimum Battery Voltage Today #0x003303
        unit_of_measurement: V
        slave: 6
        address: 13059
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV1 Generated Energy Today #0x00330C & 0D
        unit_of_measurement: kWh
        slave: 6
        address: 13068
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV1 Generated Energy This Month #0x00330E & 0F
        unit_of_measurement: kWh
        slave: 6
        address: 13070
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV1 Generated Energy This Year #0x003310 & 11
        unit_of_measurement: kWh
        slave: 6
        address: 13072
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV1 Total Generated Energy #0x003312 & 13
        unit_of_measurement: kWh
        slave: 6
        address: 13074
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV1 Battery Voltage #0x00331A
        unit_of_measurement: V
        slave: 6
        address: 13082
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV1 Battery Current #0x00331B & 1C
        unit_of_measurement: A
        slave: 6
        address: 13083
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
###############################################################################

#EPEVER Controller 2
#Rated Data
      - name: PV2 Charging Equipment Rated Input Voltage #0x003000
        unit_of_measurement: V
        slave: 7
        address: 12288
        input_type: input
        scale: 0.01
        precision: 1
        data_type: uint16
      - name: PV2 Array Input Voltage #0x003100
        unit_of_measurement: V
        slave: 7
        address: 12544
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV2 Array Input Current # 0x003101
        unit_of_measurement: A
        slave: 7
        address: 12545
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV2 Array Power # 3102 and 3103
        unit_of_measurement: W
        slave: 7
        address: 12546
        input_type: input
        scale: .01
        #count: 2
        precision: 2
        swap: word
        data_type: uint32
      - name: PV2 Battery Temperature #0x003110
        unit_of_measurement: °C
        slave: 7
        address: 12560
        input_type: input
        scale: 0.01
        precision: 2
        data_type: int16
      - name: PV2 Device Temperature #0x003111
        unit_of_measurement: °C
        slave: 7
        address: 12561
        input_type: input
        scale: 0.01
        precision: 2
        data_type: int16
      - name: PV2 Battery State of Charge #0x00311A
        unit_of_measurement: "%"
        slave: 7
        address: 12570
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
      - name: PV2 Battery Status #0x003200
        slave: 7
        address: 12800
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
        #######################################################################
        #D15: 1-Wrong identification for rated voltage
        #D8: Battery inner resistance, abnormal 1, normal 0
        #D7-D4: 00H Normal, 01H Over, Temp.(Higher than the warning settings) 02H Low Temp.(Lower than the warning settings),
        #D3-D0: 00H Normal ,01H Over Voltage. , 02H Under Voltage, 03H Over discharge, 04H Fault
        #Status analysis
        #Array status:address 3201 bits D15-D10
        #Charging status:address 3201 bits D3-D2
        #Battery status: address 3200 bits D7-D0
        #Load status: address 3201 bits D9-D7,
        #Device status: address 3200 bit D15 address 3202 bits D13-D8,D6-D4 address 3201 bits D6 address 2000
        ############################################################################################
      - name: PV2 Charging Equipment Status #0x003201
        slave: 7
        address: 12801
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
        #######################################################################
        #D15-D14: Input voltage status. 00H normal, 01H No input power connected, 02H Higher input voltage , 03H Input voltage error.
        #D13: Charging MOSFET is short circuit.
        #D12: Charging or Anti-reverse MOSFET is open circuit.
        #D11: Anti-reverse MOSFET is short circuit.
        #D10: Input is over current.
        #D9: The load is over current.
        #D8: The load is short circuit.
        #D7: Load MOSFET is short circuit.
        #D6:Disequilibrium in three circuits.A17
        #D4: PV input is short circuit.
        #D3-D2: Charging status. 00H No charging,01H Float,02H Boost, 03H Equalization.
        #D1: 0 Normal, 1 Fault.
        #D0: 1 Running, 0 Standby.
        #Status analysis
        #Array status:address 3201 bits D15-D10
        #Charging status:address 3201 bits D3-D2
        #Battery status: address 3200 bits D7-D0
        #Load status: address 3201 bits D9-D7,
        #Device status: address 3200 bit D15 address 3202 bits D13-D8,D6-D4 address 3201 bits D6 address 2000
        ############################################################################################
      - name: PV2 Maximum Battery Voltage Today #0x003302
        unit_of_measurement: V
        slave: 7
        address: 13058
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV2 Minimum Battery Voltage Today #0x003303
        unit_of_measurement: V
        slave: 7
        address: 13059
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV2 Generated Energy Today #0x00330C & 0D
        unit_of_measurement: kWh
        slave: 7
        address: 13068
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV2 Generated Energy This Month #0x00330E & 0F
        unit_of_measurement: kWh
        slave: 7
        address: 13070
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV2 Generated Energy This Year #0x003310 & 11
        unit_of_measurement: kWh
        slave: 7
        address: 13072
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV2 Total Generated Energy #0x003312 & 13
        unit_of_measurement: kWh
        slave: 7
        address: 13074
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV2 Battery Voltage #0x00331A
        unit_of_measurement: V
        slave: 7
        address: 13082
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV2 Battery Current #0x00331B & 1C
        unit_of_measurement: A
        slave: 7
        address: 13083
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
###############################################################################

#EPEVER Controller 2
#Rated Data
      - name: PV3 Charging Equipment Rated Input Voltage #0x003000
        unit_of_measurement: V
        slave: 8
        address: 12288
        input_type: input
        scale: 0.01
        precision: 1
        data_type: uint16
      - name: PV3 Array Input Voltage #0x003100
        unit_of_measurement: V
        slave: 8
        address: 12544
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV3 Array Input Current # 0x003101
        unit_of_measurement: A
        slave: 8
        address: 12545
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV3 Array Power # 3102 and 3103
        unit_of_measurement: W
        slave: 8
        address: 12546
        input_type: input
        scale: .01
        #count: 2
        precision: 2
        swap: word
        data_type: uint32
      - name: PV3 Battery Temperature #0x003110
        unit_of_measurement: °C
        slave: 8
        address: 12560
        input_type: input
        scale: 0.01
        precision: 2
        data_type: int16
      - name: PV3 Device Temperature #0x003111
        unit_of_measurement: °C
        slave: 8
        address: 12561
        input_type: input
        scale: 0.01
        precision: 2
        data_type: int16
      - name: PV3 Battery State of Charge #0x00311A
        unit_of_measurement: "%"
        slave: 8
        address: 12570
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
      - name: PV3 Battery Status #0x003200
        slave: 8
        address: 12800
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
        #######################################################################
        #D15: 1-Wrong identification for rated voltage
        #D8: Battery inner resistance, abnormal 1, normal 0
        #D7-D4: 00H Normal, 01H Over, Temp.(Higher than the warning settings) 02H Low Temp.(Lower than the warning settings),
        #D3-D0: 00H Normal ,01H Over Voltage. , 02H Under Voltage, 03H Over discharge, 04H Fault
        #Status analysis
        #Array status:address 3201 bits D15-D10
        #Charging status:address 3201 bits D3-D2
        #Battery status: address 3200 bits D7-D0
        #Load status: address 3201 bits D9-D7,
        #Device status: address 3200 bit D15 address 3202 bits D13-D8,D6-D4 address 3201 bits D6 address 2000
        ############################################################################################
      - name: PV3 Charging Equipment Status #0x003201
        slave: 8
        address: 12801
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
        #######################################################################
        #D15-D14: Input voltage status. 00H normal, 01H No input power connected, 02H Higher input voltage , 03H Input voltage error.
        #D13: Charging MOSFET is short circuit.
        #D12: Charging or Anti-reverse MOSFET is open circuit.
        #D11: Anti-reverse MOSFET is short circuit.
        #D10: Input is over current.
        #D9: The load is over current.
        #D8: The load is short circuit.
        #D7: Load MOSFET is short circuit.
        #D6:Disequilibrium in three circuits.A17
        #D4: PV input is short circuit.
        #D3-D2: Charging status. 00H No charging,01H Float,02H Boost, 03H Equalization.
        #D1: 0 Normal, 1 Fault.
        #D0: 1 Running, 0 Standby.
        #Status analysis
        #Array status:address 3201 bits D15-D10
        #Charging status:address 3201 bits D3-D2
        #Battery status: address 3200 bits D7-D0
        #Load status: address 3201 bits D9-D7,
        #Device status: address 3200 bit D15 address 3202 bits D13-D8,D6-D4 address 3201 bits D6 address 2000
        ############################################################################################
      - name: PV3 Maximum Battery Voltage Today #0x003302
        unit_of_measurement: V
        slave: 8
        address: 13058
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV3 Minimum Battery Voltage Today #0x003303
        unit_of_measurement: V
        slave: 8
        address: 13059
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV3 Generated Energy Today #0x00330C & 0D
        unit_of_measurement: kWh
        slave: 8
        address: 13068
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV3 Generated Energy This Month #0x00330E & 0F
        unit_of_measurement: kWh
        slave: 8
        address: 13070
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV3 Generated Energy This Year #0x003310 & 11
        unit_of_measurement: kWh
        slave: 8
        address: 13072
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV3 Total Generated Energy #0x003312 & 13
        unit_of_measurement: kWh
        slave: 8
        address: 13074
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV3 Battery Voltage #0x00331A
        unit_of_measurement: V
        slave: 8
        address: 13082
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV3 Battery Current #0x00331B & 1C
        unit_of_measurement: A
        slave: 8
        address: 13083
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
###############################################################################

#EPEVER Controller 2
#Rated Data
      - name: PV4 Charging Equipment Rated Input Voltage #0x003000
        unit_of_measurement: V
        slave: 9
        address: 12288
        input_type: input
        scale: 0.01
        precision: 1
        data_type: uint16
      - name: PV4 Array Input Voltage #0x003100
        unit_of_measurement: V
        slave: 9
        address: 12544
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV4 Array Input Current # 0x003101
        unit_of_measurement: A
        slave: 9
        address: 12545
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV4 Array Power # 3102 and 3103
        unit_of_measurement: W
        slave: 9
        address: 12546
        input_type: input
        scale: .01
        #count: 2
        precision: 2
        swap: word
        data_type: uint32
      - name: PV4 Battery Temperature #0x003110
        unit_of_measurement: °C
        slave: 9
        address: 12560
        input_type: input
        scale: 0.01
        precision: 2
        data_type: int16
      - name: PV4 Device Temperature #0x003111
        unit_of_measurement: °C
        slave: 9
        address: 12561
        input_type: input
        scale: 0.01
        precision: 2
        data_type: int16
      - name: PV4 Battery State of Charge #0x00311A
        unit_of_measurement: "%"
        slave: 9
        address: 12570
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
      - name: PV4 Battery Status #0x003200
        slave: 9
        address: 12800
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
        #######################################################################
        #D15: 1-Wrong identification for rated voltage
        #D8: Battery inner resistance, abnormal 1, normal 0
        #D7-D4: 00H Normal, 01H Over, Temp.(Higher than the warning settings) 02H Low Temp.(Lower than the warning settings),
        #D3-D0: 00H Normal ,01H Over Voltage. , 02H Under Voltage, 03H Over discharge, 04H Fault
        #Status analysis
        #Array status:address 3201 bits D15-D10
        #Charging status:address 3201 bits D3-D2
        #Battery status: address 3200 bits D7-D0
        #Load status: address 3201 bits D9-D7,
        #Device status: address 3200 bit D15 address 3202 bits D13-D8,D6-D4 address 3201 bits D6 address 2000
        ############################################################################################
      - name: PV4 Charging Equipment Status #0x003201
        slave: 9
        address: 12801
        input_type: input
        scale: 1
        precision: 0
        data_type: uint16
        #######################################################################
        #D15-D14: Input voltage status. 00H normal, 01H No input power connected, 02H Higher input voltage , 03H Input voltage error.
        #D13: Charging MOSFET is short circuit.
        #D12: Charging or Anti-reverse MOSFET is open circuit.
        #D11: Anti-reverse MOSFET is short circuit.
        #D10: Input is over current.
        #D9: The load is over current.
        #D8: The load is short circuit.
        #D7: Load MOSFET is short circuit.
        #D6:Disequilibrium in three circuits.A17
        #D4: PV input is short circuit.
        #D3-D2: Charging status. 00H No charging,01H Float,02H Boost, 03H Equalization.
        #D1: 0 Normal, 1 Fault.
        #D0: 1 Running, 0 Standby.
        #Status analysis
        #Array status:address 3201 bits D15-D10
        #Charging status:address 3201 bits D3-D2
        #Battery status: address 3200 bits D7-D0
        #Load status: address 3201 bits D9-D7,
        #Device status: address 3200 bit D15 address 3202 bits D13-D8,D6-D4 address 3201 bits D6 address 2000
        ############################################################################################
      - name: PV4 Maximum Battery Voltage Today #0x003302
        unit_of_measurement: V
        slave: 9
        address: 13058
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV4 Minimum Battery Voltage Today #0x003303
        unit_of_measurement: V
        slave: 9
        address: 13059
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV4 Generated Energy Today #0x00330C & 0D
        unit_of_measurement: kWh
        slave: 9
        address: 13068
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV4 Generated Energy This Month #0x00330E & 0F
        unit_of_measurement: kWh
        slave: 9
        address: 13070
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV4 Generated Energy This Year #0x003310 & 11
        unit_of_measurement: kWh
        slave: 9
        address: 13072
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV4 Total Generated Energy #0x003312 & 13
        unit_of_measurement: kWh
        slave: 9
        address: 13074
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
      - name: PV4 Battery Voltage #0x00331A
        unit_of_measurement: V
        slave: 9
        address: 13082
        input_type: input
        scale: 0.01
        precision: 2
        data_type: uint16
      - name: PV4 Battery Current #0x00331B & 1C
        unit_of_measurement: A
        slave: 9
        address: 13083
        input_type: input
        scale: 0.01
        precision: 2
        #count: 2
        swap: word
        data_type: int32
###############################################################################

SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)
Forrest
Příspěvky: 140
Registrován: pát zář 09, 2022 1:42 pm
Reputace: 5
Lokalita: Ústeckoorlicko
Systémové napětí: 24V
Výkon panelů [Wp]: 900
Kapacita baterie [kWh]: 2,4
Chci prodávat energii: NE
Chci/Mám dotaci: NE
Bydliště: Č.T. Lhotka

Re: Epever XTRA4415n

Nový příspěvek od Forrest »

S těmi "opačnými" špičkami - přidávám se k ostatním, dělá mi to taky. A ten Yaml se hodí - zazálohuju a počeštím si ho. Mám zařízení, který umí 2x 485, tak bych to i rozdělil, ale takhle to dám do "vláčku" na jednu RS485. Máš tam zakončovací rezistor 120R? Na jedné nebo na obou strnách sběrnice? Dík!
Měnič China SAmoDoMo 1,5 kW a již 900Wp na rotátoru jménem "slunečnice"
mikiki
Příspěvky: 381
Registrován: sob dub 02, 2022 6:32 pm
Reputace: 32
Lokalita: Pelhřimov
Systémové napětí: 48V
Výkon panelů [Wp]: 1810
Kapacita baterie [kWh]: 12
Chci prodávat energii: NE
Chci/Mám dotaci: NE
Bydliště: od Pejru

Re: Epever XTRA4415n

Nový příspěvek od mikiki »

Já mám nastaven Epever 4415 - viz obr.
AkuBox od Mivvyenergy Li=ion 150Ah 51,1V 7,66kWh (14S)
Ale pořád nevím, zda je to O.K., protože do Floatu mi to moc nejde :(
Epever_4415N_250220.JPG
FE č.1 = 910Wp - Epever XTRA4415N = 24V (2x Victron GEL 12V/220Ah)
FE č.2 = 1810Wp - EPever XTRA4415N = 48V (2x Lion 51V/150Ah)
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

Forrest píše: čtv úno 20, 2025 9:40 am
S těmi "opačnými" špičkami - přidávám se k ostatním, dělá mi to taky. A ten Yaml se hodí - zazálohuju a počeštím si ho. Mám zařízení, který umí 2x 485, tak bych to i rozdělil, ale takhle to dám do "vláčku" na jednu RS485. Máš tam zakončovací rezistor 120R? Na jedné nebo na obou strnách sběrnice? Dík!
Já na ty zakončovací odpory nějak "pozapomněl" a šlape mi to i bez nich. Ale mám to vše kousek od sebe. Možná je tam časem dodám ...
SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

S tím jak se sluníčko zvedá tak u mne asi nastal malý problém s přibývajícím výkonem FVE. Vypadá to, že se baterky dopoledne nabijou a některé Epevery se po dosažení max. napětí vypnou. Což je samozřejmě správně a žadoucí. Ale bohužel se už i po případném náběhu nějakého spotřebiče a poklesu napětí na baterkách nerozjedou. Až přijedu odpoledne nebo k večeru domu, tak po odpojení a připojení panelů se vše zase rozjede jak má.
Poradíte někdo? Je to o správném nastavení nebo s tím nic neudělám ? Myslel jsem, že při poklesu napětí pod cca 48V se MPPT zase samy rozjedou.

Například dneska, když jsem přijel domů, tak napětí na baterkách bylo 47V a dva MPPT byly odstavené.

Běží mi 4ks MPPT paralelně do jedněch baterek. Jejich aktuální nastavení:
XTRA_setting.jpg

EDIT: Dnešní průběh. 12:50 vypnutí jednoho MPPT, 13:40 vypnutí druhého MPPT, 15:15 můj restart obou chcíplých MPPT
FVE2025504110.jpg
SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)
cipis
Moderátor
Příspěvky: 5675
Registrován: pon srp 16, 2021 9:31 pm
Reputace: 703
Lokalita: blízko Brna
Systémové napětí: 24V
Výkon panelů [Wp]: 13+ kWp
Kapacita baterie [kWh]: 30+15
Chci prodávat energii: NE
Chci/Mám dotaci: NE
Bydliště: blízko Brna

Re: Epever XTRA4415n

Nový příspěvek od cipis »

To napeti je z epeveru nebo z neceho jineho?
13,38 kWp: 9850 Wp Jih, 2040 Wp Východ, 1490 Wp Západ
Regulátory Epever a Victron
Phoenix 5 kVA + MP 24/5000 (můj byt + wifi/kamery/atd. + máti byt)
MP2 24/5000 vytěžování do akumulačních kamen
Epever 3kW vytěžování do bojlerů + žebříky
1 kW "nabíječka" 24 V
31 080 Wh staré olovo 15 258 Wh Li-Ion
záloha čerpadla ve sklepě MP12/3000/120-16 + 100Ah 12V monbat
Modře píši jako moderátor, černě jako člen.
Uživatelský avatar
betmen
Příspěvky: 682
Registrován: stř led 11, 2023 2:54 pm
Reputace: 81
Lokalita: nedaleko od Trencina
Systémové napětí: >48V
Výkon panelů [Wp]: 2080 + 4800
Kapacita baterie [kWh]: 9,6
Chci/Mám dotaci: NE

Re: Epever XTRA4415n

Nový příspěvek od betmen »

toto riesi boost reconnect, skontroluj cez pc a origo sw k xtra ci ti node red dobre zapisuje hodnotu/ci tam je naozaj zapisanych 48V.
pri xtra 3210 mi to funguje bez problemov.
stacionárny dom :
2080Wp, Siton210, 2x 100L Drazice
4830Wp, Must PV1800 VHM 5548, Calb 16 x 180Ah
pojazdný dom:
120Wp + 12V, 100Ah olovo
prenosná elektraren :
homemade skladaci 2x60Wp + 12V, 60Ah LiFePo + 75Ah olovo
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

Napětí je z Shuntu u baterek.

OK. Díky chlapi tohle jsem potřeboval potvrdit. Takže "boost reconect" je hodnota po které by se měl Epever znovu rozjet. Zkusím tedy víc a zároveň sledovat napětí na Shuntu a na jednotlivých MPPT a trochu s tím polaborovat.

Grafy napětí z HA u jednotlivých MPPT:
Přílohy
PV1_BattVolt.jpg
PV1_BattVolt.jpg (31.8 KiB) Zobrazeno 229 x
PV2_BattVolt.jpg
PV2_BattVolt.jpg (32.58 KiB) Zobrazeno 229 x
PV3_BattVolt.jpg
PV3_BattVolt.jpg (31.44 KiB) Zobrazeno 229 x
PV4_BattVolt.jpg
PV4_BattVolt.jpg (28.1 KiB) Zobrazeno 229 x
SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)
Migel
Příspěvky: 1379
Registrován: ned zář 25, 2022 10:47 am
Reputace: 149
Lokalita: Pod Karpatmi

Re: Epever XTRA4415n

Nový příspěvek od Migel »

U mna je skusenost taka ze by som dal to boost reconnect trosku vyssie ako mas nastavene ty.Ty tam mas rozdiel 1V co je dost dlho nez sa napetie na baterie znizi a ked svieti, tak ti ide energia z baterie co ti ju trochu cykluje nez sa znovu pripoji regulator..
IMG_8282.jpeg
U mna je toto nastavenie na oboch regulatoroch a equalization mam na 0 minut.
Edit: ja mam 13S (len pre info)
JZ-2s5p 3,8kWp >> Epever 8415 AN
JV-2s3p 2,7kWp >> Epever 6415 AN
2x Victron MP2 5000V/A paralelne
48V 760Ah/35kWh Li-ion
a stále v štádiu budovania :repair: (rozširovania)
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

Jasné. Zmenšim rozdíly v napětí. Se s těmi Epevery teprve učím. Zatím jsem byl rád, že něco vyrábějí. Byly zapojeny až po novém roce. No a teď se je hold budu muset naučit trochu krotit a chovat co nejrozumněji ;)
SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)
Migel
Příspěvky: 1379
Registrován: ned zář 25, 2022 10:47 am
Reputace: 149
Lokalita: Pod Karpatmi

Re: Epever XTRA4415n

Nový příspěvek od Migel »

Ono este jedna vec na ktoru si treba zvyknut...niekedy im ubehne napetie aj o 0,2V pri merani napetia baterky a teda ked mas nastavene nieco na desatiny tak sa moze potom clovek cudovat ze to robi uplne nieco ine ako by malo...ale nieje to nic s cim by sa nedalo naucit zit :lol:
Ved aj pes niekedy nepocuva pana ;)
JZ-2s5p 3,8kWp >> Epever 8415 AN
JV-2s3p 2,7kWp >> Epever 6415 AN
2x Victron MP2 5000V/A paralelne
48V 760Ah/35kWh Li-ion
a stále v štádiu budovania :repair: (rozširovania)
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

Ještě graf z HA ze všech čtyřech Epeverů. Nevíte někdo jestli jde nastavit zobrazení u těchto HA grafu (historie) jen třeba 40-50V ? Vlastně netuším proč tam jsou ty "špičky" do nuly ?
Přílohy
PV1234_BattVolt.jpg
SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)
Migel
Příspěvky: 1379
Registrován: ned zář 25, 2022 10:47 am
Reputace: 149
Lokalita: Pod Karpatmi

Re: Epever XTRA4415n

Nový příspěvek od Migel »

:? Zaujimave ze to tam je v noci..
JZ-2s5p 3,8kWp >> Epever 8415 AN
JV-2s3p 2,7kWp >> Epever 6415 AN
2x Victron MP2 5000V/A paralelne
48V 760Ah/35kWh Li-ion
a stále v štádiu budovania :repair: (rozširovania)
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

Ono to asi bude spíš nějaká chyba měření. Možná i nějaké rušení na lince RS485 apod. Je to natahané takovou provizorkou a ještě bez doporučených zakončovacích odporů ... Jsou to jen statistická data bez vlivu na chod FVE
SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)
rva
Příspěvky: 4229
Registrován: úte dub 23, 2013 10:21 am
Reputace: 707
Lokalita: Kousek od Lysé nad Labem
Systémové napětí: 48V
Výkon panelů [Wp]: 46000
Kapacita baterie [kWh]: 40
Chci prodávat energii: NE
Chci/Mám dotaci: NE
Bydliště: Kousek od Lysé nad Labem

Re: Epever XTRA4415n

Nový příspěvek od rva »

Osy třeba takto:
Přílohy
Grafana osy.jpg
_______________________________________________________________________
43 kWp, LiFePO4 62 kWh,
EPSolar 60 A/150 V ET6415N + 3x Isolar SM II (5 kW, 450 V, 80 A) + Axpert PIP 5048MS
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

rva: OK. To jsou ale grafy z Grafany. S tou si hraju už delší dobu. Tam je mi to celkem jasné. Mi šlo ale momentálně o ty grafy, co jsou integrované přímo v HA (viz výše). Tam je to pro mne ještě španělská vesnice (víceméně jako celý HA).
SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

Tak jsem trochu upravil parametry regulátorů a uvidíme, co to bude dělat.

Nastavení MPPT XTRA4415N pro Li-Ion 12s (původní a nové):
Přílohy
XTRA_setting_old.jpg
XTRA_setting_new.jpg
SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)
Uživatelský avatar
TomHC
Příspěvky: 2445
Registrován: pát lis 11, 2022 8:14 am
Reputace: 395
Lokalita: Hlohovec, SR
Systémové napětí: 48V
Výkon panelů [Wp]: 8820
Kapacita baterie [kWh]: 30
Chci prodávat energii: NE
Chci/Mám dotaci: NE
Bydliště: Hlohovec, SR

Re: Epever XTRA4415n

Nový příspěvek od TomHC »

V Grafane vieš filtrovať hodnoty a upraviť osi, v HA vieš pri senzoroch použiť value template. V tomto je super esphome, kde vieš na každý sensor aplikovať rôzne filtre (median, clamp...).
2x MUST PH1800 5.5kW, 9kWp V+J+Z, 600 Ah LiFePO4 s BMS JBD 200A, SW: Home Assistant na Synology DS923+ ku tomu ESPHome, Tasmota, MariaDB, InfluxDB, Telegraf, Grafana, Zigbee2MQTT..., HW: ESPlan (ESP32 + LAN 8720 + RS485). Nejaké moje projekty: MUST-ESPhome, ELTEK Flatpack2 ESPhome, ESP32-EMON, PZEM-017@WiFi, diyBMS-CurrentShunt-ESPhome 01/2023 -> 04/2025 = 10 MWh AC
lwj
Příspěvky: 31
Registrován: stř úno 17, 2021 8:45 am
Reputace: 2
Lokalita: Plzeň
Systémové napětí: 48V
Výkon panelů [Wp]: 14,35kWp
Kapacita baterie [kWh]: 40,8kWh
Chci/Mám dotaci: NE
Bydliště: Horní Bříza

Re: Epever XTRA4415n

Nový příspěvek od lwj »

ad špičky do nuly v grafu: mám 3x4415N a k tomu 3xTracerAN, ty 4415N to dělají pořád a Tracery ne, zřejmě chyba FW, nebo HW. Dělalo to i se starým FW. Zkoušel jsem různý úpravy linky, ale pořád stejné. Zajímavé je, že se to děje v noci při malém napětí na vstupu PV.
lwj
14,35kWp
40,8kWh Pylontech
Xtend Solarmi SUN-12K-SG04LP3-EU
skybor
Příspěvky: 1341
Registrován: pon dub 24, 2023 8:47 am
Reputace: 154
Lokalita: Lašská brána Beskyd
Systémové napětí: 48V
Výkon panelů [Wp]: 6kWp
Kapacita baterie [kWh]: 18kWh

Re: Epever XTRA4415n

Nový příspěvek od skybor »

skybor píše: pát dub 11, 2025 5:28 am
Tak jsem trochu upravil parametry regulátorů a uvidíme, co to bude dělat.
Po úpravě parametrů se to chová suprově. Napětí na baterce pěkně drží po nabití nahoře a regly dodávají dle potřeby a možností. Díky chlapi za tipy a rady.

FVE20250414.jpg

PS: Topení skončilo a už se to všechno fláká ;)
SkyFVE 6 kWp (ve výstavbě) na výzkumné "chytré" chatě. 4x MPPT Epever XTRA4415N 4x40A, 1x AC Charger WATE 42V/10A, Li-Ion 3x 12s 156Ah (18 kWh/44V), SkyPowerBox LF 4810 1kVA, Victron Atlas 48/1600, REVO VM II 5.5kW, APC SmartUPS 5kVA + PLC Siemens Logo! + Dell Optiplex 3040 Micro (Proxmox: HA, Node-RED, InfluxDB, Grafana, Mqtt, Zigbee2Mqtt, Samba, Tailscale)

Kdo je online

Uživatelé prohlížející si toto fórum: Claudebot [Bot], Forrest a 0 hostů