You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct the claim that a Bluetooth proxy is mandatory
The documentation said the host adapter cannot hold this appliance and that
the link would keep dropping no matter what. Measured after bonding with
bluetoothctl, it held for over two hours continuously through the host
adapter, across many address-rotation windows, with every parameter still
arriving.
The drops that produced the original claim were this integration raising an
exception inside its own connection callback, which tore the link down every
two minutes. The measurement that condemned the adapter was measuring a bug.
The narrower claim survives and is what the repair issue now says: a reconnect
after a drop can fail, because the appliance may by then advertise under an
address the host cannot map to the bond. A proxy avoids that and reaches
further, so it stays recommended -- but not on evidence that was never there.
Copy file name to clipboardExpand all lines: custom_components/truma_aventa/strings.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@
39
39
},
40
40
"issues": {
41
41
"no_bluetooth_proxy": {
42
-
"title": "Truma Aventa needs a Bluetooth proxy",
43
-
"description": "{address} can only be reached through this host's own Bluetooth adapter.\n\nThe appliance changes its Bluetooth address between connectionsand only accepts a reconnect from a client that can resolve that address back to the pairing. Home Assistant's host adapter cannot do this, so the connection will keep dropping no matter how good the signal is.\n\nAn ESPHome Bluetooth proxy built on the esp-idf framework resolves the address the way a phone does. Place one within a few metres of the appliance. The documentation has a ready-made configuration."
42
+
"title": "Truma Aventa is running without a Bluetooth proxy",
43
+
"description": "{address} can only be reached through this host's own Bluetooth adapter.\n\nThe appliance changes its Bluetooth address between connections. A held connection is unaffected -- this integration keeps one open, and it has run for hours at a time on a host adapter once the appliance was bonded. What is at risk is reconnecting after a drop: the appliance may by then be advertising under an address the host adapter cannot resolve back to the pairing.\n\nAn ESPHome Bluetooth proxy built on the esp-idf framework resolves that address the way a phone does, and can sit closer to the appliance than the host does. The documentation has a ready-made configuration."
Copy file name to clipboardExpand all lines: custom_components/truma_aventa/translations/de.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@
39
39
},
40
40
"issues": {
41
41
"no_bluetooth_proxy": {
42
-
"title": "Truma Aventa braucht einen Bluetooth-Proxy",
43
-
"description": "{address} ist nur über den Bluetooth-Adapter dieses Hosts erreichbar.\n\nDas Gerät wechselt seine Bluetooth-Adresse zwischen den Verbindungen und akzeptiert einen Reconnect nur von einem Client, der diese Adresse auf die Kopplung zurückführen kann. Der Host-Adapter von Home Assistant kann das nicht — die Verbindung bricht deshalb immer wieder ab, egal wie gut der Empfang ist.\n\nEin ESPHome-Bluetooth-Proxy auf Basis des esp-idf-Frameworks löst die Adresse so auf wie ein Handy. Platziere einen davon wenige Meter von der Anlage entfernt. Die Dokumentation enthält eine fertige Konfiguration."
42
+
"title": "Truma Aventa läuft ohne Bluetooth-Proxy",
43
+
"description": "{address} ist nur über den Bluetooth-Adapter dieses Hosts erreichbar.\n\nDas Gerät wechselt seine Bluetooth-Adresse zwischen den Verbindungen. Eine gehaltene Verbindung stört das nicht — diese Integration hält eine offen, und sie lief nach dem Pairing stundenlang am Stück über den Host-Adapter. Kritisch ist der Reconnect nach einem Abbruch: Das Gerät wirbt dann womöglich unter einer Adresse, die der Host-Adapter nicht auf die Kopplung zurückführen kann.\n\nEin ESPHome-Bluetooth-Proxy auf Basis des esp-idf-Frameworks löst diese Adresse so auf wie ein Handy und kann näher an der Anlage sitzen als der Host. Die Dokumentation enthält eine fertige Konfiguration."
Copy file name to clipboardExpand all lines: custom_components/truma_aventa/translations/en.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@
39
39
},
40
40
"issues": {
41
41
"no_bluetooth_proxy": {
42
-
"title": "Truma Aventa needs a Bluetooth proxy",
43
-
"description": "{address} can only be reached through this host's own Bluetooth adapter.\n\nThe appliance changes its Bluetooth address between connectionsand only accepts a reconnect from a client that can resolve that address back to the pairing. Home Assistant's host adapter cannot do this, so the connection will keep dropping no matter how good the signal is.\n\nAn ESPHome Bluetooth proxy built on the esp-idf framework resolves the address the way a phone does. Place one within a few metres of the appliance. The documentation has a ready-made configuration."
42
+
"title": "Truma Aventa is running without a Bluetooth proxy",
43
+
"description": "{address} can only be reached through this host's own Bluetooth adapter.\n\nThe appliance changes its Bluetooth address between connections. A held connection is unaffected -- this integration keeps one open, and it has run for hours at a time on a host adapter once the appliance was bonded. What is at risk is reconnecting after a drop: the appliance may by then be advertising under an address the host adapter cannot resolve back to the pairing.\n\nAn ESPHome Bluetooth proxy built on the esp-idf framework resolves that address the way a phone does, and can sit closer to the appliance than the host does. The documentation has a ready-made configuration."
0 commit comments