You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This integration allows to monitor Bluetooth Low Energy (BLE) battery management
11
11
## Features
12
12
- Zero configuration
13
13
- 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)
15
15
- Any number of batteries in parallel
16
16
- Native Home Assistant integration (works with all [HA installation methods](https://www.home-assistant.io/installation/#advanced-installation-methods))
17
17
- 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
139
139
Once pairing is done, the integration should automatically detect the BMS.
140
140
141
141
## 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
143
151
144
152
- 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),
0 commit comments