ble_monitor icon indicating copy to clipboard operation
ble_monitor copied to clipboard

[New Sensor]: SkyRC MC3000 Battery Charger

Open Gaudi111 opened this issue 1 month ago • 1 comments

Sensor Description

SkyRC MC3000 Battery Charger

Additional information

I would like to have added to the sensors repository the SkyRC MC3000 Battery Charger. It can communicate with other devices using BLE. It will be great if the charger could be added so charging data for cell can be automatically logged by Home Assistant without having to resort to a computer, phone or direct connection.

Currently some other users have come up with Python modules to communicate and decode the information, which may probe useful to work out the integration:

Simple application for monitoring SkyRC MC3000 charger over BLE/Bluetooth and for export/import of profiles over USB @ GitHub

Control SkyRC MC3000 battery chargers via BLE. @PyPi

BLE advertisements

Information included in above mentioned GitHub repo.

    SERVICE_UUID = "0000ffe0-0000-1000-8000-00805f9b34fb"
    CHARACTERISTIC_UUID = "0000ffe1-0000-1000-8000-00805f9b34fb"

Gaudi111 avatar May 17 '24 18:05 Gaudi111