Sebastian Muszynski
Sebastian Muszynski
Sounds good! Let's give it a try! A capture of incoming events/messages would be helpful, too.
@rotrials HA core doesn't install the library system-wide. The library is accessible within the container. The bin directory of pip installs aren't part of the PATH per default. This is...
If you write the full path in front of the command it should work nevertheless: `~/.local/bin/miiocli`. Please think twice if you want to pollute your setup with global pip packages....
Could you provide the Mi Home app plugin (apk) of this device? You can extract/retrieve it if you have a rooted android device.
Did you set the bidHost at local/config/config.xml properly?
Thanks for providing a `VERY_VERBOSE` log. It includes all required informations to improve the frame decoder. I will have a look!
``` [14:36:04][I][jk_bms_ble:1061]: Vendor ID: JK_B2A8S20P [14:36:04][I][jk_bms_ble:1062]: Hardware version: 11.XW [14:36:04][I][jk_bms_ble:1063]: Software version: 11.17 [14:36:04][I][jk_bms_ble:1064]: Uptime: 10800 s [14:36:04][I][jk_bms_ble:1065]: Power on count: 1 [14:36:04][I][jk_bms_ble:1066]: Device name: JK_B2A8S20P [14:36:04][I][jk_bms_ble:1067]: Device passcode: 1234...
Please update your configuration yaml to: ``` substitutions: name: jk-bms device_description: "Monitor and control a JK-BMS via bluetooth" external_components_source: github://syssi/esphome-jk-bms@add-jk02-v11-support ``` and flash again. The protocol has changed a bit....
Thanks for your feedback and providing more details about your device. I will improve the feature branch ASAP. There is a buy me a coffee link as icon/badge at the...
Could you do me a favor? Could you verify the position of the `system alarm` bytes? I'm talking about: https://github.com/syssi/esphome-jk-bms/blob/main/components/jk_bms_ble/jk_bms_ble.cpp#L455-L476 You could change the cell count from 8S to 7S....