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
ECO-WORTHY batteries that show up as <code>ECOxxxx</code> use classic Bluetooth and do not support Bluetooth Low Energy (BLE). Thus, they unfortunately cannot be integrated.
169
-
The advertisement contains <code>{"name":"ECOxxxx","service_uuids":["0000ff00-0000-1000-8000-00805f9b34fb","00000001-0000-1000-8000-00805f9b34fb"]</code>
Bluetooth is turned off, when there is no current. Thus, device will get unavailable / cannot be added.
173
171
</details>
@@ -261,6 +259,9 @@ Then go to the [energy dashboard configuration](https://my.home-assistant.io/red
261
259
### My sensors show unknown/unavailable at startup!
262
260
The polling interval is 30 seconds. So at startup it takes a few minutes to detect the battery and query the sensors. Then data will be available.
263
261
262
+
### Why is the RSSI sensor not updated or is unavailable?
263
+
The `RSSI` value is only measured by Home Assistant when a device is not connected. Thus, you will see updates only in case a connection is lost or after a restart. The integration by default tries to maintain a permanent connection to improve data availability and avoid constant reconnect not appreciated by some BMSs.
264
+
264
265
### Can I set a custom polling interval?
265
266
Yes, but I strongly discourage that for stability reasons. If you still want to do so, please see the default way to define a [custom interval][custint-url] by Home Assistant. Note that Bluetooth discoveries can take up to a minute in worst case. Thus, please expect side effects, when changing the default of 30 seconds!
266
267
@@ -336,7 +337,7 @@ all [contributors of aiobmsble](https://github.com/patman15/aiobmsble?tab=readme
0 commit comments