cyrils / renogy-bt

Python library to read Renogy compatible BT-1 or BT-2 bluetooth modules using Raspberry Pi.
GNU General Public License v3.0
85 stars 32 forks source link

Test Renogy 48v battery compatibility #21

Open cyrils opened 1 year ago

cyrils commented 1 year ago

Test compatibility of Renogy Battery RBT50LFP48S

jimmystewpot commented 1 year ago

I have one of these batteries, I am currently working on getting it to work.

cyrils commented 1 year ago

Sure, let me know how that goes. Here is the register mapping if you need Lithium.Iron.Battery.BMS.Modbus.Protocol.V1.7.zh-CN.en.1.pdf

cyrils commented 1 year ago

@jimmystewpot Any luck?

jimmystewpot commented 1 year ago

@cyrils no success yet, but I am working on it when I have spare time.

cyrils commented 1 year ago

Sure. If you can share the hex output may be I can also help. In BaseClient#61

logging.info(f"on_data_received: response for read operation{response.hex()}")