Skip to content

Commit 24c664e

Browse files
authored
updated troubleshooting section
1 parent 8634d2d commit 24c664e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This integration allows to monitor Bluetooth Low Energy (BLE) battery management
1111
## Features
1212
- Zero configuration
1313
- Autodetects compatible batteries
14-
- Supports [ESPHome Bluetooth proxy][btproxy-url] ([BT proxy limit][btproxy-url]: 3 devices/proxy)
14+
- Supports [ESPHome Bluetooth proxy][btproxy-url] (limit: 3 devices/proxy)
1515
- Any number of batteries in parallel
1616
- Native Home Assistant integration (works with all [HA installation methods](https://www.home-assistant.io/installation/#advanced-installation-methods))
1717
- Readout of individual cell voltages to be able to judge battery health
@@ -139,7 +139,15 @@ Then you need to pair your device first. This is procedure is only required once
139139
Once pairing is done, the integration should automatically detect the BMS.
140140

141141
## Troubleshooting
142-
In case you have severe troubles,
142+
### If your device is not recognized
143+
144+
1. Check that your BMS type is listed as [supported device](#supported-devices)
145+
1. Make sure that no other device is connected to the BMS, e.g. app on your phone
146+
1. Check that your are running the [latest release](https://github.com//patman15/BMS_BLE-HA/releases) of the integration
147+
1. Open a [terminal to Home Assistant](https://www.home-assistant.io/common-tasks/supervised/#installing-and-using-the-ssh-add-on) and verify that your BMS is listed in the ouput of the command `bluetoothctl devices`. Try to connect to the BMS using `bluetoothctl connect <MAC>`.
148+
1. If you use a BT proxy, make sure you have set `active: true` and that you do not exced the [BT proxy limit][btproxy-url] of 3 devices/proxy; check the logs of the proxy if the device is recognized.
149+
150+
### In case you have severe troubles
143151

144152
- please [enable the debug protocol](https://www.home-assistant.io/docs/configuration/troubleshooting/#debug-logs-and-diagnostics) for the [BLE Battery Management integration](https://my.home-assistant.io/redirect/integration/?domain=bms_ble),
145153
- restart Home Assistant and reproduce the issue,

0 commit comments

Comments
 (0)