Skip to content

Commit 5cc652e

Browse files
author
Manus Operator
committed
Add comprehensive Bluetooth platform compatibility guide
1 parent 2cc1cbc commit 5cc652e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,25 @@ If BatteryHub is useful to you:
8686
🤝 Contribute code or documentation
8787

8888
Made with ❤️ for the DIY solar and battery enthusiast community
89+
90+
---
91+
92+
## ?? Platform-Specific Bluetooth Notes
93+
94+
### Docker Deployment
95+
96+
**Windows/macOS:**
97+
- ?? Bluetooth is NOT accessible in Docker containers
98+
- Web interface loads but shows "Disconnected" status
99+
- **Solution**: Run natively with `python monitor.py` for development
100+
101+
**Linux/Raspberry Pi:**
102+
- ? Full Bluetooth support in Docker
103+
- **Recommended** for 24/7 production monitoring
104+
- Deploy on a Raspberry Pi placed near your battery bank
105+
106+
### Native Python
107+
108+
- ? Full Bluetooth support on all platforms (Windows/Linux/macOS)
109+
- Best for development and local testing
110+
- Run with: `python monitor.py`

0 commit comments

Comments
 (0)