Closed flyzet-prog closed 1 month ago
Hi, sorry to answer so late, but I needed to research a little. I did find the specification for the PACE and PYLON RS485/RS232 communication protocol so it should be no problem to create a binding for that. I will see that I can start the implementation for that maybe today, but I'm a little busy at the moment. I hope to get it finished on the next weekend :)
Hi, sorry to answer so late, but I needed to research a little. I did find the specification for the PACE and PYLON RS485/RS232 communication protocol so it should be no problem to create a binding for that. I will see that I can start the implementation for that maybe today, but I'm a little busy at the moment. I hope to get it finished on the next weekend :)
So, you believe i can properly make communication to bms even if there is no such option on inverter to chose some protocol? Much appreciated for you reply, hope you can help me to resolve my problem. Thanks
Yes, your JK BMS should be able to communicate via RS485 or CAN depending on your version. This should already be supported by the _JK485 or _JKCAN binding respectively for the BMS in the Configurator app. Then for the inverter binding choose _PYLONRS485 as binding - once I have implemented it this weekend ;)
Yes, your JK BMS should be able to communicate via RS485 or CAN depending on your version. This should already be supported by the _JK485 or _JKCAN binding respectively for the BMS in the Configurator app. Then for the inverter binding choose _PYLONRS485 as binding - once I have implemented it this weekend ;)
I am planing to use Jk-Pb2a16s20p. But my inverter not uses rs485, it's use rs232 communication, and no any options on inverter menu to chose Pylon protocol. Thank you for you reply, i hope i can use your integration to properly communicate jk bms with my inverter.
It should be ok using the RS485 binding as the RS232 of your inverter also only communicates via serial interface over the 2 wires. Its basically the same.
It should be ok using the RS485 binding as the RS232 of your inverter also only communicates via serial interface over the 2 wires. Its basically the same.
Ok, please let me know when you will create porting to my inverter i can test it out.
@flyzet-prog sorry, just stumbled over your issue again. The _PYLONRS485 binding is now ready for BMS and inverter. Please let me know if you would like to test it!
@flyzet-prog any news on your project? Or can I close this issue?
I guess I can close this
Unfortunately, in this model no settings to activate communication with battery. But it has wifi dongle out(rs232 maybe), which i use to pullout data from inverter to the home assistant over esp32(syssi github project) In the Powmr HVM 6.2M-48-K it’s already has that feature to connect bms with different protocols. My model Pro is pretty similar to this one, the only difference that my model has detachable display.
There is any way to connect bms and communicat over rs232? Much appreciated for any help.