Huawei Inverter with smart dongle - Modbus TCP #1928
|
My inverter is SUN2000-12KTL-M2 connected via wifi smart dongle SDongleA-05 Using Modbus scan apps for testing I am getting good readings, but usually first one or two also give time out, then all is normal. And - just maybe - there is something wrong with my YAML configuration? I have changed everything there hundreds of times already, but maybe you guys could take another look? and |
Replies: 13 comments 81 replies
|
Ich habe das gleiche Problem. |
You can set In #1930 wird auch für die Plugins /cc @premultiply bzgl Doku |
|
@RTTTC does it work with the timeout parameter? |
|
Nachdem das jetzt schon ne Weile hin und her geht. Wie wäre es denn mal einem Entwickler Remote Zugang zu geben? @premultiply willst Du probieren? |
|
Hi i´m Dieter from Huawei. I hope i can bring a bit light in the dark. SPC123 is okay and easy running without any setups via APP. Timeout: 1000 ms Read every 5 s and wait 2 s for the answer from the dongle. Faster reading generates error! If there are several inverters, the information must be read separately over the Modbus address. example: Modbus address 1 = Inverter 1 with SmartDongle, Smart Power Sensor and battery. Modbus address 2 = Inverter 2 No Sunspec is running on the inverter. okay i try it by my own evcc. BR |
|
Maybe it is less painfull to connect directly to the serial RS485 interface? |
|
I got something working: Unfortunately it's currently not possible to do this with our modbus library. Need to think about a clean solution to enable this. |
|
I can confirm that the current release works fine with the dongle: This is the config: |
|
My Huawei system is now operating fine, with no errors. Thank you all for all your help, suggestions and hard work that was put into this! I also hope that with time Huawei will improve their firmware, so that no "special treatment" is needed. Here is my working configuration: Inverter firmware is V100R001C00SPC140 I have no battery installed. If anyone has any questions I would be glad to help. This is my exact working configuration: |
|
yes it´s tru! M0 inverter from 12-20KTL can not support meter data at night. Newer versions like the M2 have this function. |
|
My Huawei sdongle communication issues still not resolved by manufacturer as of firmware 133, and above workaround is required. @DJ-Huawei Hello Dieter, I have noticed that there are now two lines of sdongle firmware, indicating that there is a new version of sdongle hardware. |
|
Hi @RTTTC, thanks very much for posting your working config for your setup. I'm about to realize the same setup with a Heidelberg Wallbox. Is it still required to configure custom types as you did in your posted config: here. If this is the current way to go wouldn't it make sense to include this as template into evcc? |
My Huawei system is now operating fine, with no errors.
Thank you all for all your help, suggestions and hard work that was put into this!
I also hope that with time Huawei will improve their firmware, so that no "special treatment" is needed.
Here is my working configuration:
Inverter is SUN2000-12KTL-M2 connected via wifi smart dongle SDongleA-05. This should work with any SUN2000 series inverter with smart dongle connection, WIFI or LAN.
Also I have optional Huawei smart power sensor installed. This can provide data for
gridandbatterymetersInverter firmware is V100R001C00SPC140
Dongle firmware : V100R001C00SPC126
Modbus TCP for the dongle is enabled in Inverter internal menu (!)
I …