reverse-besen-API icon indicating copy to clipboard operation
reverse-besen-API copied to clipboard

Get Current Info

Open fafoulon opened this issue 3 years ago • 1 comments

Hi all,

I'm French, and purchased and installed two weeks ago this Morec WallBox Charger. I'm originally a developper (recently mainly Objective-c), so I've been wondering about getting the info data from this Besen device.

I found your project and started digging a bit, I found the UDP broadcasting on my network, so I started watching the traces. I see you have some START and STOP command examples in your project, and I'd like mainly to get the current charging information from the Wallbox.

I see some new traces when I open the EVSEMaster app on my iPhone. Did you manager to decode the command sent to the wallbox to get the current info, and also decode the answer? Any help would be appreciated 😀 Also if you need more trace from me or to run some tests, I'd be happy to.

Thanks, Fab

here are my traces :

Capture d’écran 2023-01-03 à 18 20 25 Capture d’écran 2023-01-03 à 18 20 33

fafoulon avatar Jan 03 '23 17:01 fafoulon

Hi fafoulon,

I'm French too.

That's a good start: to be able to log packets on your network. The next step is to start to understand all those packets. If you have a look at the file : https://github.com/Phil242/reverse-besen-API/blob/main/Protocol You can see we've start the reverse job on how the APP is sending order to the wallbox.

I have so new things to publish, nothing really hot, but just to say the project isn't forgotten ;)

Phil

Phil242 avatar Jan 14 '23 18:01 Phil242