v0.1.36: Enhanced BLE troubleshooting with specific br-connection-not-supported guidance\n\n- Added detailed step-by-step instructions for fixing br-connection-not-supported error\n- Improved API error messages with Home Assistant-specific guidance\n- Added visible troubleshooting section in web UI for common BLE issues\n- Enhanced error handling to distinguish between different BLE connection problems\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
paul2212
2026-03-18 19:09:07 +01:00
parent bdf07eb661
commit fc5d027ec3
2 changed files with 36 additions and 1 deletions

View File

@@ -481,6 +481,22 @@
</div>
</div>
<div class="ble-troubleshooting" style="margin-top: 1rem; padding: 1rem; background-color: rgba(59, 130, 246, 0.1); border-radius: var(--radius-sm); border-left: 4px solid var(--accent);">
<h3 style="color: var(--accent); margin-bottom: 0.5rem;">🔧 BLE Connection Issues?</h3>
<p style="font-size: 0.9rem; margin-bottom: 0.5rem;">
If you see <strong>"br-connection-not-supported"</strong> error:
</p>
<ol style="font-size: 0.85rem; line-height: 1.4; padding-left: 1.2rem;">
<li>Edit your Home Assistant add-on configuration</li>
<li>Add: <code style="background: var(--bg-secondary); padding: 0.1rem 0.3rem; border-radius: 0.2rem;">host_dbus: true</code></li>
<li>Save and restart the add-on</li>
<li>Try connecting again</li>
</ol>
<p style="font-size: 0.85rem; margin-top: 0.5rem; color: var(--text-secondary);">
Still issues? Try Classic Bluetooth with channel 1 and use the "Pair Device" button.
</p>
</div>
<div class="actions">
<button type="button" class="alt" onclick="runPost('pair')" title="Only needed for Classic Bluetooth. BLE does not require pairing.">Pair Device</button>
<button type="button" class="alt" onclick="runPost('unpair')" title="Only needed for Classic Bluetooth. BLE does not require pairing.">Unpair Device</button>