-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Battery Sensors #15
Comments
Hi Luckymoep, Can you share document/source where you have found the registers map including the battery status? |
Register 62836 as float(swap) battery power in W |
Finally something that seems to work. I have not a battery attached to my inverter yet so I kindly ask you if you can do some test on the attached repository. What I have done:
What you should do to let it work:
After that you should be able to access new sensors named:
As in the example.jpg provided below: My values are not correct since the battery is not connected but you should see something coherent. Last but not least: do a back before starting :) |
Did you manage to perform some tests? |
Following the discussion in the german forum, it looks like the registers are for an older version. But I found an interesting document: Which leads me to this: |
This is what I get from my inverter polling on 62836 as starting address. My inverter is an SE6000H (with LCD display). By the way, I had found the document in the forum. Maybe it is time to give it a look now :D In the next days I will implement the new addresses and I let you know the necessary modification to your files. Which is yours? Can you provide the ModBus configuration? cheers |
My inverter is a SE10K without LCD Display. I can poll other registers without problems, so the connection should not be the problem. In some openhab forum I found the information, that maybe, the storedge is on another slave ID, but I had no luck with that idea either. Do you have an idea how I can do a full dump of all available registers? |
Nope, I don't know how to do It. Could you share the openhab forum link so I can have a look? |
Here is the Link, see the last posted picture. They have an option which is calles "PrivateAPI" which is not using modbus as far as I could research it. I think you are right, the hybrid models are using Canbus für communication between the two devices. But thank you really much for your effort u put into this. |
My apology that I join this issue/request without any contribution. Just a question, will this work for a Solaredge SE3000H without display, with added storedge unite/LG resu chem 10H battery on the DC side of the inverter. In Belgium they just abrutply changed the regulations on solar panels and we need to selfconsume as much as we can. For that instant battery data is very welcome instead of the 15min cloud interval times from the official integration. @mmN83 BTW if you need a system to test on. My battery will probably be placed in 3-4 months, depending on the delivery time. I can open my system to you if you want so you will be able to test on my battery and inverter. |
Hi,
I am not shure if this was the right way but nor the values are ok. It works from the Adress 57716 (E174) and from 62836 (F574) as well. But the State of Energy and the Status is not working. It is only read one time after starting the server with 0% instead of 50% and 8192 for the status. I run a SE8K-RWS and a LG-Chem Resu 6.5 |
Hi, Let me understand, have you implemented what included in the package I released and it went fine by changing the endian type? SE8K-RWS should be a 8KWp inverter with integrated storeedge interface isn't it? the "sesti-x" I mean. As soon as I receive my battery I will try to solve the issues. |
Hi, TheSE8K-RWS is the 8kWp inverter with the direct wired 48V Battery to the inverter without extra boxes. |
if you need some debug info i can always help, since yesterday i have the se3000H with an lgchem battery installed. |
I did Update you code a Llttle and managed to get SOC corretcly of my LG Chem 13 Resu - |
Thank you @mkrasselt1. My batteries are installed but still not connected :( I Hope to get back soon on the topic. |
That sounds very good! Next thing is to control the charging and discharging of the battery. |
Yes - you can chek it out at my pull request - but current and voltage of battery is still broken - i guess due to them using a DC2DC Converter for low voltage batteries |
Thanks, I got it all integrated now and getting the right values. I did note that when I took your pull request, is that the "ac_lifetimeproduction" value was completely off. Nothing sensible to make from it. I then changed the Endian to "Big" again and the values are now ok. |
Hi Guys,
I just got my Solaredge Inverter installed and your custom component is working really great.
One thing I am missing is the status of my connected battery.
From my research I found out, that these information is available in the registers 62836 (current energy flow), 62852 (battery percentage) and 62854 (status)
My python skills are very limited. Would it be possible to integrate this?
The text was updated successfully, but these errors were encountered: