python-daly-bms icon indicating copy to clipboard operation
python-daly-bms copied to clipboard

Not an issue: Can you give a howto on the bluetooth?

Open dreuf83 opened this issue 4 years ago • 1 comments

How do I connect this software to bluetooth?

dreuf83 avatar Sep 16 '21 11:09 dreuf83

The CLI tool doesn't have the functionality to connect via Bluetooth implemented yet, only the Python module does.

If you are interested in integrating it in your own application, have a look here: https://github.com/dreadnought/energy-storage-controller/blob/master/smart_bms.py

This service uses the DalyBMSBluetooth class to connect via Bluetooth and push the data to an InfluxDB.

dreadnought avatar Sep 19 '21 18:09 dreadnought