Thanks Edwin, your patience and contribution to this app is epic! Not sure it’s useful but in the FusionSolar app, there’s a parameter which basically hands over control to a third party - this is what it looks like in the app and it’s desirable to be able to check the value of the parameter and if it’s set to third-party dispatch, allow a flow or a javascript to alter the parameter.
Unfortunately I have no further details how it’s managed in the inverter or dongle in this case. Let me know if there’s any other information I could provide.
yes, i think it is for some EMS and I think it works on their cloud.
maybe you check home assistant impl. no clue if you get more control than what we already have.
my app is only doing modbus so you need another app which can do http calls.
Thanks for the hint to have a look at HA (if anyone else is interested, it’s the HACS + Huawei integration) and as it’s using modbus as well, the configuration options are the same so it seems one would need access cloud API to manage the EMS fully but haven’t found much relevant information on that topic so it might be a dead end.
Regardless, still think your app is superb and will continue to use it - so many thanks for that!
I connected both my Growatt 3000TL3-S inverters to the module and after some fiddling on the Inverters (Giving each a unique ID) and in the module’s settings I got it working!
nice , hope you can also verify the test app for export limit. but it seems growatt is an awesome device for enabling modbus and do it so cheap basically everything works
I found a document online Growatt Inverter Modbus RTU Protocol_II V1.05 2018-04-19 and used that in combination with the Modbus app by Ronny Winkler ([APP][Pro] Modbus) to retrieve some values but I can’t say I get something useful/readable (But that’s probably me not familiar with the Modbus protocol)
I can read register 3, that returns 100 and register 4 which returns 255
I’m wondering if my inverter is using the Protocol_II or maybe an older version…
No idea how to proceed from here, any tips or things you need me to check @Edwin_Biemond?
Hi, just interested in the setting multihost. The product info says:
Support multi-host function: In the query mode of one question and one answer, the support network port allows multiple computers to access the same serial device at the same time.
But there is only one ‘computer’ and that should be homey. Any thoughts of switching this back to default? The MOD bus data seems corrupted unless the app readings by edwin are way off.
The Modbus protocol v2 2018 you refer to is rather old, I image your inverters both are more recent, so (my guess is) not to worry to much about modbus versions.
report: 3b0b471e-1d0b-4128-92c6-0af74d2045e3
The inverter is a Growatt 3000TL3-S.
The reported firmwar in the shine app is DK1.0/dkaa0607
I’ll see if I can also retrieve the firmware from the inverter itself, will get back to you.