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
76 stars 27 forks source link

ML2440 #55

Closed FrancineMatos closed 5 months ago

FrancineMatos commented 5 months ago

Just to confirm it's working on ML2440 with BT-1 image

FrancineMatos commented 5 months ago

Just to clarify a thing i have to add 2 spaces after the alias of the bluethoot device in the config.ini to work.

Like this: "BT-TH-73C8EA91 "

FrancineMatos commented 5 months ago

Everything workin wiuth MQTT integrated to HA.

image

cyrils commented 5 months ago

Great! I'll add it to the doc.

Just to clarify a thing i have to add 2 spaces after the alias of the bluethoot device in the config.ini to work.

Thats strange as it matches either the mac adress or alias. Are you sure your mac addr is correct in the config?

FrancineMatos commented 5 months ago

Great! I'll add it to the doc.

Just to clarify a thing i have to add 2 spaces after the alias of the bluethoot device in the config.ini to work.

Thats strange as it matches either the mac adress or alias. Are you sure your mac addr is correct in the config?

Yes If try to connect without the 2 spaces it's says that the device was not found even If the Mac is correct. I belive that the device broadcast the alias with those spaces.

cyrils commented 5 months ago

I pushed a change, hopefully it fixed the alias issue.

FrancineMatos commented 5 months ago

I pushed a change, hopefully it fixed the alias issue.

Thanks, now the device was found without the spaces in the alias. Even looks like that it's imprrove the connection with the device, some times it took a while to connect and start to send information, but now it's connecting very fast.