-
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
change grid charging speed? #39
Comments
Well, I tried to modify (extend) the page 0x0B request which did not work. |
I have spent quite a bit of time looking for it and was unable to find it. I’m certain there’s no way to read the value from page 0x00 or 0x0B (nothing changes when that setting is changed), so if it’s writable somewhere on page 0x0B the only way to discover it would be to write values to every potential offset and hope you don’t brick your device in the process. I’d have to pull up my notes, but I think pages 0x03 and 0x04 spit out a bunch of garbage, so I assumed (but never verified) they’re part of the firmware update process. Page 0x13 is for wifi config. There’s also 6 or 8 bytes on some other page, but they don’t have anything to do with the grid current setting either. |
@warhammerkid: Stephen, thank you very much for your excellent reverse engineering. I checked your python project and did not find the temperature values that are displayed on the HMI's secret BMS screen. I assume, that you did not find these values on page 0x00. Am I right? |
@AlexBurghardt I think 0x5F is probably a temperature sensor of some type, but I haven't spent any time figuring out how it works. I noticed that the value was lower in the logs I took in the winter (when my AC300 was outside) and higher in logs I took when it was inside. |
@warhammerkid: I tried that offset but I got a value that obviously had nothing to do with the displayed temperature values. I looked if any byte would read a corresponding value, but nothing seemed to be fitting. Well, I just spent just another two hours, additionally I also requested a second "page portion" above 7F and found nothing but zero values. Maybe someone else has more luck. |
With fragments of #33 I was able to get lot more insights from my EP500P, thanks to Alex.
The EP500P is able to change the grid charging speed, any idea to get the necessary page/offset to read/write this information?
It's only possible direct on the device, not via mobile app.
The text was updated successfully, but these errors were encountered: