Pre-release - for testing
Enable "Show beta versions" in HACS to see this. Requires pybluetti>=0.2.1rc1, itself a pre-release - HACS/pip will resolve it automatically since no stable pybluetti release satisfies that floor yet.
Fixed
- 1.2.3's fix for the websocket crash-reconnect loop (bluetti-official#145) was only partial - real logs on 1.2.3 itself still showed
Failed to send heartbeat: Cannot write to closing transportrepeating on every reconnect cycle.pybluetti0.2.1rc1 fixes the actual cause:_run()wasn't closing the abandoned connection itself on this path, only on a token-expiry. See the pybluetti CHANGELOG for the full root-cause writeup.
If you were seeing this specific log message, please test this pre-release and report back on the issue whether it's actually gone now.