Skip to content

Code to receive status about Ective BLE devices

Notifications You must be signed in to change notification settings

TKone7/ective-ble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ective BLE

Small python script that connects to your Ective Bluetooth battery and reports the transmitted values to the cli.

Install

Use Python, PIP and venv to install the packages in the requirements.txt.

Usage

Run with the MAC address of your battery.

$ python3 ectiveBms.py -v -d EE:EE:EE:EE:EE:EE

Receive results in stdout 🎉

{
  "soc": 99,
  "volt": 13.297,
  "current": -0.744,
  "cap": 200.0,
  "cycles": 8,
  "temp": 14.8
}

About

Code to receive status about Ective BLE devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages