SkyRC MC3000 Charger

Hi,

had anyone tried to implement a SkyRC MC3000 charger using bluetooth?

https://www.skyrc.com/MC3000_Charger

can’t wait for feedback :slight_smile:

regards Stefan

2 Likes

Ohhh that’ll be interesting if someone comes up with something!

2 Likes

There’s a python library for handling the MC3000, and its documentation includes some reverse-engineering of the protocol.

I’m working on a fork to also implement the NC2200, which is my battery charger and which seems to use a similar but not identical protocol.

I’ve never done development for Home Assistant, so I’m not sure how hard this would be to turn into a HACS integration, but using/adapting this project seems like a good starting point.

2 Likes

yeah, I am not that good in python that I can write one and also have not time to do … but can spent some reime in testing if there is any progress … R Stefan

1 Like

Yeah, I am up for that as well. Happy to lend a helping hand but not versed in HACS development.

1 Like

+1 for such an integration.
Sadly, also my python skills are not the best.

Did you manage to reverse engineer NC2200 BT protocol. Could you, please, share your progress with us?