syssi / esphome-jk-bms

ESPHome component to monitor and control a Jikong Battery Management System (JK-BMS) via UART-TTL or BLE
Apache License 2.0
442 stars 148 forks source link

Introduce switch entities of protocol version JK02_32S #282

Closed syssi closed 1 year ago

syssi commented 1 year ago

TODOs:

RS485/CAN
    -1  01 01 00 01 01
   282  08 08 00 08 08 <---

Display always on
    -1  00 00 00 00 01 01 00 00
   282  08 08 08 08 18 18 08 08 <---

Temperature sensors disabled
    -1  00 00 00 01 01 01 00 00
   282  08 08 08 0a 0a 0a 08 08 <-- temp sensors disabled bit

See https://github.com/syssi/esphome-jk-bms/issues/276