Solax Modbus configuration

Hello everyone,
I need your help configuring my Solax PV system on Home Assistant.

For now, while waiting for my Raspberry Pi 4 to arrive, I have installed Home Assistant on a Docker machine for testing purposes.

I’ve been trying to configure the Solax photovoltaic system via SolaX Inverter Modbus since this morning, without success. I also tried the SolaX Power integration, but I still can’t connect.

I have assigned a fixed IP to my inverter (192.168.1.104), and I can login via browser using my username and password.
My inverter model is X1-Hybrid-G4, and the WIFI dongle 3.0 is running firmware version 3.019.01.
I also have two batteries, one master and one slave.

The Modbus address of the inverter is 1, as verified in the advanced settings of the Solax application.
This is the configuration I’m using for SolaX Inverter Modbus (Should I select parallel Mode Master Slave)? :

But when I click Send, the configuration remain in initialization and it says configuration failed.

Looking at the logs this could be interesting:

2025-03-08 13:41:29.027 WARNING (MainThread) [custom_components.solax_modbus.plugin_solax] SolaX: reading serial number from address 0x1a10 failed; other address may succeed
2025-03-08 13:41:29.027 ERROR (MainThread) [custom_components.solax_modbus.plugin_solax] SolaX: cannot find any serial number(s)
2025-03-08 13:41:29.028 ERROR (MainThread) [custom_components.solax_modbus.plugin_solax] unrecognized inverter type - serial number : unknown
2025-03-08 13:41:39.031 INFO (MainThread) [custom_components.solax_modbus] Inverter is not connected, trying to connect
2025-03-08 13:41:39.034 DEBUG (MainThread) [custom_components.solax_modbus] Trying to connect to Inverter at 192.168.1.104:502

Could someone help me?
Thanks

Hey, do you solve your problem?
i updated to 2025.03.2 and now the following errors occurs:

  • SolaX: attempt to read serialnumber failed at 0x0 data: None
  • SolaX: attempt to read serialnumber failed at 0x300 data: None
  • SolaX: attempt to read serialnumber failed at 0x1a10 data: None
  • SolaX: cannot find any serial number(s)
  • unrecognized inverter type - serial number : unknown

→ see here:

my problem was solved with “to unplug the wifi dongle and replug in after a minute”

Hi,
thanks for the reply.
Yes the issue was resolved using the Raspberry Pi, maybe it was an issue on my local docker machine.