-
Notifications
You must be signed in to change notification settings - Fork 219
added megarevo inverter definations #638
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
base: main
Are you sure you want to change the base?
Conversation
|
Hey @wolfmon, I also added your profile into my integration: davidrapan/ha-solarman Hope you don't mind! 😉 Have fun! |
|
This Megarevo definition works great, it really should get merged into the repo. Any luck on writing the Inverter/System mode back to the inverter yet? |
|
It's not that much about this being merged or not but rather maintaner doesn't get back to this repo that often..
If you tell me more (registers, values, etc) I can add it into mine. 😉 |
Yes, was able to write mode and other settings back to the inverter, Solarman actually support this natively, here is a snippet I used to control the inverter mode and battery type over WiFi, I use it to control my EV's DC fast charge/discharge. Works quiet well. |
Added Megarevo Inverter Defination
(Mostly via solarman app pcap, so might not be 100% accurate)
Confirmed most registers in this commit working on 15KW 3 phase hybrid model (R15k3H) with Solarman V5 Wifi Logger, more fields to be added and validated.

Sidenote: A potential interesting V2G/V2H/V2L feature this can enable:
Still a PoC, but I am able to get the inverter to relatively safely? to connect and disconnect an EV to be used as energy storage battery, EV HV battery can both be charged and discharged via inverter, tested with GB/T 20234 connector (maybe this will work with ChaDeMo too? yet to be tested), inverter has issue detecting disconnected battery: when battery is disconnected, inverter still tries to energize battery bus with lethal DC voltage (tires to charge battery), this can be addressed by enabling BMS communication on the inverter to inject a fault so the inverter will stop putting voltage on battery bus, this can be done with the following so that the connector and cable can be removed safely:


USE PROPER PPE, THIS SETUP IS NOT 100% SAFE YET, DO NOT TRY THIS AT HOME
Inverter mode can also be changed to force charge the car HV battery via grid (storm watch mode) or only via PV (like Tesla's drive on sunshine), but was not able to write with the current HA_solarman service call, any help would be appreciated (maybe create an separate issue for this?).