-
Notifications
You must be signed in to change notification settings - Fork 32
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
98 - Control Mode - Enable/Disable Battery? #22
Comments
Not sure if Addr: 98 or 111 can do it. Other methods to "disable" the battey is to set the charge / discharce ampere to 0A when needed. |
ok, well I can read the registers and monitor the changes, while changing them by hand. Yes, if you change to "no battery" there will be a error. If I remember correctly it's something about "Grid mode change". A Relais is switching -> there is no restart neccessary. It will switch to "off" in the middle circle after 1 minute or so. Sure, you can stop charging/discharging of the battery. But as long as the battery is configured the inverter needs much more standby power. For winter / bad weather periodes, It's much better to set the inverter to "no Batt", you can save ~ 2kWh a day. |
Ahh, Yes. By having "No Batt" the inverter will actually shut down. And you consume from grid in cheaper (night) periods. |
I did the test, you need both registeres: For "No Bat" I saw 0 or 1 for register 98. I guess it's ignored. Just depents on the previous settings. If you jump from Lithium to "No Bat", it will stay at lithium. If your used "User V / Use %" for user definded settings, it will stay at 0 "Lead Battery". It works fine. See code below. Now I have another question: Is it possible to build a Select menu to manipulating both registeres?
|
I think there is an error in your mapping. This is not what I have form my testing.
Let me know if it works :) |
@Alphaemef You are right, i mixed the battery type (Control Mode): Therefore it should be:
I should be: !! Not testet !!
I'll test your code the next few days, I should take more time to be sure not to do more mistakes :( |
I have tested this. While the 111 is set to 2 (No battery) the display on the inverter still shows "Lithium" selected, but I dont care as long as it works. So in my case I dont even use the address 98 part. Address 98 is set to 1 all the time. |
BTW, I am running firmware version 1140 on the Deye inverter |
Cool. I think i will try play with this, and see myself how it react on it. |
please, which ESP code is right for me if I want to be able to switch battery mod - SoC and voltage options (I don't want no battery) |
Hello,
I need some thoughts about this: is it possible to enable / disable the battery remote?
I found the "98 - Control Mode" but it's only 0 and 1 for leadascid and lithium in the register discription.
Is it possible to set also 2 or 3? I can't finde any explenation...
if the Control Mode is the right address, it should work like this?
The text was updated successfully, but these errors were encountered: