https://github.com/bbr111/python-bydhvs
Wrapper for BYD b-Box HVM/HVS/LVS
https://github.com/bbr111/python-bydhvs
byd byd-battery home-assistant python
Last synced: 4 months ago
JSON representation
Wrapper for BYD b-Box HVM/HVS/LVS
- Host: GitHub
- URL: https://github.com/bbr111/python-bydhvs
- Owner: bbr111
- License: gpl-3.0
- Created: 2023-09-04T21:46:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T18:04:49.000Z (8 months ago)
- Last Synced: 2025-07-15T05:08:28.935Z (6 months ago)
- Topics: byd, byd-battery, home-assistant, python
- Language: Python
- Homepage:
- Size: 128 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-bydhvs
Python Wrapper for BYD b-Box HVM/HVS/LVS
This is a python module to communicate with an BYD HVM/HVS/LVS.
inspired by (https://github.com/christianh17/ioBroker.bydhvs)
If used with **BYD Be Connect** at the same time. This module is **not** working correctly.
Tested with 2 Towers and 5 Modules. Thx @st0ne-dot-at
Installation
------------
The module is available from the [Python Package Index](https://pypi.python.org/pypi)
$ pip3 install bydhvs
On a Fedora-based system or a CentOS/RHEL host with EPEL.
$ sudo dnf -y install python3-bydhvs
Usage
-----
The file ``example.py`` contains an example about how to use this module.
Build
-----
To build dev prepare system:
$ python -m pip install --upgrade pip
$ pip install build
build package:
$ python -m build
License
-------
``python-byd`` is licensed under GPL-3.0 license, for more details check LICENSE.