Skip to content

JK-BMSB2A24S20P Sw:10.08 & Esp32BLE connection #119

Answered by ans-gw
ans-gw asked this question in Q&A
Discussion options

You must be logged in to vote

I post here my WORKING Jk_Bms Ble connection with ESP-32 for all who need:
Must compile with: framework: type: esp-idf version: latest.

UPDATE 25/01/2023.
With Esphome update 12.6 on Homeassistant, esp-idf is now compatible, so can be compiled derectly from Homeassistant.

substitutions:
  name: jk-bms
  
esphome:
  name: jk-bms  
  project:
    name: "syssi.esphome-jk-bms"
    version: 1.3.0

esp32:
  board: nodemcu-32s  
  framework:
    type: esp-idf
    version: latest

external_components:
  - source: github://syssi/esphome-jk-bms@main
    refresh: 0s

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  manual_ip:    
    static_ip: 192.168.xxx.xxx 
    gateway: 192.16…

Replies: 3 comments 31 replies

Comment options

You must be logged in to vote
17 replies
@ans-gw
Comment options

@syssi
Comment options

@ans-gw
Comment options

@syssi
Comment options

@ans-gw
Comment options

Comment options

You must be logged in to vote
13 replies
@ans-gw
Comment options

@syssi
Comment options

syssi Jul 2, 2022
Maintainer

@ans-gw
Comment options

@syssi
Comment options

syssi Jul 4, 2022
Maintainer

@ans-gw
Comment options

Comment options

You must be logged in to vote
1 reply
@ans-gw
Comment options

Answer selected by ans-gw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants