We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running bluetti-mqtt with:
bluetti-mqtt --broker 127.0.0.1 70:B8:F6:80:97:xx --interval 30
and get the following error every second or two:
Traceback (most recent call last): File "/home/iandees/bluetti-venv/lib/python3.8/site-packages/bluetti_mqtt/bluetooth/client.py", line 78, in _connect await self.client.connect() File "/home/iandees/bluetti-venv/lib/python3.8/site-packages/bleak/__init__.py", line 471, in connect return await self._backend.connect(**kwargs) File "/home/iandees/bluetti-venv/lib/python3.8/site-packages/bleak/backends/bluezdbus/client.py", line 190, in connect assert_reply(reply) File "/home/iandees/bluetti-venv/lib/python3.8/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply raise BleakDBusError(reply.error_name, reply.body) bleak.exc.BleakDBusError: [org.bluez.Error.Failed] Software caused connection abort
The text was updated successfully, but these errors were encountered:
It seems that this might have been solved by cycling bluetooth on/off on the AC500 it's connecting to.
Sorry, something went wrong.
I'm having the same problem cycling blutooth did not help
No branches or pull requests
I'm running bluetti-mqtt with:
and get the following error every second or two:
The text was updated successfully, but these errors were encountered: