jallum / dalymon

An arduino/teensy sketch for interatcing with the Daly SmartBMS
11 stars 5 forks source link

[Feature] Turning on and off charge and discharge MOSFETs #2

Open vicgwee opened 3 years ago

vicgwee commented 3 years ago

Hi @jallum, thank you so much for this repo. It looks like it would be very useful for me to communicate with my Daly BMS.

Can I check if you have developed/are planning to develop a feature that turns on and off the MOSFETs? I see it in the PCMaster.exe, but I don't think the bytes to write are covered in the provided documentation.

Thanks in advance!

vicgwee commented 3 years ago

Ok I sniffed the packets, this is what I got:

Bytes to turn on discharge mosfet: A5 40 D9 08 01 00 00 00 00 00 00 00 C7 Received: A5 01 D9 08 01 0D 13 0D 21 0D 17 C0 BA

Bytes to turn off discharge mosfet: A5 40 D9 08 00 00 00 00 00 00 00 00 C6 Received: A5 01 D9 08 00 0D 13 0D 21 0D 17 C0 B9

softwarecrash commented 2 years ago

+1