JK-PB2A16S20P Support #447
Replies: 3 comments 3 replies
-
HI, I'm interested if you give me some information or a guide on what you've tried on Windows (since it seems to only work with that OS for now) if you can send me the solution step by step with Windows, I have the BMS JK PB2A16S15P and I would like be able to view the data remotely by combining an esphome with a Home assistant I followed this youtube channel OFF GRID GARAGE |
Beta Was this translation helpful? Give feedback.
-
I watch Andy too - great content. The reason why it wont build for me, is because i'm running ESPHome/Home Assistant on a raspberry pi and the libraries don't work on that architecture. If that's the same problem you're having then basically you just need to install ESPHome on windows The dashboard should then be accessible from If you're familiar with ESPhome, then just create a configuration as you normally would (follow the instructions in the repository and use bluetooth (ble) example), and flash your device. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
I am developing this code: https://github.com/txubelaxu/esphome-jk-bms/blob/main/components/jk_rs485_bms/README.md |
Beta Was this translation helpful? Give feedback.
-
I have some of the older JK BMS that i've been using with this project (thanks a million).
I've recently bought one of the new JK inverter BMS's, which doesn't have the GPS port. It has CAN and RS485 RJ45 ports instead. The RS485 seems like it might not be TTL anymore. https://www.aliexpress.com/item/1005006020100013.html
I'm still keen to get BMS level detail from it - Any chance you've looked into supporting these boards?
I've built an ESP32 with BLE and it works, but i don't find its particularly stable. It might be because i had to change the ESP framework type to arduino, as otherwise it wouldnt compile. I read that it an issue with compiling it on an ARM platform. Will try with Windows.
Update: I have tried it on windows and it compiles now. Stability will take a bit to test, but generally not a fan of BLE for things like this, so let me know!
Sorry for the location for the post. Its not exactly an issue given its a new type of BMS, so wasn't sure where to put it!
Beta Was this translation helpful? Give feedback.
All reactions