Missing entities Batteriesystem MIN-XH and ARK Battery System #311
-
I use the Growatt Min XH inverter with an arc XH battery system. I use a separate json file with standard t06NNNNX.json information (it works) and try to put some variables from the sph.json file to get some variables for my batterysystem like "how full is the battery" and something else but without luck. It seems the position of the variables is not compatible from the sph inverter. How I can find out from the Growatt raw data what is on which position in the records? Maybe it is easy to find? Maybe not. Can you help ?? Markus
The last 2 entries are a test by me. |
Beta Was this translation helpful? Give feedback.
Replies: 17 comments 3 replies
-
Hi Cracyfloyd,
|
Beta Was this translation helpful? Give feedback.
-
I dont know why your data length is different. i use a Shine wifi stick, Inverter Growatt Min XH 2500, Battery System ARK XH 7.68KW and a Eastron SDM630 3 phase smartmeter. |
Beta Was this translation helpful? Give feedback.
-
My setup is almost the same, i use a XH 4600 an ARK XH 7,68KW, Eastrom SDM630 and an Shine Lan x stick. |
Beta Was this translation helpful? Give feedback.
-
Hmmm. I dont know. i ask you, its possible that i have make something on the Growatt website that this different data length come? what i can do to help you ? |
Beta Was this translation helpful? Give feedback.
-
Interesting record difference! But in basis they are equal. According the documentation The longer record has also register 3250-3374 in it. These registers are not documented (at least in the documentation I have at this moment). Luckily for us these additional register does not contain any information at this moment. So I think one layout will work for both MIN inverters at this moment. I can create a basic layout for you that you can test. It wil take some days (to be precise evenings) I am afraid, so you have to be a little patient, |
Beta Was this translation helpful? Give feedback.
-
So that what i can say only. Big big thanks... |
Beta Was this translation helpful? Give feedback.
-
Many thanks Johan :) Please let me know you Paypal adress, I couldn't find it here |
Beta Was this translation helpful? Give feedback.
-
I added the layout processing for the MIN inverters in version 2.8.2 (beta version, not available in docker yet). It can process the data for your inverters now if you specify invtype=min in the grott.ini. @mameyer1 Please let me now if this layout is working for you. |
Beta Was this translation helpful? Give feedback.
-
Thnx so much.. thats really great.. but fot me i must wait for the docker version. i use the arm64 version but i can run the docker arm32 too. |
Beta Was this translation helpful? Give feedback.
-
I added the T06NNNNXMIN.json layout file to the examples/layout directory. |
Beta Was this translation helpful? Give feedback.
-
I'm hopeful this will work with my MIN-12000TL-XH and my ARO battery. |
Beta Was this translation helpful? Give feedback.
-
If you use the "stand alone" grott python version, please give a try. You can copy the json file in you grott directory. if you specify invtype=min in the grott.ini this should work. |
Beta Was this translation helpful? Give feedback.
-
I got it to work with Docker by doing the following:
Still getting a |
Beta Was this translation helpful? Give feedback.
-
Can we close this one? |
Beta Was this translation helpful? Give feedback.
-
I have an EU MIN 4600TL-XH with ARK battery and Shine Wifi X. @johanmeijer thank you for your effort! Your Project is very helpful! |
Beta Was this translation helpful? Give feedback.
-
Waah ok. This is a bug. I (grott) should not add MIN behind the layout definition file used. I have to repair that. As temporary solution we can create a T060120MIN record layout file that you can also mount in the docker container. |
Beta Was this translation helpful? Give feedback.
-
I have Almost Same Problems but i am using Mod 10ktlx (Bp) inverter and new Apx Hv Battery System . On MQTT i dont get Any entities from the Battery . Will Try the Mid Template tomorow . In it doesnt Works i gladly Share My inverter dump here ! Greets and thx for your work ! |
Beta Was this translation helpful? Give feedback.
Interesting record difference! But in basis they are equal. According the documentation
(download: https://www.scribd.com/document/489508943/Growatt-Inverter-Modbus-RTU-Protocol-II-V1-20-English)
the type 04 registers (that are shown in the 04 data record) for the MIN TL-X are 3000-3124 and 3125-3249. Both records have these registers in it.
The longer record has also register 3250-3374 in it. These registers are not documented (at least in the documentation I have at this moment). Luckily for us these additional register does not contain any information at this moment. So I think one layout will work for both MIN inverters at this moment.
I can create a basic layout for you that you can …