INFO Reading configuration /config/esphome/pv-battery-bms.yaml... INFO Updating https://github.com/syssi/esphome-jk-bms.git@main INFO Generating C++ source... INFO Compiling app... Processing pv-battery-bms (board: wemos_d1_mini32; framework: espidf; platform: platformio/espressif32 @ 3.5.0) -------------------------------------------------------------------------------- HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash - framework-espidf 3.40302.0 (4.3.2) - tool-cmake 3.16.4 - tool-ninja 1.7.1 - toolchain-riscv32-esp 8.4.0+2021r2-patch2 - toolchain-xtensa-esp32 8.4.0+2021r2-patch2 - toolchain-xtensa-esp32s2 8.4.0+2021r2-patch2 Reading CMake configuration... LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf No dependencies RAM: [== ] 16.0% (used 52304 bytes from 327680 bytes) Flash: [======= ] 68.2% (used 1250825 bytes from 1835008 bytes) ========================= [SUCCESS] Took 36.31 seconds ========================= INFO Successfully compiled program. INFO Resolving IP address of pv-battery-bms.local INFO -> 192.168.1.173 INFO Uploading /data/pv-battery-bms/.pioenvs/pv-battery-bms/firmware.bin (1251216 bytes) Uploading: [============================================================] 100% Done... INFO Waiting for result... INFO OTA successful INFO Successfully uploaded program. INFO Starting log output from pv-battery-bms.local using esphome API INFO Successfully connected to pv-battery-bms.local [14:36:03][VV][api.service:373]: on_device_info_request: DeviceInfoRequest {} [14:36:03][VV][api.service:049]: send_device_info_response: DeviceInfoResponse { uses_password: NO name: 'pv-battery-bms' mac_address: '3C:71:BF:FF:72:B4' esphome_version: '2022.3.1' compilation_time: 'Aug 4 2022, 14:19:28' model: 'wemos_d1_mini32' has_deep_sleep: NO project_name: 'syssi.esphome-jk-bms' project_version: '1.1.0' webserver_port: 0 } [14:36:03][I][app:102]: ESPHome version 2022.3.1 compiled on Aug 4 2022, 14:19:28 [14:36:03][I][app:104]: Project syssi.esphome-jk-bms version 1.1.0 [14:36:03][C][wifi:491]: WiFi: [14:36:03][C][wifi:353]: Local MAC: 3C:71:BF:FF:72:B4 [14:36:03][C][wifi:354]: SSID: 'SaaseOssiLan'[redacted] [14:36:03][C][wifi:355]: IP Address: 192.168.1.173 [14:36:03][C][wifi:357]: BSSID: 3C:37:12:A7:E4:C1[redacted] [14:36:03][C][wifi:358]: Hostname: 'pv-battery-bms' [14:36:03][C][wifi:360]: Signal strength: -55 dB ▂▄▆█ [14:36:03][V][wifi:362]: Priority: 0.0 [14:36:03][C][wifi:364]: Channel: 6 [14:36:03][C][wifi:365]: Subnet: 255.255.255.0 [14:36:03][C][wifi:366]: Gateway: 192.168.1.1 [14:36:03][C][wifi:367]: DNS1: 192.168.1.200 [14:36:03][C][wifi:368]: DNS2: 0.0.0.0 [14:36:03][I][jk_bms_ble:158]: Request device info [14:36:03][D][jk_bms_ble:1098]: Write register: AA.55.90.EB.97.00.00.00.00.00.00.00.00.00.00.00.00.00.00.11 (20) [14:36:03][D][esp32_ble_tracker:723]: Found device 25:AE:83:C6:D4:D7 RSSI=-88 [14:36:03][D][esp32_ble_tracker:744]: Address Type: RANDOM [14:36:03][VV][api.service:382]: on_list_entities_request: ListEntitiesRequest {} [14:36:03][C][logger:233]: Logger: [14:36:03][C][logger:234]: Level: VERY_VERBOSE [14:36:03][C][logger:235]: Log Baud Rate: 115200 [14:36:03][C][logger:236]: Hardware UART: UART0 [14:36:03][C][logger:238]: Level for 'scheduler': DEBUG [14:36:03][C][logger:238]: Level for 'component': DEBUG [14:36:03][C][logger:238]: Level for 'esp32_ble_tracker': DEBUG [14:36:03][C][logger:238]: Level for 'sensor': DEBUG [14:36:03][VV][api.service:062]: send_list_entities_binary_sensor_response: ListEntitiesBinarySensorResponse { object_id: 'pv-battery-bms_charging' key: 1839357192 name: 'pv-battery-bms charging' unique_id: 'pv-battery-bmsbinary_sensorpv-battery-bms_charging' device_class: '' is_status_binary_sensor: NO disabled_by_default: NO icon: 'mdi:battery-charging' entity_category: ENTITY_CATEGORY_NONE } [14:36:03][VV][api.service:062]: send_list_entities_binary_sensor_response: ListEntitiesBinarySensorResponse { object_id: 'pv-battery-bms_discharging' key: 3121435490 name: 'pv-battery-bms discharging' unique_id: 'pv-battery-bmsbinary_sensorpv-battery-bms_discharging' device_class: '' is_status_binary_sensor: NO disabled_by_default: NO icon: 'mdi:power-plug' entity_category: ENTITY_CATEGORY_NONE } [14:36:03][C][jk_bms_ble:049]: JkBmsBle [14:36:03][C][jk_bms_ble:050]: Minimum Cell Voltage 'pv-battery-bms min cell voltage' [14:36:03][C][jk_bms_ble:050]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:050]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:050]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:050]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:051]: Maximum Cell Voltage 'pv-battery-bms max cell voltage' [14:36:03][C][jk_bms_ble:051]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:051]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:051]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:051]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:052]: Minimum Voltage Cell 'pv-battery-bms min voltage cell' [14:36:03][C][jk_bms_ble:052]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:052]: Unit of Measurement: '' [14:36:03][C][jk_bms_ble:052]: Accuracy Decimals: 0 [14:36:03][C][jk_bms_ble:052]: Icon: 'mdi:battery-minus-outline' [14:36:03][C][jk_bms_ble:053]: Maximum Voltage Cell 'pv-battery-bms max voltage cell' [14:36:03][C][jk_bms_ble:053]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:053]: Unit of Measurement: '' [14:36:03][C][jk_bms_ble:053]: Accuracy Decimals: 0 [14:36:03][C][jk_bms_ble:053]: Icon: 'mdi:battery-plus-outline' [14:36:03][C][jk_bms_ble:054]: Delta Cell Voltage 'pv-battery-bms delta cell voltage' [14:36:03][C][jk_bms_ble:054]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:054]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:054]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:054]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:055]: Average Cell Voltage 'pv-battery-bms average cell voltage' [14:36:03][C][jk_bms_ble:055]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:055]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:055]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:055]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:056]: Cell Voltage 1 'pv-battery-bms cell voltage 1' [14:36:03][C][jk_bms_ble:056]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:056]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:056]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:056]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:057]: Cell Voltage 2 'pv-battery-bms cell voltage 2' [14:36:03][C][jk_bms_ble:057]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:057]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:057]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:057]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:058]: Cell Voltage 3 'pv-battery-bms cell voltage 3' [14:36:03][C][jk_bms_ble:058]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:058]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:058]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:058]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:059]: Cell Voltage 4 'pv-battery-bms cell voltage 4' [14:36:03][C][jk_bms_ble:059]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:059]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:059]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:059]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:060]: Cell Voltage 5 'pv-battery-bms cell voltage 5' [14:36:03][C][jk_bms_ble:060]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:060]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:060]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:060]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:061]: Cell Voltage 6 'pv-battery-bms cell voltage 6' [14:36:03][C][jk_bms_ble:061]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:061]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:061]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:061]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:062]: Cell Voltage 7 'pv-battery-bms cell voltage 7' [14:36:03][C][jk_bms_ble:062]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:062]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:062]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:062]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:063]: Cell Voltage 8 'pv-battery-bms cell voltage 8' [14:36:03][C][jk_bms_ble:063]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:063]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:063]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:063]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:080]: Cell Resistance 1 'pv-battery-bms cell resistance 1' [14:36:03][C][jk_bms_ble:080]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:080]: Unit of Measurement: 'Ω' [14:36:03][C][jk_bms_ble:080]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:081]: Cell Resistance 2 'pv-battery-bms cell resistance 2' [14:36:03][C][jk_bms_ble:081]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:081]: Unit of Measurement: 'Ω' [14:36:03][C][jk_bms_ble:081]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:082]: Cell Resistance 3 'pv-battery-bms cell resistance 3' [14:36:03][C][jk_bms_ble:082]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:082]: Unit of Measurement: 'Ω' [14:36:03][C][jk_bms_ble:082]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:083]: Cell Resistance 4 'pv-battery-bms cell resistance 4' [14:36:03][C][jk_bms_ble:083]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:083]: Unit of Measurement: 'Ω' [14:36:03][C][jk_bms_ble:083]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:084]: Cell Resistance 5 'pv-battery-bms cell resistance 5' [14:36:03][C][jk_bms_ble:084]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:084]: Unit of Measurement: 'Ω' [14:36:03][C][jk_bms_ble:084]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:085]: Cell Resistance 6 'pv-battery-bms cell resistance 6' [14:36:03][C][jk_bms_ble:085]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:085]: Unit of Measurement: 'Ω' [14:36:03][C][jk_bms_ble:085]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:086]: Cell Resistance 7 'pv-battery-bms cell resistance 7' [14:36:03][C][jk_bms_ble:086]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:086]: Unit of Measurement: 'Ω' [14:36:03][C][jk_bms_ble:086]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:087]: Cell Resistance 8 'pv-battery-bms cell resistance 8' [14:36:03][C][jk_bms_ble:087]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:087]: Unit of Measurement: 'Ω' [14:36:03][C][jk_bms_ble:087]: Accuracy Decimals: 3 [14:36:03][C][jk_bms_ble:104]: Total Voltage 'pv-battery-bms total voltage' [14:36:03][C][jk_bms_ble:104]: Device Class: 'voltage' [14:36:03][C][jk_bms_ble:104]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:104]: Unit of Measurement: 'V' [14:36:03][C][jk_bms_ble:104]: Accuracy Decimals: 2 [14:36:03][C][jk_bms_ble:105]: Current 'pv-battery-bms current' [14:36:03][C][jk_bms_ble:105]: Device Class: 'current' [14:36:03][C][jk_bms_ble:105]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:105]: Unit of Measurement: 'A' [14:36:03][C][jk_bms_ble:105]: Accuracy Decimals: 2 [14:36:03][C][jk_bms_ble:106]: Power 'pv-battery-bms power' [14:36:03][C][jk_bms_ble:106]: Device Class: 'power' [14:36:03][C][jk_bms_ble:106]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:106]: Unit of Measurement: 'W' [14:36:03][C][jk_bms_ble:106]: Accuracy Decimals: 2 [14:36:03][C][jk_bms_ble:107]: Charging Power 'pv-battery-bms charging power' [14:36:03][C][jk_bms_ble:107]: Device Class: 'power' [14:36:03][C][jk_bms_ble:107]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:107]: Unit of Measurement: 'W' [14:36:03][C][jk_bms_ble:107]: Accuracy Decimals: 2 [14:36:03][C][jk_bms_ble:108]: Discharging Power 'pv-battery-bms discharging power' [14:36:03][C][jk_bms_ble:108]: Device Class: 'power' [14:36:03][C][jk_bms_ble:108]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:108]: Unit of Measurement: 'W' [14:36:03][C][jk_bms_ble:108]: Accuracy Decimals: 2 [14:36:03][C][jk_bms_ble:109]: Power Tube Temperature 'pv-battery-bms power tube temperature' [14:36:03][C][jk_bms_ble:109]: Device Class: 'temperature' [14:36:03][C][jk_bms_ble:109]: State Class: 'measurement' [14:36:03][C][jk_bms_ble:109]: Unit of Measurement: '°C' [14:36:03][C][jk_bms_ble:109]: Accuracy Decimals: 0 [14:36:04][C][jk_bms_ble:110]: Temperature Sensor 1 'pv-battery-bms temperature sensor 1' [14:36:04][C][jk_bms_ble:110]: Device Class: 'temperature' [14:36:04][C][jk_bms_ble:110]: State Class: 'measurement' [14:36:04][C][jk_bms_ble:110]: Unit of Measurement: '°C' [14:36:04][C][jk_bms_ble:110]: Accuracy Decimals: 0 [14:36:04][C][jk_bms_ble:111]: Temperature Sensor 2 'pv-battery-bms temperature sensor 2' [14:36:04][C][jk_bms_ble:111]: Device Class: 'temperature' [14:36:04][C][jk_bms_ble:111]: State Class: 'measurement' [14:36:04][C][jk_bms_ble:111]: Unit of Measurement: '°C' [14:36:04][C][jk_bms_ble:111]: Accuracy Decimals: 0 [14:36:04][C][jk_bms_ble:112]: State Of Charge 'pv-battery-bms state of charge' [14:36:04][C][jk_bms_ble:112]: State Class: 'measurement' [14:36:04][C][jk_bms_ble:112]: Unit of Measurement: '%' [14:36:04][C][jk_bms_ble:112]: Accuracy Decimals: 0 [14:36:04][C][jk_bms_ble:112]: Icon: 'mdi:battery-50' [14:36:04][C][jk_bms_ble:113]: Capacity Remaining 'pv-battery-bms capacity remaining' [14:36:04][C][jk_bms_ble:113]: State Class: 'measurement' [14:36:04][C][jk_bms_ble:113]: Unit of Measurement: 'Ah' [14:36:04][C][jk_bms_ble:113]: Accuracy Decimals: 0 [14:36:04][C][jk_bms_ble:113]: Icon: 'mdi:battery-50' [14:36:04][C][jk_bms_ble:114]: Total Battery Capacity Setting 'pv-battery-bms total battery capacity setting' [14:36:04][C][jk_bms_ble:114]: State Class: 'measurement' [14:36:04][C][jk_bms_ble:114]: Unit of Measurement: 'Ah' [14:36:04][C][jk_bms_ble:114]: Accuracy Decimals: 0 [14:36:04][C][jk_bms_ble:115]: Charging Cycles 'pv-battery-bms charging cycles' [14:36:04][C][jk_bms_ble:115]: State Class: 'measurement' [14:36:04][C][jk_bms_ble:115]: Unit of Measurement: '' [14:36:04][C][jk_bms_ble:115]: Accuracy Decimals: 0 [14:36:04][C][jk_bms_ble:115]: Icon: 'mdi:battery-sync' [14:36:04][C][jk_bms_ble:116]: Total Charging Cycle Capacity 'pv-battery-bms total charging cycle capacity' [14:36:04][C][jk_bms_ble:116]: State Class: 'measurement' [14:36:04][C][jk_bms_ble:116]: Unit of Measurement: '' [14:36:04][C][jk_bms_ble:116]: Accuracy Decimals: 0 [14:36:04][C][jk_bms_ble:117]: Total Runtime 'pv-battery-bms total runtime' [14:36:04][C][jk_bms_ble:117]: State Class: 'total_increasing' [14:36:04][C][jk_bms_ble:117]: Unit of Measurement: 's' [14:36:04][C][jk_bms_ble:117]: Accuracy Decimals: 0 [14:36:04][C][jk_bms_ble:117]: Icon: 'mdi:timelapse' [14:36:04][C][jk_bms_ble:119]: Total Runtime Formatted 'pv-battery-bms total runtime formatted' [14:36:04][C][jk_bms_ble:119]: Icon: 'mdi:timelapse' [14:36:04][C][jk_bms_ble:120]: Balancing 'pv-battery-bms balancing' [14:36:04][C][jk_bms_ble:121]: Charging 'pv-battery-bms charging' [14:36:04][C][jk_bms_ble:122]: Discharging 'pv-battery-bms discharging' [14:36:04][I][jk_bms_ble:272]: Request status notification [14:36:04][D][jk_bms_ble:1098]: Write register: AA.55.90.EB.96.00.00.00.00.00.00.00.00.00.00.00.00.00.00.10 (20) [14:36:04][V][wifi_esp32:646]: Event: Got IPv6 address=fe80:0000:0000:0000:3e71:bfff:feff:72b4 [14:36:04][I][jk_bms_ble:1009]: Device info frame (300 bytes): [14:36:04][VV][jk_bms_ble:1010]: 55.AA.EB.90.03.8B.4A.4B.5F.42.32.41.38.53.32.30.50.00.00.00.00.00.31.31.2E.58.57.00.00.00.31.31.2E.31.37.00.00.00.30.2A.00.00.01.00.00.00.4A.4B.5F.42.32.41.38.53.32.30.50.00.00.00.00.00.31.32.33.34.00.00.00.00.00.00.00.00.00.00.00.00.32.32.30.38.30.34.00.00.32.30.36.32.30.31.35.32.33.32.00.30.30.30.30.00.49.6E.70.75.74.20.55.73.65.72.64.61.74.61.00.00.31.32.33.34.35.36.00.00.00.00.00.00.00.00.00.00.49.6E.70.75.74.20.55.73.65.72.64.61.74.61.00.00.7C.F8.FF.F3.0F.00.00.00.00.00 [14:36:04][VV][jk_bms_ble:1011]: 00.00.90.0F.00.00.00.00.C0.D8.03.00.00.00.00.01.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.FE.2F.00.00.00.00.00.00.00.00.00.00.FB (140) [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 [14:36:04][I][jk_bms_ble:1068]: Manufacturing date: 220804 [14:36:04][I][jk_bms_ble:1069]: Serial number: 2062015232 [14:36:04][I][jk_bms_ble:1070]: Passcode: 0000 [14:36:04][I][jk_bms_ble:1071]: User data: Input Userdata [14:36:04][I][jk_bms_ble:1072]: Setup passcode: 123456 [14:36:04][VV][api.service:062]: send_list_entities_binary_sensor_response: ListEntitiesBinarySensorResponse { object_id: 'pv-battery-bms_balancing' key: 768082674 name: 'pv-battery-bms balancing' unique_id: 'pv-battery-bmsbinary_sensorpv-battery-bms_balancing' device_class: '' is_status_binary_sensor: NO disabled_by_default: NO icon: 'mdi:battery-heart-variant' entity_category: ENTITY_CATEGORY_NONE } [14:36:04][C][jk_bms_ble.button:010]: JkBmsBle Button 'pv-battery-bms retrieve settings' [14:36:04][C][jk_bms_ble.button:010]: Icon: 'mdi:cog' [14:36:04][I][jk_bms_ble:746]: Settings frame (300 bytes): [14:36:04][VV][jk_bms_ble:747]: 55.AA.EB.90.01.8B.58.02.00.00.28.0A.00.00.5A.0A.00.00.10.0E.00.00.DE.0D.00.00.0A.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.C4.09.00.00.A8.61.00.00.1E.00.00.00.3C.00.00.00.40.0D.03.00.2C.01.00.00.3C.00.00.00.3C.00.00.00.D0.07.00.00.BC.02.00.00.58.02.00.00.BC.02.00.00.58.02.00.00.38.FF.FF.FF.9C.FF.FF.FF.E8.03.00.00.20.03.00.00.08.00.00.00.01.00.00.00.01.00.00.00.01.00.00.00.A0.86.01.00.DC.05.00.00.B8.0B.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00 [14:36:04][VV][jk_bms_ble:748]: 00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.01.00.00.00.00.00.00.00.B0.71.0B.00.00.00.00.00.00.7C.F8.FF.FF.0F.00.00.00.00.00.00.00.95 (140) [14:36:04][D][jk_bms_ble:772]: Unknown6: 0.600000 [14:36:04][I][jk_bms_ble:774]: Cell UVP: 2.600000 V [14:36:04][D][number:036]: 'pv-battery-bms cell voltage undervoltage protection': Sending state 2.600000 [14:36:04][I][jk_bms_ble:778]: Cell UVPR: 2.650000 V [14:36:04][D][number:036]: 'pv-battery-bms cell voltage undervoltage recovery': Sending state 2.650000 [14:36:04][I][jk_bms_ble:782]: Cell OVP: 3.600000 V [14:36:04][D][number:036]: 'pv-battery-bms cell voltage overvoltage protection': Sending state 3.600000 [14:36:04][I][jk_bms_ble:786]: Cell OVPR: 3.550000 V [14:36:04][D][number:036]: 'pv-battery-bms cell voltage overvoltage recovery': Sending state 3.550000 [14:36:04][I][jk_bms_ble:790]: Balance trigger voltage: 0.010000 V [14:36:04][D][number:036]: 'pv-battery-bms balance trigger voltage': Sending state 0.010000 [14:36:04][I][jk_bms_ble:798]: Power off voltage: 2.500000 V [14:36:04][D][number:036]: 'pv-battery-bms power off voltage': Sending state 2.500000 [14:36:04][I][jk_bms_ble:802]: Max. charge current: 25.000002 A [14:36:04][D][number:036]: 'pv-battery-bms max charge current': Sending state 25.000002 [14:36:04][I][jk_bms_ble:806]: Charge OCP delay: 30.000000 s [14:36:04][I][jk_bms_ble:808]: Charge OCP recovery delay: 60.000000 s [14:36:04][I][jk_bms_ble:810]: Max. discharge current: 200.000015 A [14:36:04][D][number:036]: 'pv-battery-bms max discharge current': Sending state 200.000015 [14:36:04][I][jk_bms_ble:814]: Discharge OCP recovery delay: 300.000000 s [14:36:04][I][jk_bms_ble:816]: Discharge OCP recovery delay: 60.000000 s [14:36:04][I][jk_bms_ble:818]: SCP recovery time: 60.000000 s [14:36:04][I][jk_bms_ble:820]: Max. balance current: 2.000000 A [14:36:04][D][number:036]: 'pv-battery-bms max balance current': Sending state 2.000000 [14:36:04][I][jk_bms_ble:824]: Charge OTP: 70.000000 °C [14:36:04][I][jk_bms_ble:826]: Charge OTP recovery: 60.000000 °C [14:36:04][I][jk_bms_ble:828]: Discharge OTP: 70.000000 °C [14:36:04][I][jk_bms_ble:830]: Discharge OTP recovery: 60.000000 °C [14:36:04][I][jk_bms_ble:832]: Charge UTP: -20.000000 °C [14:36:04][I][jk_bms_ble:834]: Charge UTP recovery: -10.000000 °C [14:36:04][I][jk_bms_ble:836]: MOS OTP: 100.000000 °C [14:36:04][I][jk_bms_ble:838]: MOS OTP recovery: 80.000000 °C [14:36:04][I][jk_bms_ble:840]: Cell count: 8.000000 [14:36:04][D][number:036]: 'pv-battery-bms cell count': Sending state 8.000000 [14:36:04][I][jk_bms_ble:844]: Charge switch: on [14:36:04][D][switch:037]: 'pv-battery-bms charging': Sending state ON [14:36:04][I][jk_bms_ble:848]: Discharge switch: on [14:36:04][D][switch:037]: 'pv-battery-bms discharging': Sending state ON [14:36:04][I][jk_bms_ble:852]: Balancer switch: on [14:36:04][D][switch:037]: 'pv-battery-bms balancer': Sending state ON [14:36:04][I][jk_bms_ble:856]: Nominal battery capacity: 100.000008 Ah [14:36:04][D][number:036]: 'pv-battery-bms total battery capacity': Sending state 100.000008 [14:36:04][D][jk_bms_ble:860]: Unknown134: 1.500000 [14:36:04][I][jk_bms_ble:862]: Start balance voltage: 3.000000 V [14:36:04][D][number:036]: 'pv-battery-bms balance starting voltage': Sending state 3.000000 [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 1: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 2: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 3: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 4: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 5: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 6: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 7: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 8: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 9: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 10: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 11: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 12: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 13: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 14: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 15: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 16: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 17: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 18: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 19: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 20: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 21: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 22: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 23: 0.000000 Ohm [14:36:04][I][jk_bms_ble:894]: Con. wire resistance 24: 0.000000 Ohm [14:36:05][C][jk_bms_ble.button:010]: JkBmsBle Button 'pv-battery-bms retrieve device info' [14:36:05][C][jk_bms_ble.button:010]: Icon: 'mdi:information-variant' [14:36:05][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_voltage_1' key: 2465567910 name: 'pv-battery-bms cell voltage 1' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_voltage_1' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_ [14:36:05][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms balance trigger voltage' [14:36:05][C][jk_bms_ble.number:009]: Unit of Measurement: 'V' [14:36:05][VV][jk_bms_ble:348]: Cell info frame (300 bytes): [14:36:05][VV][jk_bms_ble:349]: 55.AA.EB.90.02.8B.D7.0C.DB.0C.D5.0C.FF.0C.00.0D.D5.0C.D4.0C.E0.0C.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.FF.00.00.00.E2.0C.2B.00.03.05.33.00.33.00.32.00.32.00.32.00.32.00.31.00.32.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.69.01.00.00.00.00 (150) [14:36:05][VV][jk_bms_ble:350]: 0D.67.00.00.00.00.00.00.00.00.00.00.29.01.2A.01.00.00.00.00.1D.F8.02.45.B2.0F.01.00.A0.86.01.00.00.00.00.00.2E.00.00.00.64.00.00.00.ED.2A.00.00.01.01.00.00.00.00.00.00.00.00.00.00.00.00.00.00.07.00.01.00.00.00.9F.03.00.00.00.00.A7.B3.40.40.A3.00.00.00.4E.0A.D8.E1.00.01.00.01.00.05.00.00.44.AD.01.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.FE.FF.7F.DC.1F.01.00.00.00.00.00.00.F4 (150) [14:36:05][D][sensor:125]: 'pv-battery-bms cell voltage 1': Sending state 3.28700 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell resistance 1': Sending state 0.00000 Ω with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell voltage 2': Sending state 3.29100 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell resistance 2': Sending state 0.00000 Ω with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell voltage 3': Sending state 3.28500 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell resistance 3': Sending state 0.00000 Ω with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell voltage 4': Sending state 3.32700 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell resistance 4': Sending state 0.25500 Ω with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell voltage 5': Sending state 3.32800 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell resistance 5': Sending state 0.00000 Ω with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell voltage 6': Sending state 3.28500 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell resistance 6': Sending state 3.29800 Ω with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell voltage 7': Sending state 3.28400 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell resistance 7': Sending state 0.04300 Ω with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell voltage 8': Sending state 3.29600 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms cell resistance 8': Sending state 1.28300 Ω with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms min cell voltage': Sending state 3.28400 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms max cell voltage': Sending state 3.32800 V with 3 decimals of accuracy [14:36:05][I][jk_bms_ble:407]: Enabled cells: 00 00 00 00 (0xFF 0x1F: 13 cells, 0xFF 0xFF: 16 cells) [14:36:05][D][sensor:125]: 'pv-battery-bms average cell voltage': Sending state 0.00000 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms delta cell voltage': Sending state 0.00000 V with 3 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms max voltage cell': Sending state 1.00000 with 0 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms min voltage cell': Sending state 1.00000 with 0 decimals of accuracy [14:36:05][D][jk_bms_ble:426]: Unknown112: 00 00 [14:36:05][I][jk_bms_ble:428]: Wire resistance warning: 00 00 00 00 [14:36:05][D][sensor:125]: 'pv-battery-bms total voltage': Sending state 0.00000 V with 2 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms current': Sending state 0.00000 A with 2 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms power': Sending state 0.00000 W with 2 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms charging power': Sending state 0.00000 W with 2 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms discharging power': Sending state 0.00000 W with 2 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms temperature sensor 1': Sending state 0.00000 °C with 0 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms temperature sensor 2': Sending state 0.00000 °C with 0 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms power tube temperature': Sending state 0.00000 °C with 0 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms errors bitmask': Sending state 0.00000 with 0 decimals of accuracy [14:36:05][V][text_sensor:016]: 'pv-battery-bms errors': Received new state [14:36:05][D][text_sensor:067]: 'pv-battery-bms errors': Sending state '' [14:36:05][D][sensor:125]: 'pv-battery-bms balancing current': Sending state 0.00000 A with 2 decimals of accuracy [14:36:05][D][binary_sensor:036]: 'pv-battery-bms balancing': Sending state OFF [14:36:05][D][sensor:125]: 'pv-battery-bms state of charge': Sending state 0.00000 % with 0 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms capacity remaining': Sending state 23658.49805 Ah with 0 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms total battery capacity setting': Sending state 0.00000 Ah with 0 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms charging cycles': Sending state 26381.00000 with 0 decimals of accuracy [14:36:05][D][sensor:125]: 'pv-battery-bms total charging cycle capacity': Sending state 0.00000 with 0 decimals of accuracy [14:36:05][D][jk_bms_ble:505]: Unknown158: 00 00 (always 0x64 0x00?) [14:36:05][D][jk_bms_ble:508]: Unknown160: 00 00 (always 0xC5 0x09?) [14:36:05][D][sensor:125]: 'pv-battery-bms total runtime': Sending state 19530024.00000 s with 0 decimals of accuracy [14:36:05][V][text_sensor:016]: 'pv-battery-bms total runtime formatted': Received new state 226d 1h [14:36:05][D][text_sensor:067]: 'pv-battery-bms total runtime formatted': Sending state '226d 1h' [14:36:05][D][binary_sensor:036]: 'pv-battery-bms charging': Sending state OFF [14:36:05][D][binary_sensor:036]: 'pv-battery-bms discharging': Sending state OFF [14:36:05][D][jk_bms_ble:520]: Unknown168: 00.00.1D.F8.02.45.B2.0F.01.00.A0.86.01.00.00.00.00.00.2E.00.00.00.64.00.00.00.ED.2A.00.00.01.01.00.00.00.00.00.00.00.00.00.00.00.00.00.00 (46) [14:36:05][D][jk_bms_ble:534]: Unknown189: 00 64 [14:36:05][D][jk_bms_ble:537]: Unknown192: 00 [14:36:05][D][jk_bms_ble:539]: Unknown193: 00 ED (0x00 0x8D) [14:36:05][D][jk_bms_ble:541]: Unknown195: 2A 00 (0x21 0x40) [14:36:05][D][esp32_ble_tracker:723]: Found device 6F:08:84:0A:E1:98 RSSI=-91 [14:36:05][D][esp32_ble_tracker:744]: Address Type: RANDOM [14:36:05][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_voltage_2' key: 2465567909 name: 'pv-battery-bms cell voltage 2' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_voltage_2' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_ [14:36:05][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms cell count' [14:36:05][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_voltage_3' key: 2465567908 name: 'pv-battery-bms cell voltage 3' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_voltage_3' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_ [14:36:05][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms total battery capacity' [14:36:05][C][jk_bms_ble.number:009]: Unit of Measurement: 'Ah' [14:36:05][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_voltage_4' key: 2465567907 name: 'pv-battery-bms cell voltage 4' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_voltage_4' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_ [14:36:05][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms cell voltage overvoltage protection' [14:36:05][C][jk_bms_ble.number:009]: Unit of Measurement: 'V' [14:36:05][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_voltage_5' key: 2465567906 name: 'pv-battery-bms cell voltage 5' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_voltage_5' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_ [14:36:05][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms cell voltage overvoltage recovery' [14:36:05][C][jk_bms_ble.number:009]: Unit of Measurement: 'V' [14:36:05][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_voltage_6' key: 2465567905 name: 'pv-battery-bms cell voltage 6' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_voltage_6' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_ [14:36:05][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms cell voltage undervoltage protection' [14:36:05][C][jk_bms_ble.number:009]: Unit of Measurement: 'V' [14:36:05][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_voltage_7' key: 2465567904 name: 'pv-battery-bms cell voltage 7' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_voltage_7' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_ [14:36:06][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms cell voltage undervoltage recovery' [14:36:06][C][jk_bms_ble.number:009]: Unit of Measurement: 'V' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_voltage_8' key: 2465567919 name: 'pv-battery-bms cell voltage 8' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_voltage_8' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_ [14:36:06][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms balance starting voltage' [14:36:06][C][jk_bms_ble.number:009]: Unit of Measurement: 'V' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_resistance_1' key: 2004670403 name: 'pv-battery-bms cell resistance 1' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_resistance_1' icon: '' unit_of_measurement: 'Ω' accuracy_decimals: 3 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGO [14:36:06][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms voltage calibration' [14:36:06][C][jk_bms_ble.number:009]: Unit of Measurement: 'V' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_resistance_2' key: 2004670400 name: 'pv-battery-bms cell resistance 2' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_resistance_2' icon: '' unit_of_measurement: 'Ω' accuracy_decimals: 3 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGO [14:36:06][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms current calibration' [14:36:06][C][jk_bms_ble.number:009]: Unit of Measurement: 'A' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_resistance_3' key: 2004670401 name: 'pv-battery-bms cell resistance 3' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_resistance_3' icon: '' unit_of_measurement: 'Ω' accuracy_decimals: 3 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGO [14:36:06][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms power off voltage' [14:36:06][C][jk_bms_ble.number:009]: Unit of Measurement: 'V' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_resistance_4' key: 2004670406 name: 'pv-battery-bms cell resistance 4' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_resistance_4' icon: '' unit_of_measurement: 'Ω' accuracy_decimals: 3 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGO [14:36:06][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms max balance current' [14:36:06][C][jk_bms_ble.number:009]: Unit of Measurement: 'A' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_resistance_5' key: 2004670407 name: 'pv-battery-bms cell resistance 5' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_resistance_5' icon: '' unit_of_measurement: 'Ω' accuracy_decimals: 3 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGO [14:36:06][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms max charge current' [14:36:06][C][jk_bms_ble.number:009]: Unit of Measurement: 'A' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_resistance_6' key: 2004670404 name: 'pv-battery-bms cell resistance 6' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_resistance_6' icon: '' unit_of_measurement: 'Ω' accuracy_decimals: 3 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGO [14:36:06][C][jk_bms_ble.number:009]: JkBmsBle Number 'pv-battery-bms max discharge current' [14:36:06][C][jk_bms_ble.number:009]: Unit of Measurement: 'A' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_resistance_7' key: 2004670405 name: 'pv-battery-bms cell resistance 7' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_resistance_7' icon: '' unit_of_measurement: 'Ω' accuracy_decimals: 3 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGO [14:36:06][C][jk_bms_ble.switch:010]: JkBmsBle Switch 'pv-battery-bms charging' [14:36:06][C][jk_bms_ble.switch:010]: Icon: 'mdi:battery-charging-50' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_cell_resistance_8' key: 2004670410 name: 'pv-battery-bms cell resistance 8' unique_id: 'pv-battery-bmssensorpv-battery-bms_cell_resistance_8' icon: '' unit_of_measurement: 'Ω' accuracy_decimals: 3 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGO [14:36:06][C][jk_bms_ble.switch:010]: JkBmsBle Switch 'pv-battery-bms discharging' [14:36:06][C][jk_bms_ble.switch:010]: Icon: 'mdi:battery-charging-50' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_min_cell_voltage' key: 2313251741 name: 'pv-battery-bms min cell voltage' unique_id: 'pv-battery-bmssensorpv-battery-bms_min_cell_voltage' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CAT [14:36:06][C][jk_bms_ble.switch:010]: JkBmsBle Switch 'pv-battery-bms balancer' [14:36:06][C][jk_bms_ble.switch:010]: Icon: 'mdi:seesaw' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_max_cell_voltage' key: 535214051 name: 'pv-battery-bms max cell voltage' unique_id: 'pv-battery-bmssensorpv-battery-bms_max_cell_voltage' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATE [14:36:06][C][ble_switch:035]: BLE Client Switch 'pv-battery-bms enable bluetooth connection' [14:36:06][C][ble_switch:035]: Icon: 'mdi:bluetooth' [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_min_voltage_cell' key: 448253759 name: 'pv-battery-bms min voltage cell' unique_id: 'pv-battery-bmssensorpv-battery-bms_min_voltage_cell' icon: 'mdi:battery-minus-outline' unit_of_measurement: '' accuracy_decimals: 0 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_cate [14:36:06][C][esp32_ble_tracker:709]: BLE Tracker: [14:36:06][C][esp32_ble_tracker:710]: Scan Duration: 300 s [14:36:06][C][esp32_ble_tracker:711]: Scan Interval: 320.0 ms [14:36:06][C][esp32_ble_tracker:712]: Scan Window: 30.0 ms [14:36:06][C][esp32_ble_tracker:713]: Scan Type: ACTIVE [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_max_voltage_cell' key: 2159655621 name: 'pv-battery-bms max voltage cell' unique_id: 'pv-battery-bmssensorpv-battery-bms_max_voltage_cell' icon: 'mdi:battery-plus-outline' unit_of_measurement: '' accuracy_decimals: 0 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_cate [14:36:06][C][ble_client:035]: BLE Client: [14:36:06][C][ble_client:036]: Address: c8:47:8c:e5:47:94 [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_delta_cell_voltage' key: 3615038163 name: 'pv-battery-bms delta cell voltage' unique_id: 'pv-battery-bmssensorpv-battery-bms_delta_cell_voltage' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTI [14:36:06][C][mdns:084]: mDNS: [14:36:06][C][mdns:085]: Hostname: pv-battery-bms [14:36:06][V][mdns:086]: Services: [14:36:06][V][mdns:088]: - _esphomelib, _tcp, 6053 [14:36:06][V][mdns:090]: TXT: version = 2022.3.1 [14:36:06][V][mdns:090]: TXT: mac = 3c71bfff72b4 [14:36:06][V][mdns:090]: TXT: platform = ESP32 [14:36:06][V][mdns:090]: TXT: board = wemos_d1_mini32 [14:36:06][V][mdns:090]: TXT: project_name = syssi.esphome-jk-bms [14:36:06][V][mdns:090]: TXT: project_version = 1.1.0 [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_average_cell_voltage' key: 2314007998 name: 'pv-battery-bms average cell voltage' unique_id: 'pv-battery-bmssensorpv-battery-bms_average_cell_voltage' icon: '' unit_of_measurement: 'V' accuracy_decimals: 3 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category [14:36:06][C][ota:085]: Over-The-Air Updates: [14:36:06][C][ota:086]: Address: pv-battery-bms.local:3232 [14:36:06][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_total_voltage' key: 1133941290 name: 'pv-battery-bms total voltage' unique_id: 'pv-battery-bmssensorpv-battery-bms_total_voltage' icon: '' unit_of_measurement: 'V' accuracy_decimals: 2 force_update: NO device_class: 'voltage' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_NON [14:36:07][C][api:138]: API Server: [14:36:07][C][api:139]: Address: pv-battery-bms.local:6053 [14:36:07][C][api:143]: Using noise encryption: NO [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_current' key: 4256579296 name: 'pv-battery-bms current' unique_id: 'pv-battery-bmssensorpv-battery-bms_current' icon: '' unit_of_measurement: 'A' accuracy_decimals: 2 force_update: NO device_class: 'current' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE } [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_power' key: 2416963360 name: 'pv-battery-bms power' unique_id: 'pv-battery-bmssensorpv-battery-bms_power' icon: '' unit_of_measurement: 'W' accuracy_decimals: 2 force_update: NO device_class: 'power' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE } [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_charging_power' key: 1147690978 name: 'pv-battery-bms charging power' unique_id: 'pv-battery-bmssensorpv-battery-bms_charging_power' icon: '' unit_of_measurement: 'W' accuracy_decimals: 2 force_update: NO device_class: 'power' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATEGORY_NO [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_discharging_power' key: 12516900 name: 'pv-battery-bms discharging power' unique_id: 'pv-battery-bmssensorpv-battery-bms_discharging_power' icon: '' unit_of_measurement: 'W' accuracy_decimals: 2 force_update: NO device_class: 'power' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_CATE [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_temperature_sensor_1' key: 679908966 name: 'pv-battery-bms temperature sensor 1' unique_id: 'pv-battery-bmssensorpv-battery-bms_temperature_sensor_1' icon: '' unit_of_measurement: '°C' accuracy_decimals: 0 force_update: NO device_class: 'temperature' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_cat [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_temperature_sensor_2' key: 679908965 name: 'pv-battery-bms temperature sensor 2' unique_id: 'pv-battery-bmssensorpv-battery-bms_temperature_sensor_2' icon: '' unit_of_measurement: '°C' accuracy_decimals: 0 force_update: NO device_class: 'temperature' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_cat [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_power_tube_temperature' key: 4190384630 name: 'pv-battery-bms power tube temperature' unique_id: 'pv-battery-bmssensorpv-battery-bms_power_tube_temperature' icon: '' unit_of_measurement: '°C' accuracy_decimals: 0 force_update: NO device_class: 'temperature' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO ent [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_state_of_charge' key: 4087282899 name: 'pv-battery-bms state of charge' unique_id: 'pv-battery-bmssensorpv-battery-bms_state_of_charge' icon: 'mdi:battery-50' unit_of_measurement: '%' accuracy_decimals: 0 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_capacity_remaining' key: 2288103320 name: 'pv-battery-bms capacity remaining' unique_id: 'pv-battery-bmssensorpv-battery-bms_capacity_remaining' icon: 'mdi:battery-50' unit_of_measurement: 'Ah' accuracy_decimals: 0 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_catego [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_total_battery_capacity_setting' key: 2501050639 name: 'pv-battery-bms total battery capacity setting' unique_id: 'pv-battery-bmssensorpv-battery-bms_total_battery_capacity_setting' icon: '' unit_of_measurement: 'Ah' accuracy_decimals: 0 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_defau [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_charging_cycles' key: 1002885378 name: 'pv-battery-bms charging cycles' unique_id: 'pv-battery-bmssensorpv-battery-bms_charging_cycles' icon: 'mdi:battery-sync' unit_of_measurement: '' accuracy_decimals: 0 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTIT [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_total_charging_cycle_capacity' key: 3483041477 name: 'pv-battery-bms total charging cycle capacity' unique_id: 'pv-battery-bmssensorpv-battery-bms_total_charging_cycle_capacity' icon: '' unit_of_measurement: '' accuracy_decimals: 0 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: N [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_total_runtime' key: 1795982500 name: 'pv-battery-bms total runtime' unique_id: 'pv-battery-bmssensorpv-battery-bms_total_runtime' icon: 'mdi:timelapse' unit_of_measurement: 's' accuracy_decimals: 0 force_update: NO device_class: '' state_class: STATE_CLASS_TOTAL_INCREASING legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_C [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_balancing_current' key: 2456826684 name: 'pv-battery-bms balancing current' unique_id: 'pv-battery-bmssensorpv-battery-bms_balancing_current' icon: '' unit_of_measurement: 'A' accuracy_decimals: 2 force_update: NO device_class: 'current' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: ENTITY_ [14:36:07][VV][api.service:132]: send_list_entities_sensor_response: ListEntitiesSensorResponse { object_id: 'pv-battery-bms_errors_bitmask' key: 3757347988 name: 'pv-battery-bms errors bitmask' unique_id: 'pv-battery-bmssensorpv-battery-bms_errors_bitmask' icon: 'mdi:alert-circle-outline' unit_of_measurement: '' accuracy_decimals: 0 force_update: NO device_class: '' state_class: STATE_CLASS_MEASUREMENT legacy_last_reset_type: LAST_RESET_NONE disabled_by_default: NO entity_category: [14:36:07][VV][api.service:148]: send_list_entities_switch_response: ListEntitiesSwitchResponse { object_id: 'pv-battery-bms_charging' key: 1839357192 name: 'pv-battery-bms charging' unique_id: 'pv-battery-bmsswitchpv-battery-bms_charging' icon: 'mdi:battery-charging-50' assumed_state: NO disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE device_class: '' } [14:36:07][VV][api.service:148]: send_list_entities_switch_response: ListEntitiesSwitchResponse { object_id: 'pv-battery-bms_discharging' key: 3121435490 name: 'pv-battery-bms discharging' unique_id: 'pv-battery-bmsswitchpv-battery-bms_discharging' icon: 'mdi:battery-charging-50' assumed_state: NO disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE device_class: '' } [14:36:07][VV][api.service:148]: send_list_entities_switch_response: ListEntitiesSwitchResponse { object_id: 'pv-battery-bms_balancer' key: 1351956303 name: 'pv-battery-bms balancer' unique_id: 'pv-battery-bmsswitchpv-battery-bms_balancer' icon: 'mdi:seesaw' assumed_state: NO disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE device_class: '' } [14:36:07][VV][api.service:148]: send_list_entities_switch_response: ListEntitiesSwitchResponse { object_id: 'pv-battery-bms_enable_bluetooth_connection' key: 181970998 name: 'pv-battery-bms enable bluetooth connection' unique_id: 'pv-battery-bmsswitchpv-battery-bms_enable_bluetooth_connection' icon: 'mdi:bluetooth' assumed_state: NO disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE device_class: '' } [14:36:07][VV][api.service:306]: send_list_entities_button_response: ListEntitiesButtonResponse { object_id: 'pv-battery-bms_retrieve_settings' key: 2265387495 name: 'pv-battery-bms retrieve settings' unique_id: 'pv-battery-bmsbuttonpv-battery-bms_retrieve_settings' icon: 'mdi:cog' disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE device_class: '' } [14:36:07][VV][api.service:306]: send_list_entities_button_response: ListEntitiesButtonResponse { object_id: 'pv-battery-bms_retrieve_device_info' key: 3971745537 name: 'pv-battery-bms retrieve device info' unique_id: 'pv-battery-bmsbuttonpv-battery-bms_retrieve_device_info' icon: 'mdi:information-variant' disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE device_class: '' } [14:36:07][D][esp32_ble_tracker:723]: Found device 36:6F:FD:19:7B:6D RSSI=-98 [14:36:07][D][esp32_ble_tracker:744]: Address Type: RANDOM [14:36:07][VV][api.service:166]: send_list_entities_text_sensor_response: ListEntitiesTextSensorResponse { object_id: 'pv-battery-bms_errors' key: 211798476 name: 'pv-battery-bms errors' unique_id: 'pv-battery-bmstext_sensorpv-battery-bms_errors' icon: 'mdi:alert-circle-outline' disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE } [14:36:07][VV][api.service:166]: send_list_entities_text_sensor_response: ListEntitiesTextSensorResponse { object_id: 'pv-battery-bms_total_runtime_formatted' key: 556864621 name: 'pv-battery-bms total runtime formatted' unique_id: 'pv-battery-bmstext_sensorpv-battery-bms_total_runtime_formatted' icon: 'mdi:timelapse' disabled_by_default: NO entity_category: ENTITY_CATEGORY_NONE } [14:36:07][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_balance_trigger_voltage' key: 2984063337 name: 'pv-battery-bms balance trigger voltage' unique_id: 'pv-battery-bmsnumberpv-battery-bms_balance_trigger_voltage' icon: '' min_value: 0.003 max_value: 1 step: 0.001 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'V' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_cell_count' key: 2320554521 name: 'pv-battery-bms cell count' unique_id: 'pv-battery-bmsnumberpv-battery-bms_cell_count' icon: '' min_value: 8 max_value: 24 step: 1 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: '' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_total_battery_capacity' key: 2672991494 name: 'pv-battery-bms total battery capacity' unique_id: 'pv-battery-bmsnumberpv-battery-bms_total_battery_capacity' icon: '' min_value: 5 max_value: 2000 step: 1 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'Ah' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_cell_voltage_overvoltage_protection' key: 3582328039 name: 'pv-battery-bms cell voltage overvoltage protection' unique_id: 'pv-battery-bmsnumberpv-battery-bms_cell_voltage_overvoltage_protection' icon: '' min_value: 1.2 max_value: 4.35 step: 0.001 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'V' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_cell_voltage_overvoltage_recovery' key: 4181542235 name: 'pv-battery-bms cell voltage overvoltage recovery' unique_id: 'pv-battery-bmsnumberpv-battery-bms_cell_voltage_overvoltage_recovery' icon: '' min_value: 1.2 max_value: 4.35 step: 0.001 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'V' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_cell_voltage_undervoltage_protection' key: 1193702653 name: 'pv-battery-bms cell voltage undervoltage protection' unique_id: 'pv-battery-bmsnumberpv-battery-bms_cell_voltage_undervoltage_protection' icon: '' min_value: 1.2 max_value: 4.35 step: 0.001 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'V' mode: NUMBER_MODE_BOX }\033[0 [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_cell_voltage_undervoltage_recovery' key: 1161586465 name: 'pv-battery-bms cell voltage undervoltage recovery' unique_id: 'pv-battery-bmsnumberpv-battery-bms_cell_voltage_undervoltage_recovery' icon: '' min_value: 1.2 max_value: 4.35 step: 0.001 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'V' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_balance_starting_voltage' key: 1661274997 name: 'pv-battery-bms balance starting voltage' unique_id: 'pv-battery-bmsnumberpv-battery-bms_balance_starting_voltage' icon: '' min_value: 1.2 max_value: 4.25 step: 0.01 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'V' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_voltage_calibration' key: 4015562028 name: 'pv-battery-bms voltage calibration' unique_id: 'pv-battery-bmsnumberpv-battery-bms_voltage_calibration' icon: '' min_value: 10 max_value: 100 step: 0.01 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'V' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_current_calibration' key: 1283764053 name: 'pv-battery-bms current calibration' unique_id: 'pv-battery-bmsnumberpv-battery-bms_current_calibration' icon: '' min_value: 0 max_value: 100 step: 0.001 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'A' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_power_off_voltage' key: 917241437 name: 'pv-battery-bms power off voltage' unique_id: 'pv-battery-bmsnumberpv-battery-bms_power_off_voltage' icon: '' min_value: 1.2 max_value: 4.25 step: 0.01 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'V' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_max_balance_current' key: 2018125106 name: 'pv-battery-bms max balance current' unique_id: 'pv-battery-bmsnumberpv-battery-bms_max_balance_current' icon: '' min_value: 0.3 max_value: 5 step: 0.1 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'A' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_max_charge_current' key: 2236224906 name: 'pv-battery-bms max charge current' unique_id: 'pv-battery-bmsnumberpv-battery-bms_max_charge_current' icon: '' min_value: 1 max_value: 200 step: 0.1 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'A' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:252]: send_list_entities_number_response: ListEntitiesNumberResponse { object_id: 'pv-battery-bms_max_discharge_current' key: 3775202798 name: 'pv-battery-bms max discharge current' unique_id: 'pv-battery-bmsnumberpv-battery-bms_max_discharge_current' icon: '' min_value: 1 max_value: 200 step: 0.1 disabled_by_default: NO entity_category: ENTITY_CATEGORY_CONFIG unit_of_measurement: 'A' mode: NUMBER_MODE_BOX } [14:36:08][VV][api.service:055]: send_list_entities_done_response: ListEntitiesDoneResponse {} [14:36:08][VV][api.service:391]: on_subscribe_states_request: SubscribeStatesRequest {} [14:36:08][VV][api.service:453]: on_subscribe_homeassistant_services_request: SubscribeHomeassistantServicesRequest {} [14:36:08][VV][api.service:070]: send_binary_sensor_state_response: BinarySensorStateResponse { key: 1839357192 state: NO missing_state: NO } [14:36:08][VV][api.service:480]: on_subscribe_home_assistant_states_request: SubscribeHomeAssistantStatesRequest {} [14:36:08][VV][api.service:070]: send_binary_sensor_state_response: BinarySensorStateResponse { key: 3121435490 state: NO missing_state: NO } [14:36:08][VV][api.service:070]: send_binary_sensor_state_response: BinarySensorStateResponse { key: 768082674 state: NO missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567910 state: 3.287 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567909 state: 3.291 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567908 state: 3.285 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567907 state: 3.327 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567906 state: 3.328 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567905 state: 3.285 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567904 state: 3.284 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567919 state: 3.296 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670403 state: 0 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670400 state: 0 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670401 state: 0 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670406 state: 0.255 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670407 state: 0 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670404 state: 3.298 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670405 state: 0.043 missing_state: NO } [14:36:08][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670410 state: 1.283 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2313251741 state: 3.284 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 535214051 state: 3.328 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 448253759 state: 1 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2159655621 state: 1 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 3615038163 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2314007998 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 1133941290 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 4256579296 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2416963360 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 1147690978 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 12516900 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 679908966 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 679908965 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 4190384630 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 4087282899 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2288103320 state: 23658.5 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2501050639 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 1002885378 state: 26381 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 3483041477 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 1795982500 state: 1.953e+07 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2456826684 state: 0 missing_state: NO } [14:36:09][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 3757347988 state: 0 missing_state: NO } [14:36:09][VV][api.service:156]: send_switch_state_response: SwitchStateResponse { key: 1839357192 state: YES } [14:36:09][VV][api.service:156]: send_switch_state_response: SwitchStateResponse { key: 3121435490 state: YES } [14:36:09][VV][api.service:156]: send_switch_state_response: SwitchStateResponse { key: 1351956303 state: YES } [14:36:09][VV][api.service:156]: send_switch_state_response: SwitchStateResponse { key: 181970998 state: YES } [14:36:09][VV][api.service:174]: send_text_sensor_state_response: TextSensorStateResponse { key: 211798476 state: '' missing_state: NO } [14:36:09][VV][api.service:174]: send_text_sensor_state_response: TextSensorStateResponse { key: 556864621 state: '226d 1h' missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 2984063337 state: 0.01 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 2320554521 state: 8 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 2672991494 state: 100 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 3582328039 state: 3.6 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 4181542235 state: 3.55 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 1193702653 state: 2.6 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 1161586465 state: 2.65 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 1661274997 state: 3 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 4015562028 state: 0 missing_state: YES } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 1283764053 state: 0 missing_state: YES } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 917241437 state: 2.5 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 2018125106 state: 2 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 2236224906 state: 25 missing_state: NO } [14:36:09][VV][api.service:260]: send_number_state_response: NumberStateResponse { key: 3775202798 state: 200 missing_state: NO } [14:36:10][D][esp32_ble_tracker:723]: Found device 4F:F6:7E:2C:C8:05 RSSI=-88 [14:36:10][D][esp32_ble_tracker:744]: Address Type: RANDOM [14:36:10][VV][jk_bms_ble:348]: Cell info frame (300 bytes): [14:36:10][VV][jk_bms_ble:349]: 55.AA.EB.90.02.95.D7.0C.DB.0C.D5.0C.FF.0C.FF.0C.D4.0C.D4.0C.E0.0C.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.FF.00.00.00.E2.0C.2C.00.04.06.33.00.33.00.32.00.32.00.32.00.32.00.31.00.32.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.69.01.00.00.00.00 (150) [14:36:10][VV][jk_bms_ble:350]: 0D.67.00.00.00.00.00.00.00.00.00.00.29.01.2A.01.00.00.00.00.27.F8.02.45.B2.0F.01.00.A0.86.01.00.00.00.00.00.2E.00.00.00.64.00.00.00.F2.2A.00.00.01.01.00.00.00.00.00.00.00.00.00.00.00.00.00.00.07.00.01.00.00.00.9F.03.00.00.00.00.A7.B3.40.40.B1.00.00.00.4E.0A.E4.E1.00.01.00.01.00.05.00.00.7A.AD.01.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.FE.FF.7F.DC.1F.01.00.00.00.00.00.00.5D (150) [14:36:10][D][sensor:125]: 'pv-battery-bms cell voltage 1': Sending state 3.28700 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567910 state: 3.287 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell resistance 1': Sending state 0.00000 Ω with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670403 state: 0 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell voltage 2': Sending state 3.29100 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567909 state: 3.291 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell resistance 2': Sending state 0.00000 Ω with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670400 state: 0 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell voltage 3': Sending state 3.28500 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567908 state: 3.285 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell resistance 3': Sending state 0.00000 Ω with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670401 state: 0 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell voltage 4': Sending state 3.32700 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567907 state: 3.327 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell resistance 4': Sending state 0.25500 Ω with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670406 state: 0.255 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell voltage 5': Sending state 3.32700 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567906 state: 3.327 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell resistance 5': Sending state 0.00000 Ω with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670407 state: 0 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell voltage 6': Sending state 3.28400 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567905 state: 3.284 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell resistance 6': Sending state 3.29800 Ω with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670404 state: 3.298 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell voltage 7': Sending state 3.28400 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567904 state: 3.284 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell resistance 7': Sending state 0.04400 Ω with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670405 state: 0.044 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell voltage 8': Sending state 3.29600 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2465567919 state: 3.296 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms cell resistance 8': Sending state 1.54000 Ω with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2004670410 state: 1.54 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms min cell voltage': Sending state 3.28400 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2313251741 state: 3.284 missing_state: NO } [14:36:10][D][sensor:125]: 'pv-battery-bms max cell voltage': Sending state 3.32700 V with 3 decimals of accuracy [14:36:10][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 535214051 state: 3.327 missing_state: NO } [14:36:10][I][jk_bms_ble:407]: Enabled cells: 00 00 00 00 (0xFF 0x1F: 13 cells, 0xFF 0xFF: 16 cells) [14:36:11][D][sensor:125]: 'pv-battery-bms average cell voltage': Sending state 0.00000 V with 3 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2314007998 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms delta cell voltage': Sending state 0.00000 V with 3 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 3615038163 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms max voltage cell': Sending state 1.00000 with 0 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2159655621 state: 1 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms min voltage cell': Sending state 1.00000 with 0 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 448253759 state: 1 missing_state: NO } [14:36:11][D][jk_bms_ble:426]: Unknown112: 00 00 [14:36:11][I][jk_bms_ble:428]: Wire resistance warning: 00 00 00 00 [14:36:11][D][sensor:125]: 'pv-battery-bms total voltage': Sending state 0.00000 V with 2 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 1133941290 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms current': Sending state 0.00000 A with 2 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 4256579296 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms power': Sending state 0.00000 W with 2 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 2416963360 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms charging power': Sending state 0.00000 W with 2 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 1147690978 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms discharging power': Sending state 0.00000 W with 2 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 12516900 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms temperature sensor 1': Sending state 0.00000 °C with 0 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 679908966 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms temperature sensor 2': Sending state 0.00000 °C with 0 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 679908965 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms power tube temperature': Sending state 0.00000 °C with 0 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 4190384630 state: 0 missing_state: NO } [14:36:11][D][sensor:125]: 'pv-battery-bms errors bitmask': Sending state 0.00000 with 0 decimals of accuracy [14:36:11][VV][api.service:140]: send_sensor_state_response: SensorStateResponse { key: 3757347988 state: 0 missing_state: NO } [14:36:11][V][text_sensor:016]: 'pv-battery-bms errors': Received new state [14:36:11][D][text_sensor:067]: 'pv-battery-bms errors': Sending state '' [14:36:11][VV][api.service:174]: send_text_sensor_state_response: TextSensorStateResponse { key: 211798476 state: '' missing_state: NO