Hey, it works now if you can put it together on your own.
A Christian W. figured it all out in the Sunlit forum.
Here’s a brief summary.
Everything the app gets, you also get…:
Install a man-in-the-middle proxy, e.g., with a plus certificate.
Then log the app’s traffic and extract the REST API token bearer and the SpaceID from SunLit.
Other messages reveal the possible entities later.
This only comes from the cloud about every 2 minutes, but can be processed automatically. This way, you can easily detect anomalies in your MPPT trackers, for example. And so on.
Here’s the post:
After much back and forth, I managed to integrate the PV input and SOC from the BK215 into the HA
It’s not perfect, but at least I have data in the HA every few minutes. It’s controllable, of course…
The instructions from it:
https://paste.rs/7Ctdf.md
After this, I’m failing at the HA YAML, which always remains red in the checkbox, at the word template.
Unfortunately, I don’t yet know the difference between sensor and template.
Furthermore, the thing offers a ton of monitorable values. How do you integrate all the entities? A complete entry each time?
For the Energy Monitor, you also need the entities in kWh, not in watts.
There’s still some work to be done, send us your YAMLs 
Finally, a few excerpts of what’s possible and how it’s implemented.
Feel free to post examples here; I’m stuck for it otherwise, but together we’ll get it done. Sunlit has been promising and not delivering for long enough.
"content": {
"deviceId": xxxxxx,
"sn": "dcbdccc0815",
"status": "Online",
"subStatus": null,
"deviceType": "ENERGY_STORAGE_BATTERY",
"batterySoc": 67.0,
"battery1Soc": 66.0,
"battery2Soc": 70.0,
"battery3Soc": 68.0,
"chargeRemaining": 2.133333333333333,
"dischargeRemaining": null,
"fault": false,
"inputPowerTotal": null,
"outputPowerTotal": null,
"off": false,
"currentPower": null,
"totalYield": null,
"heaterStatusList": [
false,
false,
false,
false
],
"totalAcPower": null,
"dailyBuyEnergy": null,
"dailyRetEnergy": null,
"totalBuyEnergy": null,
"totalRetEnergy": null,