flip555 / bms_connector

BMS Connector Integration for Home Assistant
https://flip555.github.io/bms_connector/
MIT License
6 stars 1 forks source link
hacs-integration home-assistant home-assistant-hacs homeassistant homeassistant-custom-component integration seplos seplos-bms seplos16s150a seplos16s200a

Multi-BMS Home Assistant Integration (BMS Connector)

Easily connect and integrate various Battery Management Systems (BMS) with Home Assistant using this custom integration. This versatile tool provides detailed sensor readings, alarm notifications, and a wealth of telemetry data directly from multiple BMS units.

Discord GitHub Discussions GitHub Wiki

🌟 Features

Supported BMS Systems

🚧 Upcoming Features

πŸ”§ Installation

Via HACS (Home Assistant Community Store) as a Custom Repository

  1. Ensure you have HACS installed.
  2. Go to the HACS Integrations page.
  3. Click the three dots in the upper right corner and select "Custom repositories".
  4. Enter the URL https://github.com/flip555/bms_connector and choose Integration from the category dropdown.
  5. Click "Add".
  6. You can now find BMS Connector in the Integrations list within HACS. Simply install it.

Manual Installation

  1. Clone this repository or download the ZIP file.
  2. Transfer the bms_connector folder from the repository into the custom_components directory within your Home Assistant configuration.
  3. Restart Home Assistant.

βš™οΈ Configuration

  1. Access the Integrations page in the Home Assistant UI.
  2. Click the "+" icon at the bottom.
  3. Search for "BMS Connector" and start the configuration process.
  4. Select the appropriate source for your BMS hardware.
  5. For users with the RS485-USB setup, enter the USB port using the template /dev/ttyUSBX, where X represents the port number (e.g., /dev/ttyUSB0).
  6. Click "Submit" to complete the setup.

πŸ“Έ Screenshots

Dashboard Visuals

🀝 Contributing Guidelines

Thank you for your interest in contributing to our project! Whether you're reporting bugs, proposing new features, or contributing code, we appreciate your support. Here are some guidelines to follow:

Git Branch Workflow

Main Branch

Next Branch

Feature or Fix Branches

Workflow Overview

  1. Creating new branches: For any new feature or fix, create a new branch.
  2. Merging into next-branch: Once your work is complete, create a pull request to merge it into next-branch.
  3. Testing: Before merging changes into main, we conduct thorough testing in the next-branch.
  4. Merging into main: After ensuring stability, changes from next-branch are merged into main.
  5. Releasing: Following a successful merge into main, tag the commit with a version number to indicate a new release.
  6. Reset next-branch: Post-release, reset next-branch to the current state of main to begin the next development cycle.

Getting Help

Feel free to use resources like ChatGPT to assist you, even if you are a novice coder. We are here to foster a collaborative and inclusive environment.

Reporting Issues

When reporting issues, please be as descriptive as possible. Provide the steps to reproduce the issue, expected outcome, and actual results.

Thank you for your collaboration and contribution!

πŸ†˜ Support

Encountering an issue or need assistance? Don't hesitate to open an issue on the GitHub repository.

πŸ“š References