What Deye BMS errors can be stopping inverter? #26
Replies: 4 comments 1 reply
-
The code is for single inverter, single battery/dms. Your test scenerio didn't adhere to the above. Test with one battery connected. I don't think it's a nice idea to shutdown the inverter on bms error. It looks like the code relies on the inverter to take the decision to abort changing/discharging or shutdown when an error occur. However, in BMS communication, I think the bms is expected to instruct the inverter what it should do when error occur. |
Beta Was this translation helpful? Give feedback.
-
I have a beta version for Patreon Beta testers members, that has improved alarm handling
Improved Alarm handling, all alarms will set change/discharge A to 0, set Charging status to Alarm |
Beta Was this translation helpful? Give feedback.
-
logs_jk2_logs (3).txt (3) is Master+Slave = temp alarm on master |
Beta Was this translation helpful? Give feedback.
-
Please test the Deye firmware provided. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, its been several weeks i am using ESP32 code of Uksa007 to convert JK to Pylontech
Today i tried to make some test failure to see what can shut the inverter from working on errored BMS
BMS was giving me the error
Inverter i saw an error code like this, with a 0x0040
ESP32 JK_Bitmask error was 2 then 4 i guess, JK Error never changed
Inverter kept working (well it was draining the second battery which doesnt have communication with it, until the test battery got recovered after temperature drop but i guess it was supposed to be stopped)
Inverter got none 0x0000
Inverter got none 0x0000
If i have my BMS disconnected from ESP it shuts the inverter down. with BMS Err.
So the question is : Are the BMS errors suppose to stop the inverter? If yes, maybe there are general errors (like cell overvoltage ie) and secondary errors that doesnt affect normal work and inverter just in wait mode until it gets fine?
Beta Was this translation helpful? Give feedback.
All reactions