-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting multiple Heltec/Neey balancers via BT ? #310
Comments
|
A ESP32 is limited to 3 simultaneous BLE client connections. |
Could you provide some details about your NEEY balancer? Is there a software & hardware version at the Android app? If you add a switch entity to enable/disable the BLE client connection you can still connect using the Android app on demand without turning off the ESP. |
Thank you very much for the example code. Will try it out later today. If ESP "only" supports 3 connections I may have to use 2 EPS, not that big of an issue. The Neey balancer is the 4.th generation. I do not have my own Android phone, but we tried on a friends phone to install an app via an .apk file and that worked fine also. Please reach out if I can help in any way. I have access to 4 Neey balancers, ESPhome/HA, and ISO app. (Maybe an android phone can be borrowd) |
Could you double check the product model name? It looks like there is a character missing (GW-24S4EB vs. GW-24SEB)? |
Confirmed a char is missing, the correct product model data. |
Hello I have a NEEY bms 4th 4A and would like to visualize the BMS data in Home Assistant. Unfortunately, I've really never worked with platformIO and Visual Studio. For me it's like sitting in the space shuttle and it should land :-) |
@moscito1010 Please create a new issue. I will provide some guidance there! |
Hello all, I am trying this with a node mcu 32s and not having any luck. This is the error log I am getting... Processing heltec-balancer (board: nodemcu-32s; framework: espidf; platform: platformio/espressif32 @ 3.5.0)HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
|
Thank you for the great work on adding support for the Neey balancer.
It works flawless for 1 unit at the time. I would like to connect up to 4 units via BT.
But I cannot seem to figure out how i create the clients/platforms/sensor elements for the additional MAC addresses.
Can anyone, helt me out with an example, maybe for 2 balancers and 2 sensor, so I can get the syntax and repeat it.
I' using the "esp32-heltec-balancer-ble-example.yaml" file
The text was updated successfully, but these errors were encountered: