-
-
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
Make "RCV Time" and "RFV Time" controllable #548
Comments
How do you talk to your BMS? If you are using BLE the feature was added here: #422 You can just add these additional |
Oh. We are talking about the runtimes. This setting isn't implemented yet.
This issue is the follow up of #422 because two feature was missing. |
I've started to implement the feature but some testing is required to complete the feature. Are you able to talk to your BMS already? Could you offer some testing? |
Yes, I can test it. Do I understand correctly that after recompiling and flashing in Homeassisant, these parameters should appear as available? After recompiling, the RCV and RFV parameters (NOT time but Voltage) started displaying in HA as 1 and 0.4 volts. While in fact, they did not change and remained above 3V. |
You have to extend your YAML configuration be these 4 lines at the https://github.com/syssi/esphome-jk-bms/blob/main/esp32-ble-v14-example.yaml#L136-L139
And recompile + flash your ESP. The two number entities are populated as soon a |
Recompiled and added 4 lines in the number section. New issues::
|
My fault. I've pushed a fix for the |
Recompiled, RCV, RCV time, RFV and RFV time entities now Ok. New heating sensor issue created. |
Could you please let me know if the "RCV Time" and "RFV Time" parameters are available? I haven't found them in the HA interface yet and haven't found any information on how to add them to the interface.
The text was updated successfully, but these errors were encountered: