
The SolaX SK-SU series (SK-SU3000E, SK-SU3700E, SK-SU5000E, SK-SU3000C, SK-SU5000C) are single-phase hybrid inverters from the Gen2 X1 Hybrid family. They combine solar PV conversion with battery storage management in a single unit. TapHome connects directly to the inverter via Modbus TCP over Ethernet — no additional gateway or WiFi dongle is required.
The template provides real-time monitoring of AC output power, PV string production, battery state of charge and power, grid feed-in/consumption, daily and total energy production, and temperature sensors for the inverter and battery.
Enabling Modbus communication
The SK-SU series has a built-in Ethernet module that supports Modbus TCP natively. No additional hardware (Pocket WiFi dongle) is needed.
- Connect an Ethernet cable from the inverter’s Ethernet port to your local network router or switch
- Check the router’s DHCP table to find the IP address assigned to the inverter
- Verify that TapHome Core is on the same network/subnet as the inverter
- Protocol: Modbus TCP
- Port: 502
- Default Slave ID: 1
- Function code: 0x04 (Read Input Registers)
- Byte order: Little-endian for 32-bit values
Assign a static IP address to the inverter in the router’s DHCP settings to prevent the address from changing after a power cycle.
Only one active Modbus TCP connection to the inverter is supported at a time. Close any other Modbus tools (QModMaster, SolaX Cloud monitoring via dongle) before connecting TapHome.
Configuration
When importing the template in TapHome, provide:
- IP Address — the inverter’s IP on the local network (default: 192.168.1.0)
- Slave ID — Modbus slave address (default: 1)
The inverter’s recommended minimum query cycle is approximately 1 second. The template uses poll intervals of 2.5–150 seconds depending on the device, which is well within this limit.
Device capabilities
The template exposes the following devices:
Solar production
- PV String 1 Power — real-time power output from PV string 1 in kW (register 0x0A, UInt16, divided by 1000)
- PV String 2 Power — real-time power output from PV string 2 in kW (register 0x0B, UInt16, divided by 1000)
- AC Power — total inverter AC output power in kW (register 0x02, Int16, divided by 1000)
Battery monitoring
- Battery SOC — battery state of charge as a percentage (register 0x1C, UInt16). Displayed as 0–100% in TapHome using AnalogInput with level conversion (divided by 100 for 0.0–1.0 range).
- Battery Power — charge/discharge power in kW (register 0x16, Int16, divided by 1000). Positive values indicate charging, negative values indicate discharging.
- Battery Temperature — battery temperature in °C (register 0x55, UInt16, divided by 10). This is a Gen2 SK-SU specific register.
Grid metering
- Grid Feed-in / Consumption — real-time grid power in kW (registers 0x46–0x47, LittleEndianInt32, divided by 1000). Positive values mean energy is being exported to the grid, negative values mean energy is being imported from the grid.
- Daily / Instant Production — electricity meter combining daily energy production in kWh (register 0x50, UInt16, divided by 10) with instantaneous AC power in kW (register 0x02).
Energy totals
- Total Energy Production — cumulative total energy produced by the inverter in kWh (registers 0x52–0x53, LittleEndianInt32, divided by 1000).
Temperature monitoring
- Inverter Temperature — internal inverter temperature in °C (register 0x08, Int16).
- Battery Temperature — see Battery monitoring section above.
Service attributes
The module exposes one service attribute:
- Run Mode — current inverter operating mode read from register 0x09. Values: 0=Wait, 1=Check, 2=Normal, 3=Fault, 4=Permanent Fault, 5=Update, 6=Off-grid waiting, 7=Off-grid, 8=Self Test, 9=Idle, 10=Standby.
Alarms
The template monitors three error registers and raises alarms when faults are detected:
| Register | Alarm |
|---|---|
| 0x40 | Inverter fault |
| 0x42 | Charging fault |
| 0x43 | Manager fault |
Additional capabilities not in the template
The SolaX SK-SU also exposes Modbus registers for grid voltage and current, PV string voltages and currents, grid frequency, battery voltage and current, BMS battery temperature, cumulative grid import/export energy, and the Use Mode setting (Self Use, Feed-in Priority, Backup, Manual). These can be added to the TapHome template in a future update.
Troubleshooting
No Modbus communication
- Verify the Ethernet cable is connected to the inverter’s Ethernet port (not the WiFi dongle port)
- Confirm the inverter’s IP address — check the router’s DHCP lease table
- Ensure TapHome Core and the inverter are on the same network/subnet
- Check that no firewall is blocking port 502
- Close any other Modbus TCP connections to the inverter (only one connection is supported)
Readings show zero during night / no sunlight
This is normal. When PV production is zero, the inverter enters Wait or Idle mode (Run Mode 0 or 9). AC power and PV string power readings will be zero. Battery and grid power readings will continue to update.
Battery SOC shows unexpected values
The template reads register 0x1C (Battery Capacity) and divides by 100 for the AnalogInput 0.0–1.0 range. Verify the battery is connected and the BMS is communicating (BMS_Connect_State register 0x11 should be 1).
