jonamat / daly-bms-apis

Serve data from a Daly BMS via REST APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daly-bms-apis

Serve data from Daly BMS via REST APIs

Installation

git clone https://github.com/jonamat/daly-bms-apis
cd daly-bms-apis
pip install -r requirements.txt

Usage

Adjust the .env file to your needs and run the script:

python server.py

API

Pretty self-explanatory

  • /status
  • /soc
  • /balancing-status
  • /cell-voltages
  • /mosfet-status
  • /errors
  • /temperatures
  • /all

License

MIT

About

Serve data from a Daly BMS via REST APIs

License:MIT License


Languages

Language:Python 97.3%Language:Shell 2.7%