ricott / sma.modbus

Homey app for monitoring SMA inverters through modbus protocol
https://apps.athom.com/app/sma.modbus
GNU General Public License v3.0
4 stars 5 forks source link

SI 6.0 inverter not working #37

Open ricott opened 9 months ago

ricott commented 9 months ago
          ![image](https://github.com/ricott/sma.modbus/assets/2639583/3c6842b9-23be-4467-8530-8a350ea9929a)

image

It's not working, can you help

Originally posted by @dolf1966 in https://github.com/ricott/sma.modbus/issues/35#issuecomment-1863221265

ricott commented 9 months ago

As per my old docs since maaany years SMA's Modbus spec for this inverter type, SI n.n... doesn't contain Modbus IDs - thus it is tough to program anything around it.

ricott commented 9 months ago

I did some changes related to sunny island inverters, please try the latest test version.

dolf1966 commented 9 months ago

hello Richard. I can add it now. only a few modbus addresses are incorrect. When I get home I take a few screenshots of the modbus addresses I use. hopefully I can help with that .

Spreek je ook Nederlands? Dolf.

Op wo 20 dec 2023 om 14:30 schreef Richard Barkestam < @.***>

I did some changes related to sunny island inverters, please try the latest test version https://homey.app/a/sma.modbus/test/.

— Reply to this email directly, view it on GitHub https://github.com/ricott/sma.modbus/issues/37#issuecomment-1864476798, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUENX7HY5AIJW4ZI2YILSLYKLR6TAVCNFSM6AAAAABA3SBFLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRUGQ3TMNZZHA . You are receiving this because you were mentioned.Message ID: <ricott/sma. @.***>

dolf1966 commented 9 months ago

Op wo 20 dec 2023 om 14:30 schreef Richard Barkestam < @.***>:

I did some changes related to sunny island inverters, please try the latest test version https://homey.app/a/sma.modbus/test/.

— Reply to this email directly, view it on GitHub https://github.com/ricott/sma.modbus/issues/37#issuecomment-1864476798, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUENX7HY5AIJW4ZI2YILSLYKLR6TAVCNFSM6AAAAABA3SBFLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRUGQ3TMNZZHA . You are receiving this because you were mentioned.Message ID: <ricott/sma. @.***>

-- Dolf.

dolf1966 commented 9 months ago

maybe this help [image: image.png]

Op wo 20 dec 2023 om 14:30 schreef Richard Barkestam < @.***>:

I did some changes related to sunny island inverters, please try the latest test version https://homey.app/a/sma.modbus/test/.

— Reply to this email directly, view it on GitHub https://github.com/ricott/sma.modbus/issues/37#issuecomment-1864476798, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUENX7HY5AIJW4ZI2YILSLYKLR6TAVCNFSM6AAAAABA3SBFLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRUGQ3TMNZZHA . You are receiving this because you were mentioned.Message ID: <ricott/sma. @.***>

-- Dolf.

ricott commented 9 months ago

Sorry, images doesnt work in email to github. Can you upload it here directly?

dolf1966 commented 9 months ago

modbus sunny island

Schermafbeelding 2023-12-20 202204

ricott commented 9 months ago

This is the battery modbus registry id's currently for SI4.4M-12 / SI6.0H-12 / SI8.0H-12 / SI4.4M-13 / SI6.0H-13 / SI8.0H-13 (SUNNY ISLAND 4.4M / 6.0H / 8.0H) inverters. (I know from the screenshot you have a SI6.0H-11 - eleven, not twelve or thirteen. So maybe there is a difference...)

batterySoC: new ModbusRegistry(setting.READING, 30845, type.U32_FIX0, 'Current battery state of charge', 'measure_battery'),
batteryCharge: new ModbusRegistry(setting.READING, 31393, type.U32_FIX0, 'Present battery charge', 'measure_power.battery'),
batteryDischarge: new ModbusRegistry(setting.READING, 31395, type.U32_FIX0, 'Present battery discharge', 'measure_power.battery'),
batteryStatus:  new ModbusRegistry(setting.READING, 30955, type.BATTERY_STATUS, 'Battery operating status', 'operational_status.battery')

This from the SMA modbus spec

image image image

30845 we have in common, and value of that is shown on the battery tab on the device.

image

Will need to look deeper into the other three values. Do you have an sma energy meter connected directly to your inverter?

dolf1966 commented 9 months ago

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

Device-specific Modbus adresses SMA Modbus Profile |   |   -- | -- | -- Modbus register address | Short description | Type | Format | Unit | Access | Scale factor |   | Supported hardware and firmware: 30051 | Device class | U32 | ENUM |   | RO |   |   | Sunny Island with "Speedwire data module Sunny Island" 30053 | Device type | U32 | ENUM |   | RO |   |   | Sunny Island: SI 6.0H-11 and SI 8.0H-11 30057 | Serial number | U32 | RAW |   | RO |   |   | Speedwire data module Sunny Island: SWDMSI-NR10 30059 | Software package | U32 | FW |   | RO |   |   | Starting with software package: 3.100 30197 | Current event number | U32 | FIX0 |   | RO |   |   |   30199 | Waiting time until feed-in | U32 | Duration | s | RO | 1 |   |   30201 | Condition | U32 | ENUM |   | RO |   |   |   30211 | Recommended action | U32 | ENUM |   | RO |   |   |   30213 | Message | U32 | ENUM |   | RO |   |   |   30215 | Fault correction measure | U32 | ENUM |   | RO |   |   |   30559 | Number of events for user | U32 | FIX0 |   | RO |   |   |   30561 | Number of events for installer | U32 | FIX0 |   | RO |   |   |   30563 | Number of events for service | U32 | FIX0 |   | RO |   |   |   30565 | Number of generator starts | U32 | FIX0 |   | RO |   |   |   30567 | Amp hours counter for battery charge | U32 | FIX0 | Ah | RO |   |   |   30569 | Amp hours counter for battery discharge | U32 | FIX0 | Ah | RO |   |   |   30571 | Meter reading consumption meter | U32 | FIX0 | Wh | RO |   |   |   30577 | Energy consumed from grid (today) | U32 | FIX0 | Wh | RO |   |   |   30579 | Energy fed into grid (today) | U32 | FIX0 | Wh | RO |   |   |   30581 | Grid reference counter reading | U32 | FIX0 | Wh | RO |   |   |   30583 | Grid feed-in counter reading | U32 | FIX0 | Wh | RO |   |   |   30585 | Power outage | U32 | Duration | s | RO | 1 |   |   30587 | PV generation counter reading | U32 | FIX0 | Wh | RO |   |   |   30589 | Rise in self-consumption | U32 | FIX0 | Wh | RO |   |   |   30591 | Rise in self-consumption today | U32 | FIX0 | Wh | RO |   |   |   30593 | Energy consumed internally | U32 | FIX0 | Wh | RO |   |   |   30595 | Absorbed energy | U32 | FIX0 | Wh | RO |   |   |   30597 | Released energy | U32 | FIX0 | Wh | RO |   |   |   30599 | Number of grid connections | U32 | FIX0 |   | RO |   |   |   30775 | Power | S32 | FIX0 | W | RO |   |   |   30777 | Power L1 | S32 | FIX0 | W | RO |   |   |   30779 | Power L2 | S32 | FIX0 | W | RO |   |   |   30781 | Power L3 | S32 | FIX0 | W | RO |   |   |   30783 | Grid voltage phase L1 | U32 | FIX2 | V | RO |   |   |   30785 | Grid voltage phase L2 | U32 | FIX2 | V | RO |   |   |   30787 | Grid voltage phase L3 | U32 | FIX2 | V | RO |   |   |   30797 | Grid current phase L1 | U32 | FIX3 | A | RO |   |   |   30799 | Grid current phase L2 | U32 | FIX3 | A | RO |   |   |   30801 | Grid current phase L3 | U32 | FIX3 | A | RO |   |   |   30803 | Grid frequency | U32 | FIX2 | Hz | RO |   |   |   30805 | Reactive power | S32 | FIX0 | VAr | RO |   |   |   30807 | Reactive power L1 | S32 | FIX0 | VAr | RO |   |   |   30809 | Reactive power L2 | S32 | FIX0 | VAr | RO |   |   |   30811 | Reactive power L3 | S32 | FIX0 | VAr | RO |   |   |   30825 | Operating mode of stat.V stab., stat.V stab. config. | U32 | ENUM |   | RO |   |   |   30831 | cosPhi setpoint, cosPhi config., direct specif. | S32 | FIX2 |   | RO |   |   |   30833 | cosPhi excit.type, cosPhi config., direct spec. | U32 | ENUM |   | RO |   |   |   30835 | Operating mode of feed-in management | U32 | ENUM |   | RO |   |   |   30843 | Battery current | S32 | FIX3 | A | RO |   |   |   30845 | Current battery state of charge | U32 | FIX0 | % | RO |   |   |   30847 | Current battery capacity | U32 | FIX0 | % | RO |   |   |   30849 | Battery temperature | S32 | TEMP | °C | RO | 0.1 |   |   30851 | Battery voltage | U32 | FIX2 | V | RO |   |   |   30853 | Active battery charging mode | U32 | ENUM |   | RO |   |   |   30855 | Current battery charging set voltage | U32 | FIX2 | V | RO |   |   |   30857 | Number of battery charge throughputs | S32 | FIX0 |   | RO |   |   |   30859 | Battery maint. state of charge | U32 | ENUM |   | RO |   |   |   30861 | Load power | S32 | FIX0 | W | RO |   |   |   30865 | Power grid reference | S32 | FIX0 | W | RO |   |   |   30867 | Power grid feed-in | S32 | FIX0 | W | RO |   |   |   30869 | PV power generated | S32 | FIX0 | W | RO |   |   |   30871 | Current self-consumption | U32 | FIX0 | W | RO |   |   |   30873 | Current rise in self-consumption | S32 | FIX0 | W | RO |   |   |   30875 | Multifunction relay status | U32 | ENUM |   | RO |   |   |   30877 | Power supply status | U32 | ENUM |   | RO |   |   |   30879 | Reason for generator request | U32 | ENUM |   | RO |   |   |   30881 | PV mains connection | U32 | ENUM |   | RO |   |   |   30883 | Status of utility grid | U32 | ENUM |   | RO |   |   |   30885 | Output external power connection | U32 | FIX0 | W | RO |   |   |   30887 | Output external power connection phase A | U32 | FIX0 | W | RO |   |   |   30889 | Output external power connection phase B | U32 | FIX0 | W | RO |   |   |   30891 | Output external power connection phase C | U32 | FIX0 | W | RO |   |   |   30893 | Reactive power external power connection | U32 | FIX0 | VAr | RO |   |   |   30895 | Reactive power external power connection phase A | U32 | FIX0 | VAr | RO |   |   |   30897 | Reactive power external power connection phase B | U32 | FIX0 | VAr | RO |   |   |   30899 | Reactive power external power connection phase C | U32 | FIX0 | VAr | RO |   |   |   30901 | Grid frequency of external power connection | U32 | FIX2 | Hz | RO |   |   |   30903 | Voltage external power connection phase A | U32 | FIX2 | V | RO |   |   |   30905 | Voltage external power connection phase B | U32 | FIX2 | V | RO |   |   |   30907 | Voltage external power connection phase C | U32 | FIX2 | V | RO |   |   |   30909 | Electricity external power connection phase A | S32 | FIX3 | A | RO |   |   |   30911 | Electricity external power connection phase B | S32 | FIX3 | A | RO |   |   |   30913 | Electricity external power connection phase C | S32 | FIX3 | A | RO |   |   |   30915 | Power supply status | U32 | ENUM |   | RO |   |   |   30917 | Generator status | U32 | ENUM |   | RO |   |   |   30925 | Connection speed of SMACOM A | U32 | ENUM |   | RO |   |   |   30927 | Duplex mode of SMACOM A | U32 | ENUM |   | RO |   |   |   30929 | Speedwire connection status of SMACOM A | U32 | ENUM |   | RO |   |   |   30977 | Grid current phase L1 | S32 | FIX3 | A | RO |   |   |   30979 | Grid current phase L2 | S32 | FIX3 | A | RO |   |   |   30981 | Grid current phase L3 | S32 | FIX3 | A | RO |   |   |   30983 | Output of photovoltaics | U32 | FIX0 | W | RO |   |   |   30985 | Total current external network connection | S32 | FIX3 | A | RO |   |   |   30987 | Fault battery state of charge | U32 | FIX1 | % | RO |   |   |   30989 | Maximum battery current in charge direction | U32 | FIX3 | A | RO |   |   |   30991 | Maximum battery current in discharge direction | U32 | FIX3 | A | RO |   |   |   30993 | Charge factor: ratio of battery charge/discharge | U32 | FIX3 |   | RO |   |   |   30995 | Operating time of battery statistics counter | U32 | Duration | s | RO | 0.001 |   |   30997 | Lowest measured battery temperature | S32 | TEMP | °C | RO | 0.1 |   |   30999 | Highest measured battery temperature | S32 | TEMP | °C | RO | 0.01 |   |   31001 | Max. occurred battery voltage | U32 | FIX2 | V | RO |   |   |   31003 | Remaining time until full charge | U32 | Duration | s | RO | 1 |   |   31005 | Remaining time until equalization charge | U32 | Duration | s | RO | 0.1 |   |   31007 | Remaining absorption time | U32 | Duration | s | RO | 1 |   |   31009 | Lower discharge limit for private consumption range | U32 | FIX0 | % | RO |   |   |   31011 | Total output current of solar charger | U32 | FIX3 | A | RO |   |   |   31013 | Remaining min. operating time of generator | U32 | Duration | s | RO | 0.001 |   |   31015 | Operating status Master (Phase L1) | U32 | ENUM |   | RO |   |   |   31017 | Current speedwire IP address | STR32 | UTF8 |   | RO |   |   |   31025 | Current speedwire subnet mask | STR32 | UTF8 |   | RO |   |   |   31033 | Current speedwire gateway address | STR32 | UTF8 |   | RO |   |   |   31041 | Current speedwire DNS server address | STR32 | UTF8 |   | RO |   |   |   31053 | Operating status Slave1 (Phase L2) | U32 | ENUM |   | RO |   |   |   31055 | Operating status Slave2 (Phase L3) | U32 | ENUM |   | RO |   |   |   31057 | Status battery application area | U32 | ENUM |   | RO |   |   |   31059 | Absorption phase active | U32 | ENUM |   | RO |   |   |   31061 | Control of battery charging via communication available | U32 | ENUM |   | RO |   |   |   31063 | Total energy of photovoltaics | U32 | FIX0 | kWh | RO |   |   |   31065 | Total energy of photovoltaics current day | U32 | FIX0 | Wh | RO |   |   |   31067 | Number of battery equalization charges | U32 | FIX0 | kWh | RO |   |   |   31069 | Number of battery full charges | U32 | FIX0 |   | RO |   |   |   31071 | Relative battery discharge since last full charge | U32 | FIX0 | % | RO |   |   |   31073 | Relative battery discharge since last equalization charge | U32 | FIX0 | % | RO |   |   |   31075 | Operating time energy count | U32 | Duration | s | RO | 1 |   |   31077 | Photovoltaic energy in solar charger [1] | U32 | FIX0 | Wh | RO |   |   |   34657 | Status digital input | U32 | ENUM |   | RO |   |   |   35377 | Number of events for user | U64 | FIX0 |   | RO |   |   |   35381 | Number of events for installer | U64 | FIX0 |   | RO |   |   |   35385 | Number of events for service | U64 | FIX0 |   | RO |   |   |   40031 | Rated battery capacity | U32 | FIX0 | Ah | RO |   |   |   40033 | Max. battery temperature | U32 | TEMP | °C | RW | 1 |   |   40035 | Battery type | U32 | ENUM |   | RO |   |   |   40037 | Rated battery voltage | U32 | FIX0 | V | RO |   |   |   40039 | Battery boost charge time | U32 | Duration | min | RW | 1 |   |   40041 | Battery equalization charge time | U32 | Duration | h | RW | 1 |   |   40043 | Battery full charge time | U32 | Duration | h | RW | 1 |   |   40045 | Max. battery charging current | U32 | FIX3 | A | RW |   |   |   40047 | Rated generator current | U32 | FIX3 | A | RW |   |   |   40049 | Automatic generator start | U32 | ENUM |   | RW |   |   |   40055 | Manual generator control | U32 | ENUM |   | RW |   |   |   40057 | Generator request via power on | U32 | ENUM |   | RW |   |   |   40059 | Generator shutdown load limit | U32 | FIX0 | W | RW |   |   |   40061 | Generator startup load limit | U32 | FIX0 | W | RW |   |   |   40063 | Firmware version of the main processor | U32 | FW |   | RO |   |   |   40065 | Firmware version of the logic component | U32 | FW |   | RO |   |   |   40067 | Serial number | U32 | RAW |   | RO |   |   |   40071 | Grid creating generator | U32 | ENUM |   | RW |   |   |   40075 | Rise in self-consumption switched on | U32 | ENUM |   | RW |   |   |   40077 | Initiate device restart | U32 | FUNKTION_SEC |   | RW |   |   |   40085 | Cell charge nominal voltage for boost charge | U32 | FIX2 | V | RW |   |   |   40087 | Cell charge nominal voltage for full charging | U32 | FIX2 | V | RW |   |   |   40089 | Cell charge nominal voltage for equalization charge | U32 | FIX2 | V | RW |   |   |   40091 | Cell charge nominal voltage for float charge | U32 | FIX2 | V | RW |   |   |   40093 | Voltage monitoring upper minimum threshold | U32 | FIX2 | V | RW |   |   |   40095 | Voltage monitoring upper maximum threshold | U32 | FIX2 | V | RW |   |   |   40097 | Voltage monitoring hysteresis minimum threshold | U32 | FIX2 | V | RW |   |   |   40099 | Voltage monitoring hysteresis maximum threshold | U32 | FIX2 | V | RW |   |   |   40101 | Frequency monitoring lower minimum threshold | U32 | FIX2 | Hz | RW |   |   |   40103 | Frequency monitoring upper maximum threshold | U32 | FIX2 | Hz | RW |   |   |   40105 | Frequency monitoring hysteresis minimum threshold | U32 | FIX2 | Hz | RW |   |   |   40107 | Frequency monitoring hysteresis maximum threshold | U32 | FIX2 | Hz | RW |   |   |   40111 | Voltage monit. gener. lower minimum threshold | U32 | FIX2 | V | RW |   |   |   40113 | Voltage monit. gener. upper maximum threshold | U32 | FIX2 | V | RW |   |   |   40119 | Frequency monit. generator lower minimum threshold | U32 | FIX2 | Hz | RW |   |   |   40121 | Frequency monit. generator without max. threshold | U32 | FIX2 | Hz | RW |   |   |   40127 | Voltage monitoring generator maximum reverse power | U32 | FIX0 | W | RW |   |   |   40129 | Volt. monit. gener. max. reverse power trip. time | U32 | Duration | s | RW | 1 |   |   40135 | Nominal frequency | U32 | FIX2 | Hz | RW |   |   |   40137 | Acknowledge generator errors | U32 | ENUM |   | RW |   |   |   40149 | Active power setpoint | S32 | FIX0 | W | WO |   |   |   40151 | Eff./reac. pow. contr. via comm. | U32 | ENUM |   | WO |   |   |   40153 | Reactive power setpoint | S32 | FIX0 | VAr | WO |   |   |   40155 | MAC address | STR32 | UTF8 |   | RO |   |   |   40157 | Automatic speedwire configureation switched on | U32 | ENUM |   | RW |   |   |   40159 | Speedwire IP address | STR32 | IP4 |   | RW |   |   |   40167 | Speedwire subnet mask | STR32 | IP4 |   | RW |   |   |   40175 | Speedwire gateway address | STR32 | IP4 |   | RW |   |   |   40187 | Battery nominal capacity | U32 | FIX0 | Wh | RO |   |   |   40189 | Batt. manuf's max. charge capac. | U32 | FIX0 | W | RO |   |   |   40191 | Batt. manuf's max. disch. capac. | U32 | FIX0 | W | RO |   |   |   40200 | Operating mode of stat.V stab., stat.V stab. config. | U32 | ENUM |   | RW |   |   |   40206 | cosPhi setpoint, cosPhi config., direct specif. | S32 | FIX2 |   | RW |   |   |   40208 | cosPhi excit.type, cosPhi config., direct spec. | U32 | ENUM |   | RW |   |   |   40210 | Operating mode of feed-in management | U32 | ENUM |   | RW |   |   |   40216 | Operating mode of active power reduction in case of overfrequency P(f) | U32 | ENUM |   | RW |   |   |   40218 | Difference between starting frequency and grid frequency, linear instantaneous power gradient configuration | U32 | FIX2 | Hz | RW |   |   |   40220 | Difference between reset frequency and grid frequency, linear instantaneous power gradient configuration | U32 | FIX2 | Hz | RW |   |   |   40222 | cosPhi at start point, cosPhi(P) char. config. | U32 | FIX2 |   | RW |   |   |   40224 | Excit. type at start point, cosPhi(P) char. conf. | U32 | ENUM |   | RW |   |   |   40226 | cosPhi at end point, cosPhi(P) char. config. | U32 | FIX2 |   | RW |   |   |   40228 | Excit. type at end point, cosPhi(P) char. config. | U32 | ENUM |   | RW |   |   |   40230 | Act. power at start point, cosPhi(P) char. config. | U32 | FIX0 | % | RW |   |   |   40232 | Act. power at end point, cosPhi(P) char. config. | U32 | FIX0 | % | RW |   |   |   40236 | BMS operating mode | U32 | ENUM |   | WO |   |   |   40238 | Active power gradient, linear instantaneous power gradient configuration | U32 | FIX0 | % | RW |   |   |   40497 | MAC address | STR32 | UTF8 |   | RO |   |   |   40513 | Speedwire DNX server address | STR32 | IP4 |   | RW |   |   |   40521 | Network request via power switched on | U32 | ENUM |   | RW |   |   |   40523 | Network request switch-on power limit | U32 | FIX0 | W | RW |   |   |   40525 | Network request switch-off power limit | U32 | FIX0 | W | RW |   |   |   40527 | Manual control of network connection | U32 | ENUM |   | RW |   |   |   40529 | Network request via charge type | U32 | ENUM |   | RW |   |   |   40531 | Type of AC subdistribution | U32 | ENUM |   | RO |   |   |   40533 | Manual equalization charge | U32 | ENUM |   | RW |   |   |   40535 | Generator request | U32 | ENUM |   | RW |   |   |   40537 | Limit battery state of charge generator start in time range | U32 | FIX0 | % | RW |   |   |   40539 | Limit battery state of charge gen. shutdown in time range | U32 | FIX0 | % | RW |   |   |   40541 | Start time additional time range generator request | U32 | TM |   | RW |   |   |   40543 | Start time range for generator request | U32 | TM |   | RW |   |   |   40545 | Limit battery state of charge generator stop in add time range | U32 | FIX0 | % | RW |   |   |   40547 | Limit battery state of charge generator start in add time range | U32 | FIX0 | % | RW |   |   |   40549 | Time-controlled generator operation | U32 | ENUM |   | RW |   |   |   40551 | Start time for time-controlled generator op. | U32 | DT |   | RW |   |   |   40553 | Operating time for time-controlled generator op. | U32 | Duration | s | RW | 1 |   |   40555 | Repeat cycle of time-controlled generator op. | U32 | ENUM |   | RW |   |   |   40557 | Generator request with set charge type | U32 | ENUM |   | RW |   |   |   40559 | Reaction to digital input of generator request | U32 | ENUM |   | RW |   |   |   40561 | Average time for generator request via power | U32 | Duration | s | RW | 1 |   |   40563 | Average operating time of generator | U32 | Duration | s | RW | 1 |   |   40565 | Average idle period of generator | U32 | Duration | s | RW | 1 |   |   40567 | Cooling down time of generator | U32 | Duration | s | RW | 1 |   |   40569 | Idle period after generator fault | U32 | Duration | s | RW | 1 |   |   40571 | Warm-up time of generator | U32 | Duration | s | RW | 1 |   |   40573 | Generator nominal frequency | U32 | FIX2 | Hz | RW |   |   |   40575 | Operating mode of multifunction relay [1] | U32 | ENUM |   | RW |   |   |   40587 | Slave 1: Operating mode of multifunction relay [1] | U32 | ENUM |   | RW |   |   |   40599 | Slave 2: Operating mode of multifunction relay [1] | U32 | ENUM |   | RW |   |   |   40611 | Repeat cycle time of relay control for timer [1] | U32 | ENUM |   | RW |   |   |   40615 | Duration for which multifunction relay is activated for timer [1] | U32 | Duration | s | RW | 1 |   |   40619 | Start date of relay control for timer [1] | U32 | DT |   | RW |   |   |   40623 | Time-controlled inverter operation | U32 | ENUM |   | RW |   |   |   40625 | Start date for time-controlled inverter operation | U32 | DT |   | RW |   |   |   40627 | Operating time for time-controlled inverter op. | U32 | Duration | s | RW | 1 |   |   40629 | Repeat cycle for time-controlled inverter op. | U32 | ENUM |   | RW |   |   |   40631 | Device name | STR32 | UTF8 |   | RW |   |   |   40647 | Automatic updates activated | U32 | ENUM |   | RW |   |   |   40649 | Time of the automatic update | U32 | TM |   | RW |   |   |   40651 | Conn. point of counter on measuring interface 1 | U32 | ENUM |   | RW |   |   |   40653 | Conn. point of counter on measuring interface 2 | U32 | ENUM |   | RW |   |   |   40657 | Serial number of the counter on meas. interface 1 | U32 | RAW |   | RW |   |   |   40659 | Serial number of the counter on meas. interface 2 | U32 | RAW |   | RW |   |   |   40663 | Grid Guard version | U32 | REV |   | RO |   |   |   40665 | Memory card status | U32 | ENUM |   | RO |   |   |   40667 | Update version of the main processor | U32 | FW |   | RO |   |   |   40669 | Start feed-in PV | U32 | TM |   | RW |   |   |   40671 | Stop feed-in PV | U32 | TM |   | RW |   |   |   40673 | Cut-off time until connection to external network | U32 | Duration | s | RW | 1 |   |   40675 | Automatic frequency regulation | U32 | ENUM |   | RW |   |   |   40677 | Maximum current from public grid | U32 | FIX3 | A | RW |   |   |   40679 | Power feedback to public grid allowed | U32 | ENUM |   | RW |   |   |   40681 | Network request via battery state of charge switched on | U32 | ENUM |   | RW |   |   |   40683 | Lmt battery state of charge for connection to grid | U32 | FIX0 | % | RW |   |   |   40685 | Lmt battery state of charge for disconnection from grid | U32 | FIX0 | % | RW |   |   |   40687 | Start time additional time range grid request | U32 | TM |   | RW |   |   |   40689 | Start interval for network request | U32 | TM |   | RW |   |   |   40691 | Limit battery state of charge for connect to grid in add time range | U32 | FIX0 | % | RW |   |   |   40693 | Limit battery state of charge for disconnect from grid in add time range | U32 | FIX0 | % | RW |   |   |   40695 | Energy saving mode switched on | U32 | ENUM |   | RW |   |   |   40697 | Maximum network reverse power | U32 | FIX0 | W | RW |   |   |   40699 | Maximum network reverse power tripping time | U32 | Duration | s | RW | 1 |   |   40701 | Time until change-over to energy saving mode | U32 | Duration | s | RW | 1 |   |   40703 | Maximum duration of energy saving mode | U32 | Duration | s | RW | 1 |   |   40705 | Upper state of charge for reactivating feed-in | U32 | FIX0 | % | RW |   |   |   40707 | Lower state of charge for locking feed-in | U32 | FIX0 | % | RW |   |   |   40709 | Start time of battery protection mode level | U32 | TM |   | RW |   |   |   40711 | End time of battery protection mode level | U32 | TM |   | RW |   |   |   40713 | Battery state of charge for protection mode | U32 | FIX1 | % | RW |   |   |   40715 | Battery switch-on limit after overtemp. shutdown | S32 | TEMP | °C | RW | 0.1 |   |   40717 | Output resistance of battery connection | U32 | FIX3 | Ohms | RW |   |   |   40719 | Lower lmt deep disch. protect area prior shutdown | U32 | FIX0 | % | RW |   |   |   40721 | Minimum width of deep discharge protection area | U32 | FIX0 | % | RW |   |   |   40723 | Minimum width of backup power area | U32 | FIX0 | % | RW |   |   |   40725 | Area width for conserving battery state of charge | U32 | FIX0 | % | RW |   |   |   40727 | Minimum width of own consumption area | U32 | FIX0 | % | RW |   |   |   40729 | Most productive month for battery usage range | U32 | ENUM |   | RW |   |   |   40731 | Season operation active | U32 | ENUM |   | RW |   |   |   40733 | Voltage setpoint with deactivated battery mgmt | U32 | FIX2 | V | RW |   |   |   40735 | Cycle time full charge | U32 | Duration | s | RW | 1 |   |   40737 | Cycle time equalization charge | U32 | Duration | s | RW | 1 |   |   40739 | Battery temperature compensation | S32 | FIX3 | V/°C | RW |   |   |   40741 | Automatic equalization charge | U32 | ENUM |   | RW |   |   |   40743 | Type of additional DC sources | U32 | ENUM |   | RW |   |   |   40745 | Limitation type of generator current | U32 | ENUM |   | RW |   |   |   40747 | Sensitivity of generator failure detection | U32 | ENUM |   | RW |   |   |   40749 | Status digital input | U32 | ENUM |   | RO |   |   |   40751 | Inverter nominal voltage | U32 | FIX0 | V | RW |   |   |   40753 | Inverter nominal frequency | U32 | FIX0 | Hz | RW |   |   |   40755 | Maximum AC battery charge current | U32 | FIX3 | A | RW |   |   |   40757 | Lmt value battery state of charge for start load shedding 1 | U32 | FIX0 | % | RW |   |   |   40759 | Lmt value battery state of charge for stop load shedding 1 | U32 | FIX0 | % | RW |   |   |   40761 | Start time additional time range load shedding 1 | U32 | TM |   | RW |   |   |   40763 | Time load shedding 1 | U32 | TM |   | RW |   |   |   40765 | Limit battery state of charge for start load shedding 1 in add time range | U32 | FIX0 | % | RW |   |   |   40767 | Limit battery state of charge for stop load shedding 1 in add time range | U32 | FIX0 | % | RW |   |   |   40769 | Lmt value battery state of charge for start load shedding 2 | U32 | FIX0 | % | RW |   |   |   40771 | Lmt value battery state of charge for stop load shedding 2 | U32 | FIX0 | % | RW |   |   |   40773 | Start time additional time range load shedding 2 | U32 | TM |   | RW |   |   |   40775 | Time load shedding 2 | U32 | TM |   | RW |   |   |   40777 | Limit battery state of charge for start load shedding 2 in add time range | U32 | FIX0 | % | RW |   |   |   40779 | Limit battery state of charge for stop load shedding 2 in add time range | U32 | FIX0 | % | RW |   |   |   40781 | Temp lmt for multifunct. relay with batt comp fan | S32 | TEMP | °C | RW | 0.1 |   |   40783 | Serial no. Slave1 (Phase L2) | U32 | RAW |   | RO |   |   |   40785 | Serial no. Slave2 (Phase L3) | U32 | RAW |   | RO |   |   |   40787 | Cluster behaviour when a device fails | U32 | ENUM |   | RW |   |   |   40789 | Communication version | U32 | REV |   | RO |   |   |   40791 | Timeout for communication fault indication | U32 | FIX0 | s | RW | 1 |   |   40795 | Max. battery charge capac. | U32 | FIX0 | W | WO |   |   |   40799 | Max. battery discharge capac. | U32 | FIX0 | W | WO |   |   |   40805 | Energy saving mode | U32 | ENUM |   | WO |   |   |   40811 | Update version of the logic component | U32 | FW |   | RO |   |   |   40819 | Firmware version of protocol converter | U32 | FW |   | RO |   |   |   40821 | Hardware version of protocol converter | U32 | HW |   | RO |   |   |   40827 | Serial number of the protocol converter | U32 | RAW |   | RO |   |   |   40829 | SUSyID of protocol converter | U32 | FIX0 |   | RO |   |   |   43090 | Login with Grid Guard-Code | U32 | FIX0 |   | RW |   |   |  

dolf1966 commented 9 months ago

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

Device-specific Modbus adresses SMA Modbus Profile |   |   -- | -- | -- Modbus register address | Short description | Type | Format | Unit | Access | Scale factor |   | Supported hardware and firmware: 30051 | Device class | U32 | ENUM |   | RO |   |   | Sunny Island with "Speedwire data module Sunny Island" 30053 | Device type | U32 | ENUM |   | RO |   |   | Sunny Island: SI 6.0H-11 and SI 8.0H-11 30057 | Serial number | U32 | RAW |   | RO |   |   | Speedwire data module Sunny Island: SWDMSI-NR10 30059 | Software package | U32 | FW |   | RO |   |   | Starting with software package: 3.100 30197 | Current event number | U32 | FIX0 |   | RO |   |   |   30199 | Waiting time until feed-in | U32 | Duration | s | RO | 1 |   |   30201 | Condition | U32 | ENUM |   | RO |   |   |   30211 | Recommended action | U32 | ENUM |   | RO |   |   |   30213 | Message | U32 | ENUM |   | RO |   |   |   30215 | Fault correction measure | U32 | ENUM |   | RO |   |   |   30559 | Number of events for user | U32 | FIX0 |   | RO |   |   |   30561 | Number of events for installer | U32 | FIX0 |   | RO |   |   |   30563 | Number of events for service | U32 | FIX0 |   | RO |   |   |   30565 | Number of generator starts | U32 | FIX0 |   | RO |   |   |   30567 | Amp hours counter for battery charge | U32 | FIX0 | Ah | RO |   |   |   30569 | Amp hours counter for battery discharge | U32 | FIX0 | Ah | RO |   |   |   30571 | Meter reading consumption meter | U32 | FIX0 | Wh | RO |   |   |   30577 | Energy consumed from grid (today) | U32 | FIX0 | Wh | RO |   |   |   30579 | Energy fed into grid (today) | U32 | FIX0 | Wh | RO |   |   |   30581 | Grid reference counter reading | U32 | FIX0 | Wh | RO |   |   |   30583 | Grid feed-in counter reading | U32 | FIX0 | Wh | RO |   |   |   30585 | Power outage | U32 | Duration | s | RO | 1 |   |   30587 | PV generation counter reading | U32 | FIX0 | Wh | RO |   |   |   30589 | Rise in self-consumption | U32 | FIX0 | Wh | RO |   |   |   30591 | Rise in self-consumption today | U32 | FIX0 | Wh | RO |   |   |   30593 | Energy consumed internally | U32 | FIX0 | Wh | RO |   |   |   30595 | Absorbed energy | U32 | FIX0 | Wh | RO |   |   |   30597 | Released energy | U32 | FIX0 | Wh | RO |   |   |   30599 | Number of grid connections | U32 | FIX0 |   | RO |   |   |   30775 | Power | S32 | FIX0 | W | RO |   |   |   30777 | Power L1 | S32 | FIX0 | W | RO |   |   |   30779 | Power L2 | S32 | FIX0 | W | RO |   |   |   30781 | Power L3 | S32 | FIX0 | W | RO |   |   |   30783 | Grid voltage phase L1 | U32 | FIX2 | V | RO |   |   |   30785 | Grid voltage phase L2 | U32 | FIX2 | V | RO |   |   |   30787 | Grid voltage phase L3 | U32 | FIX2 | V | RO |   |   |   30797 | Grid current phase L1 | U32 | FIX3 | A | RO |   |   |   30799 | Grid current phase L2 | U32 | FIX3 | A | RO |   |   |   30801 | Grid current phase L3 | U32 | FIX3 | A | RO |   |   |   30803 | Grid frequency | U32 | FIX2 | Hz | RO |   |   |   30805 | Reactive power | S32 | FIX0 | VAr | RO |   |   |   30807 | Reactive power L1 | S32 | FIX0 | VAr | RO |   |   |   30809 | Reactive power L2 | S32 | FIX0 | VAr | RO |   |   |   30811 | Reactive power L3 | S32 | FIX0 | VAr | RO |   |   |   30825 | Operating mode of stat.V stab., stat.V stab. config. | U32 | ENUM |   | RO |   |   |   30831 | cosPhi setpoint, cosPhi config., direct specif. | S32 | FIX2 |   | RO |   |   |   30833 | cosPhi excit.type, cosPhi config., direct spec. | U32 | ENUM |   | RO |   |   |   30835 | Operating mode of feed-in management | U32 | ENUM |   | RO |   |   |   30843 | Battery current | S32 | FIX3 | A | RO |   |   |   30845 | Current battery state of charge | U32 | FIX0 | % | RO |   |   |   30847 | Current battery capacity | U32 | FIX0 | % | RO |   |   |   30849 | Battery temperature | S32 | TEMP | °C | RO | 0.1 |   |   30851 | Battery voltage | U32 | FIX2 | V | RO |   |   |   30853 | Active battery charging mode | U32 | ENUM |   | RO |   |   |   30855 | Current battery charging set voltage | U32 | FIX2 | V | RO |   |   |   30857 | Number of battery charge throughputs | S32 | FIX0 |   | RO |   |   |   30859 | Battery maint. state of charge | U32 | ENUM |   | RO |   |   |   30861 | Load power | S32 | FIX0 | W | RO |   |   |   30865 | Power grid reference | S32 | FIX0 | W | RO |   |   |   30867 | Power grid feed-in | S32 | FIX0 | W | RO |   |   |   30869 | PV power generated | S32 | FIX0 | W | RO |   |   |   30871 | Current self-consumption | U32 | FIX0 | W | RO |   |   |   30873 | Current rise in self-consumption | S32 | FIX0 | W | RO |   |   |   30875 | Multifunction relay status | U32 | ENUM |   | RO |   |   |   30877 | Power supply status | U32 | ENUM |   | RO |   |   |   30879 | Reason for generator request | U32 | ENUM |   | RO |   |   |   30881 | PV mains connection | U32 | ENUM |   | RO |   |   |   30883 | Status of utility grid | U32 | ENUM |   | RO |   |   |   30885 | Output external power connection | U32 | FIX0 | W | RO |   |   |   30887 | Output external power connection phase A | U32 | FIX0 | W | RO |   |   |   30889 | Output external power connection phase B | U32 | FIX0 | W | RO |   |   |   30891 | Output external power connection phase C | U32 | FIX0 | W | RO |   |   |   30893 | Reactive power external power connection | U32 | FIX0 | VAr | RO |   |   |   30895 | Reactive power external power connection phase A | U32 | FIX0 | VAr | RO |   |   |   30897 | Reactive power external power connection phase B | U32 | FIX0 | VAr | RO |   |   |   30899 | Reactive power external power connection phase C | U32 | FIX0 | VAr | RO |   |   |   30901 | Grid frequency of external power connection | U32 | FIX2 | Hz | RO |   |   |   30903 | Voltage external power connection phase A | U32 | FIX2 | V | RO |   |   |   30905 | Voltage external power connection phase B | U32 | FIX2 | V | RO |   |   |   30907 | Voltage external power connection phase C | U32 | FIX2 | V | RO |   |   |   30909 | Electricity external power connection phase A | S32 | FIX3 | A | RO |   |   |   30911 | Electricity external power connection phase B | S32 | FIX3 | A | RO |   |   |   30913 | Electricity external power connection phase C | S32 | FIX3 | A | RO |   |   |   30915 | Power supply status | U32 | ENUM |   | RO |   |   |   30917 | Generator status | U32 | ENUM |   | RO |   |   |   30925 | Connection speed of SMACOM A | U32 | ENUM |   | RO |   |   |   30927 | Duplex mode of SMACOM A | U32 | ENUM |   | RO |   |   |   30929 | Speedwire connection status of SMACOM A | U32 | ENUM |   | RO |   |   |   30977 | Grid current phase L1 | S32 | FIX3 | A | RO |   |   |   30979 | Grid current phase L2 | S32 | FIX3 | A | RO |   |   |   30981 | Grid current phase L3 | S32 | FIX3 | A | RO |   |   |   30983 | Output of photovoltaics | U32 | FIX0 | W | RO |   |   |   30985 | Total current external network connection | S32 | FIX3 | A | RO |   |   |   30987 | Fault battery state of charge | U32 | FIX1 | % | RO |   |   |   30989 | Maximum battery current in charge direction | U32 | FIX3 | A | RO |   |   |   30991 | Maximum battery current in discharge direction | U32 | FIX3 | A | RO |   |   |   30993 | Charge factor: ratio of battery charge/discharge | U32 | FIX3 |   | RO |   |   |   30995 | Operating time of battery statistics counter | U32 | Duration | s | RO | 0.001 |   |   30997 | Lowest measured battery temperature | S32 | TEMP | °C | RO | 0.1 |   |   30999 | Highest measured battery temperature | S32 | TEMP | °C | RO | 0.01 |   |   31001 | Max. occurred battery voltage | U32 | FIX2 | V | RO |   |   |   31003 | Remaining time until full charge | U32 | Duration | s | RO | 1 |   |   31005 | Remaining time until equalization charge | U32 | Duration | s | RO | 0.1 |   |   31007 | Remaining absorption time | U32 | Duration | s | RO | 1 |   |   31009 | Lower discharge limit for private consumption range | U32 | FIX0 | % | RO |   |   |   31011 | Total output current of solar charger | U32 | FIX3 | A | RO |   |   |   31013 | Remaining min. operating time of generator | U32 | Duration | s | RO | 0.001 |   |   31015 | Operating status Master (Phase L1) | U32 | ENUM |   | RO |   |   |   31017 | Current speedwire IP address | STR32 | UTF8 |   | RO |   |   |   31025 | Current speedwire subnet mask | STR32 | UTF8 |   | RO |   |   |   31033 | Current speedwire gateway address | STR32 | UTF8 |   | RO |   |   |   31041 | Current speedwire DNS server address | STR32 | UTF8 |   | RO |   |   |   31053 | Operating status Slave1 (Phase L2) | U32 | ENUM |   | RO |   |   |   31055 | Operating status Slave2 (Phase L3) | U32 | ENUM |   | RO |   |   |   31057 | Status battery application area | U32 | ENUM |   | RO |   |   |   31059 | Absorption phase active | U32 | ENUM |   | RO |   |   |   31061 | Control of battery charging via communication available | U32 | ENUM |   | RO |   |   |   31063 | Total energy of photovoltaics | U32 | FIX0 | kWh | RO |   |   |   31065 | Total energy of photovoltaics current day | U32 | FIX0 | Wh | RO |   |   |   31067 | Number of battery equalization charges | U32 | FIX0 | kWh | RO |   |   |   31069 | Number of battery full charges | U32 | FIX0 |   | RO |   |   |   31071 | Relative battery discharge since last full charge | U32 | FIX0 | % | RO |   |   |   31073 | Relative battery discharge since last equalization charge | U32 | FIX0 | % | RO |   |   |   31075 | Operating time energy count | U32 | Duration | s | RO | 1 |   |   31077 | Photovoltaic energy in solar charger [1] | U32 | FIX0 | Wh | RO |   |   |   34657 | Status digital input | U32 | ENUM |   | RO |   |   |   35377 | Number of events for user | U64 | FIX0 |   | RO |   |   |   35381 | Number of events for installer | U64 | FIX0 |   | RO |   |   |   35385 | Number of events for service | U64 | FIX0 |   | RO |   |   |   40031 | Rated battery capacity | U32 | FIX0 | Ah | RO |   |   |   40033 | Max. battery temperature | U32 | TEMP | °C | RW | 1 |   |   40035 | Battery type | U32 | ENUM |   | RO |   |   |   40037 | Rated battery voltage | U32 | FIX0 | V | RO |   |   |   40039 | Battery boost charge time | U32 | Duration | min | RW | 1 |   |   40041 | Battery equalization charge time | U32 | Duration | h | RW | 1 |   |   40043 | Battery full charge time | U32 | Duration | h | RW | 1 |   |   40045 | Max. battery charging current | U32 | FIX3 | A | RW |   |   |   40047 | Rated generator current | U32 | FIX3 | A | RW |   |   |   40049 | Automatic generator start | U32 | ENUM |   | RW |   |   |   40055 | Manual generator control | U32 | ENUM |   | RW |   |   |   40057 | Generator request via power on | U32 | ENUM |   | RW |   |   |   40059 | Generator shutdown load limit | U32 | FIX0 | W | RW |   |   |   40061 | Generator startup load limit | U32 | FIX0 | W | RW |   |   |   40063 | Firmware version of the main processor | U32 | FW |   | RO |   |   |   40065 | Firmware version of the logic component | U32 | FW |   | RO |   |   |   40067 | Serial number | U32 | RAW |   | RO |   |   |   40071 | Grid creating generator | U32 | ENUM |   | RW |   |   |   40075 | Rise in self-consumption switched on | U32 | ENUM |   | RW |   |   |   40077 | Initiate device restart | U32 | FUNKTION_SEC |   | RW |   |   |   40085 | Cell charge nominal voltage for boost charge | U32 | FIX2 | V | RW |   |   |   40087 | Cell charge nominal voltage for full charging | U32 | FIX2 | V | RW |   |   |   40089 | Cell charge nominal voltage for equalization charge | U32 | FIX2 | V | RW |   |   |   40091 | Cell charge nominal voltage for float charge | U32 | FIX2 | V | RW |   |   |   40093 | Voltage monitoring upper minimum threshold | U32 | FIX2 | V | RW |   |   |   40095 | Voltage monitoring upper maximum threshold | U32 | FIX2 | V | RW |   |   |   40097 | Voltage monitoring hysteresis minimum threshold | U32 | FIX2 | V | RW |   |   |   40099 | Voltage monitoring hysteresis maximum threshold | U32 | FIX2 | V | RW |   |   |   40101 | Frequency monitoring lower minimum threshold | U32 | FIX2 | Hz | RW |   |   |   40103 | Frequency monitoring upper maximum threshold | U32 | FIX2 | Hz | RW |   |   |   40105 | Frequency monitoring hysteresis minimum threshold | U32 | FIX2 | Hz | RW |   |   |   40107 | Frequency monitoring hysteresis maximum threshold | U32 | FIX2 | Hz | RW |   |   |   40111 | Voltage monit. gener. lower minimum threshold | U32 | FIX2 | V | RW |   |   |   40113 | Voltage monit. gener. upper maximum threshold | U32 | FIX2 | V | RW |   |   |   40119 | Frequency monit. generator lower minimum threshold | U32 | FIX2 | Hz | RW |   |   |   40121 | Frequency monit. generator without max. threshold | U32 | FIX2 | Hz | RW |   |   |   40127 | Voltage monitoring generator maximum reverse power | U32 | FIX0 | W | RW |   |   |   40129 | Volt. monit. gener. max. reverse power trip. time | U32 | Duration | s | RW | 1 |   |   40135 | Nominal frequency | U32 | FIX2 | Hz | RW |   |   |   40137 | Acknowledge generator errors | U32 | ENUM |   | RW |   |   |   40149 | Active power setpoint | S32 | FIX0 | W | WO |   |   |   40151 | Eff./reac. pow. contr. via comm. | U32 | ENUM |   | WO |   |   |   40153 | Reactive power setpoint | S32 | FIX0 | VAr | WO |   |   |   40155 | MAC address | STR32 | UTF8 |   | RO |   |   |   40157 | Automatic speedwire configureation switched on | U32 | ENUM |   | RW |   |   |   40159 | Speedwire IP address | STR32 | IP4 |   | RW |   |   |   40167 | Speedwire subnet mask | STR32 | IP4 |   | RW |   |   |   40175 | Speedwire gateway address | STR32 | IP4 |   | RW |   |   |   40187 | Battery nominal capacity | U32 | FIX0 | Wh | RO |   |   |   40189 | Batt. manuf's max. charge capac. | U32 | FIX0 | W | RO |   |   |   40191 | Batt. manuf's max. disch. capac. | U32 | FIX0 | W | RO |   |   |   40200 | Operating mode of stat.V stab., stat.V stab. config. | U32 | ENUM |   | RW |   |   |   40206 | cosPhi setpoint, cosPhi config., direct specif. | S32 | FIX2 |   | RW |   |   |   40208 | cosPhi excit.type, cosPhi config., direct spec. | U32 | ENUM |   | RW |   |   |   40210 | Operating mode of feed-in management | U32 | ENUM |   | RW |   |   |   40216 | Operating mode of active power reduction in case of overfrequency P(f) | U32 | ENUM |   | RW |   |   |   40218 | Difference between starting frequency and grid frequency, linear instantaneous power gradient configuration | U32 | FIX2 | Hz | RW |   |   |   40220 | Difference between reset frequency and grid frequency, linear instantaneous power gradient configuration | U32 | FIX2 | Hz | RW |   |   |   40222 | cosPhi at start point, cosPhi(P) char. config. | U32 | FIX2 |   | RW |   |   |   40224 | Excit. type at start point, cosPhi(P) char. conf. | U32 | ENUM |   | RW |   |   |   40226 | cosPhi at end point, cosPhi(P) char. config. | U32 | FIX2 |   | RW |   |   |   40228 | Excit. type at end point, cosPhi(P) char. config. | U32 | ENUM |   | RW |   |   |   40230 | Act. power at start point, cosPhi(P) char. config. | U32 | FIX0 | % | RW |   |   |   40232 | Act. power at end point, cosPhi(P) char. config. | U32 | FIX0 | % | RW |   |   |   40236 | BMS operating mode | U32 | ENUM |   | WO |   |   |   40238 | Active power gradient, linear instantaneous power gradient configuration | U32 | FIX0 | % | RW |   |   |   40497 | MAC address | STR32 | UTF8 |   | RO |   |   |   40513 | Speedwire DNX server address | STR32 | IP4 |   | RW |   |   |   40521 | Network request via power switched on | U32 | ENUM |   | RW |   |   |   40523 | Network request switch-on power limit | U32 | FIX0 | W | RW |   |   |   40525 | Network request switch-off power limit | U32 | FIX0 | W | RW |   |   |   40527 | Manual control of network connection | U32 | ENUM |   | RW |   |   |   40529 | Network request via charge type | U32 | ENUM |   | RW |   |   |   40531 | Type of AC subdistribution | U32 | ENUM |   | RO |   |   |   40533 | Manual equalization charge | U32 | ENUM |   | RW |   |   |   40535 | Generator request | U32 | ENUM |   | RW |   |   |   40537 | Limit battery state of charge generator start in time range | U32 | FIX0 | % | RW |   |   |   40539 | Limit battery state of charge gen. shutdown in time range | U32 | FIX0 | % | RW |   |   |   40541 | Start time additional time range generator request | U32 | TM |   | RW |   |   |   40543 | Start time range for generator request | U32 | TM |   | RW |   |   |   40545 | Limit battery state of charge generator stop in add time range | U32 | FIX0 | % | RW |   |   |   40547 | Limit battery state of charge generator start in add time range | U32 | FIX0 | % | RW |   |   |   40549 | Time-controlled generator operation | U32 | ENUM |   | RW |   |   |   40551 | Start time for time-controlled generator op. | U32 | DT |   | RW |   |   |   40553 | Operating time for time-controlled generator op. | U32 | Duration | s | RW | 1 |   |   40555 | Repeat cycle of time-controlled generator op. | U32 | ENUM |   | RW |   |   |   40557 | Generator request with set charge type | U32 | ENUM |   | RW |   |   |   40559 | Reaction to digital input of generator request | U32 | ENUM |   | RW |   |   |   40561 | Average time for generator request via power | U32 | Duration | s | RW | 1 |   |   40563 | Average operating time of generator | U32 | Duration | s | RW | 1 |   |   40565 | Average idle period of generator | U32 | Duration | s | RW | 1 |   |   40567 | Cooling down time of generator | U32 | Duration | s | RW | 1 |   |   40569 | Idle period after generator fault | U32 | Duration | s | RW | 1 |   |   40571 | Warm-up time of generator | U32 | Duration | s | RW | 1 |   |   40573 | Generator nominal frequency | U32 | FIX2 | Hz | RW |   |   |   40575 | Operating mode of multifunction relay [1] | U32 | ENUM |   | RW |   |   |   40587 | Slave 1: Operating mode of multifunction relay [1] | U32 | ENUM |   | RW |   |   |   40599 | Slave 2: Operating mode of multifunction relay [1] | U32 | ENUM |   | RW |   |   |   40611 | Repeat cycle time of relay control for timer [1] | U32 | ENUM |   | RW |   |   |   40615 | Duration for which multifunction relay is activated for timer [1] | U32 | Duration | s | RW | 1 |   |   40619 | Start date of relay control for timer [1] | U32 | DT |   | RW |   |   |   40623 | Time-controlled inverter operation | U32 | ENUM |   | RW |   |   |   40625 | Start date for time-controlled inverter operation | U32 | DT |   | RW |   |   |   40627 | Operating time for time-controlled inverter op. | U32 | Duration | s | RW | 1 |   |   40629 | Repeat cycle for time-controlled inverter op. | U32 | ENUM |   | RW |   |   |   40631 | Device name | STR32 | UTF8 |   | RW |   |   |   40647 | Automatic updates activated | U32 | ENUM |   | RW |   |   |   40649 | Time of the automatic update | U32 | TM |   | RW |   |   |   40651 | Conn. point of counter on measuring interface 1 | U32 | ENUM |   | RW |   |   |   40653 | Conn. point of counter on measuring interface 2 | U32 | ENUM |   | RW |   |   |   40657 | Serial number of the counter on meas. interface 1 | U32 | RAW |   | RW |   |   |   40659 | Serial number of the counter on meas. interface 2 | U32 | RAW |   | RW |   |   |   40663 | Grid Guard version | U32 | REV |   | RO |   |   |   40665 | Memory card status | U32 | ENUM |   | RO |   |   |   40667 | Update version of the main processor | U32 | FW |   | RO |   |   |   40669 | Start feed-in PV | U32 | TM |   | RW |   |   |   40671 | Stop feed-in PV | U32 | TM |   | RW |   |   |   40673 | Cut-off time until connection to external network | U32 | Duration | s | RW | 1 |   |   40675 | Automatic frequency regulation | U32 | ENUM |   | RW |   |   |   40677 | Maximum current from public grid | U32 | FIX3 | A | RW |   |   |   40679 | Power feedback to public grid allowed | U32 | ENUM |   | RW |   |   |   40681 | Network request via battery state of charge switched on | U32 | ENUM |   | RW |   |   |   40683 | Lmt battery state of charge for connection to grid | U32 | FIX0 | % | RW |   |   |   40685 | Lmt battery state of charge for disconnection from grid | U32 | FIX0 | % | RW |   |   |   40687 | Start time additional time range grid request | U32 | TM |   | RW |   |   |   40689 | Start interval for network request | U32 | TM |   | RW |   |   |   40691 | Limit battery state of charge for connect to grid in add time range | U32 | FIX0 | % | RW |   |   |   40693 | Limit battery state of charge for disconnect from grid in add time range | U32 | FIX0 | % | RW |   |   |   40695 | Energy saving mode switched on | U32 | ENUM |   | RW |   |   |   40697 | Maximum network reverse power | U32 | FIX0 | W | RW |   |   |   40699 | Maximum network reverse power tripping time | U32 | Duration | s | RW | 1 |   |   40701 | Time until change-over to energy saving mode | U32 | Duration | s | RW | 1 |   |   40703 | Maximum duration of energy saving mode | U32 | Duration | s | RW | 1 |   |   40705 | Upper state of charge for reactivating feed-in | U32 | FIX0 | % | RW |   |   |   40707 | Lower state of charge for locking feed-in | U32 | FIX0 | % | RW |   |   |   40709 | Start time of battery protection mode level | U32 | TM |   | RW |   |   |   40711 | End time of battery protection mode level | U32 | TM |   | RW |   |   |   40713 | Battery state of charge for protection mode | U32 | FIX1 | % | RW |   |   |   40715 | Battery switch-on limit after overtemp. shutdown | S32 | TEMP | °C | RW | 0.1 |   |   40717 | Output resistance of battery connection | U32 | FIX3 | Ohms | RW |   |   |   40719 | Lower lmt deep disch. protect area prior shutdown | U32 | FIX0 | % | RW |   |   |   40721 | Minimum width of deep discharge protection area | U32 | FIX0 | % | RW |   |   |   40723 | Minimum width of backup power area | U32 | FIX0 | % | RW |   |   |   40725 | Area width for conserving battery state of charge | U32 | FIX0 | % | RW |   |   |   40727 | Minimum width of own consumption area | U32 | FIX0 | % | RW |   |   |   40729 | Most productive month for battery usage range | U32 | ENUM |   | RW |   |   |   40731 | Season operation active | U32 | ENUM |   | RW |   |   |   40733 | Voltage setpoint with deactivated battery mgmt | U32 | FIX2 | V | RW |   |   |   40735 | Cycle time full charge | U32 | Duration | s | RW | 1 |   |   40737 | Cycle time equalization charge | U32 | Duration | s | RW | 1 |   |   40739 | Battery temperature compensation | S32 | FIX3 | V/°C | RW |   |   |   40741 | Automatic equalization charge | U32 | ENUM |   | RW |   |   |   40743 | Type of additional DC sources | U32 | ENUM |   | RW |   |   |   40745 | Limitation type of generator current | U32 | ENUM |   | RW |   |   |   40747 | Sensitivity of generator failure detection | U32 | ENUM |   | RW |   |   |   40749 | Status digital input | U32 | ENUM |   | RO |   |   |   40751 | Inverter nominal voltage | U32 | FIX0 | V | RW |   |   |   40753 | Inverter nominal frequency | U32 | FIX0 | Hz | RW |   |   |   40755 | Maximum AC battery charge current | U32 | FIX3 | A | RW |   |   |   40757 | Lmt value battery state of charge for start load shedding 1 | U32 | FIX0 | % | RW |   |   |   40759 | Lmt value battery state of charge for stop load shedding 1 | U32 | FIX0 | % | RW |   |   |   40761 | Start time additional time range load shedding 1 | U32 | TM |   | RW |   |   |   40763 | Time load shedding 1 | U32 | TM |   | RW |   |   |   40765 | Limit battery state of charge for start load shedding 1 in add time range | U32 | FIX0 | % | RW |   |   |   40767 | Limit battery state of charge for stop load shedding 1 in add time range | U32 | FIX0 | % | RW |   |   |   40769 | Lmt value battery state of charge for start load shedding 2 | U32 | FIX0 | % | RW |   |   |   40771 | Lmt value battery state of charge for stop load shedding 2 | U32 | FIX0 | % | RW |   |   |   40773 | Start time additional time range load shedding 2 | U32 | TM |   | RW |   |   |   40775 | Time load shedding 2 | U32 | TM |   | RW |   |   |   40777 | Limit battery state of charge for start load shedding 2 in add time range | U32 | FIX0 | % | RW |   |   |   40779 | Limit battery state of charge for stop load shedding 2 in add time range | U32 | FIX0 | % | RW |   |   |   40781 | Temp lmt for multifunct. relay with batt comp fan | S32 | TEMP | °C | RW | 0.1 |   |   40783 | Serial no. Slave1 (Phase L2) | U32 | RAW |   | RO |   |   |   40785 | Serial no. Slave2 (Phase L3) | U32 | RAW |   | RO |   |   |   40787 | Cluster behaviour when a device fails | U32 | ENUM |   | RW |   |   |   40789 | Communication version | U32 | REV |   | RO |   |   |   40791 | Timeout for communication fault indication | U32 | FIX0 | s | RW | 1 |   |   40795 | Max. battery charge capac. | U32 | FIX0 | W | WO |   |   |   40799 | Max. battery discharge capac. | U32 | FIX0 | W | WO |   |   |   40805 | Energy saving mode | U32 | ENUM |   | WO |   |   |   40811 | Update version of the logic component | U32 | FW |   | RO |   |   |   40819 | Firmware version of protocol converter | U32 | FW |   | RO |   |   |   40821 | Hardware version of protocol converter | U32 | HW |   | RO |   |   |   40827 | Serial number of the protocol converter | U32 | RAW |   | RO |   |   |   40829 | SUSyID of protocol converter | U32 | FIX0 |   | RO |   |   |   43090 | Login with Grid Guard-Code | U32 | FIX0 |   | RW |   |   |  

dolf1966 commented 9 months ago

i have the sma electric meter with utp conection (ip-adres, no modbus)