birdie1 / victron

Victron bluetooth and serial communication at a python script. With MQTT and HomeAssistant support.
GNU General Public License v3.0
125 stars 16 forks source link

Bluetooth Ping #6

Open armageddon421 opened 2 years ago

armageddon421 commented 2 years ago

Hey there,

Any plan to implement the ping to prevent the regular bluetooth disconnects? I see there are some provisions there for that already and only send_ping needs to be called regularly from the right place.

birdie1 commented 2 years ago

I think we do not use it at the moment because of two reasons. The first one is, that it didn't work correct. The second is, that is sometimes getting stuck and you are not able to connect to this device, as the victron device is blocked if any client is connected.

trixing commented 1 year ago

Currently it seems to be disconnecting after each data packet, and not stay connected (like the App). Any theory what's missing for this?