Replies: 4 comments 6 replies
-
Hi, I'm guessing you are wanting to communicate with the inverter using RS485? What make and model inverter do you have? It's something that I'm working on, it's a totally different protocol, and hardware interface needed: |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for your answer.
My inverter is ISolar-SMX-II-5,6
Bms JK-B2A24S15P
This inverter can connect battery only with voltage monitoring but can also
comunicate thru Pylontech RS485 it would be better.
I found some protocol description.
[PYLON LFP Battery communication protocol - RS485 V2.8 20161216.pdf](https://github.com/Uksa007/esphome-jk-bms-can/files/12615900/PYLON.LFP.Battery.communication.protocol.-.RS485.V2.8.20161216.pdf)
|
Beta Was this translation helpful? Give feedback.
-
Ok, thak you very much.It is wrong information, but if I know before any
work its good for me.Thanks
But I have another question. Is it some way to change your program to set
some bit when battery is charged more than for example 70% ?Thanks
|
Beta Was this translation helpful? Give feedback.
-
Please see existing discussion re RS485 communication Consider supporting the project by purchasing a Hardware Interface kit or become a Patreon member, so I can continue to provide support and improvements. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
is it possible use different converter device like RS232-TTL to RS485 as replacement for CAN BUS ? or not
` RS485-TTL RS232-TTL CAN BUS
┌──────────┐ ┌─────────┐ ┌─────────┐ ┌──────────┐
│ ││16 23│| | | |
│ JK-BMS ││17 22│| TJA1050 |<---CAN H --->| Inverter |
│ │<----GND--->│ │<----GND---->| CAN |<---CAN L --->| |
│ │ 3.3V ---->│ ESP32 │<----5V----->| | | |
└──────────┘ └─────────┘ └─────────┘ └──────────┘
`
Thanks
Beta Was this translation helpful? Give feedback.
All reactions