dreadnought / python-daly-bms

Python module for Daly BMS devices
MIT License
82 stars 37 forks source link

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

Closed dreuf83 closed 7 months ago

dreuf83 commented 2 years ago

How do I connect this software to bluetooth?

dreadnought commented 2 years ago

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.