File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -86,3 +86,25 @@ If BatteryHub is useful to you:
8686🤝 Contribute code or documentation
8787
8888Made 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`
You can’t perform that action at this time.
0 commit comments