Modbus Sunspec Three Phase Inverter not giving values

Hi all,

Can anybody help me out getting Sunspec Three Phase running?

I’m mainly doubting if settings are not correct:
Block Length I tried different values, but cant find what value it should be
Start address 40000 looks fine (with a poller I got some correct data)
Refresh? is it miliseconds or seconds?

UID: modbus:inverter-three-phase:d13e522b99:46dfccd10c
label: Three Phase Inverter
thingTypeUID: modbus:inverter-three-phase
configuration:
length: 50
refresh: 5000
maxTries: 3
address: 40000
bridgeUID: modbus:tcp:SE5000TCP

Many thanks!

Geert-Jan

Hi,
you are not providing information about your things and items.
this is how it works in my implementation

Thing from UI:
UID: modbus:inverter-three-phase:slave:SE10K
label: SolarEdge SE-10K-RWS
thingTypeUID: modbus:inverter-three-phase
configuration:
length: 61
refresh: 60
maxTries: 3
address: 40000
bridgeUID: modbus:tcp:slave

and the related items from an .items-file:

String                      PV_WR_Status                            "PV WR Status [%s]"                                     <solarplant>    (eq_PV_Anlage, gChartPV)    ["Point"]        {channel="modbus:inverter-three-phase:slave:SE10K:deviceInformation#status"}
Number:Temperature          PV_WR_HeatsinkTemperature               "PV WR Temperatur Kühlkörper [%.1f °C]"                 <temperature>   (eq_PV_Anlage, gChartPV)                     {channel="modbus:inverter-three-phase:slave:SE10K:deviceInformation#heatsink-temperature"}
Number:Temperature          PV_WR_CabinetTemperature                "PV WR Temperatur Gehäuse    [%.1f °C]"                 <temperature>   (eq_PV_Anlage, gChartPV)                     {channel="modbus:inverter-three-phase:slave:SE10K:deviceInformation#cabinet-temperature"}
Number:Temperature          PV_WR_TransformerTemperature            "PV WR Temperatur Transformer [%.1f °C]"                <temperature>   (eq_PV_Anlage, gChartPV)                     {channel="modbus:inverter-three-phase:slave:SE10K:deviceInformation#transformer-temperature"}
Number:Temperature          PV_WR_OtherTemperature                  "PV WR Temperatur Other      [%.1f °C]"                 <temperature>   (eq_PV_Anlage, gChartPV)                     {channel="modbus:inverter-three-phase:slave:SE10K:deviceInformation#other-temperature"}

Number:ElectricCurrent      PV_WR_AC_Total                          "PV WR Strom [%.1f A]"                                  <energy>        (eq_PV_Anlage, gChartPV)    ["Point"]        {channel="modbus:inverter-three-phase:slave:SE10K:acGeneral#ac-total-current"}
Number:Power                PV_WR_AC_Real_Power                     "PV WR AC Leistung Aktuell            [%.0f W]"         <solarplant>    (eq_PV_Anlage, gChartPV)    ["Point"]        {channel="modbus:inverter-three-phase:slave:SE10K:acGeneral#ac-power"}
Number:Frequency            PV_WR_AC_Frequency                      "PV WR AC Frequenz [%.2f Hz]"                                                                                        {channel="modbus:inverter-three-phase:slave:SE10K:acGeneral#ac-frequency"}
Number:Dimensionless        PV_WR_AC_Powerfactor                    "PV WR AC Leistungsfaktor  [%.2f]"                                                                                   {channel="modbus:inverter-three-phase:slave:SE10K:acGeneral#ac-power-factor"}

Number:Energy               PV_WR_AC_PowerTotal                     "PV WR AC Leistung Gesamt              [%.3f kWh]"                      (eq_PV_Anlage, gChartPV)    ["Point"]        {channel="modbus:inverter-three-phase:slave:SE10K:acGeneral#ac-lifetime-energy"}
Number:Energy               PV_WR_AC_PowerTotal_delta               "PV WR AC Leistung Gesamt delta        [%.3f kWh]"                      (eq_PV_Anlage, gChartPV)    ["Point"]
Number:Energy               PV_WR_AC_PowerTotal_prev                "PV WR AC Leistung Gesamt prev         [%.3f kWh]"                                    (gChartPV)
Number:Energy               PV_WR_AC_PowerTotal_corr                "PV WR AC Leistung Gesamt corr         [%.3f kWh]"                                    (gChartPV)

Number:ElectricCurrent      PV_WR_DC_Current                        "PV WR DC Strom    Aktuell [%.1f A]"                    <solarplant>    (eq_PV_Anlage, gChartPV)    ["Point"]        {channel="modbus:inverter-three-phase:slave:SE10K:dcGeneral#dc-current"}
Number:ElectricPotential    PV_WR_DC_Voltage                        "PV WR DC Voltage  Aktuell [%.1f V]"                    <solarplant>    (gChartPV)                                   {channel="modbus:inverter-three-phase:slave:SE10K:dcGeneral#dc-voltage"}
Number:Power                PV_WR_DC_Real_Power                     "PV WR DC Leistung Aktuell [%.0f W]"                    <solarplant>    (eq_PV_Anlage, gChartPV)    ["Point"]        {channel="modbus:inverter-three-phase:slave:SE10K:dcGeneral#dc-power"}

maybe this helps a bit
regards

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.