Replies: 2 comments 3 replies
|
Mower supports one connection, my advice is to wire it inside the mower |
|
Here is the English translation of your report, tailored for a GitHub README or a community post. My Experience Report: Stable Mammotion Luba Bluetooth Setup for 1000 m²I wanted to share my experience on how I finally achieved a stable Home Assistant integration for my Luba. My property is approximately 1000 m², and I constantly struggled with connection drops or ESP32 devices interfering with one another. After some trial and error with the standard configuration (based on @mikey0000's YAML), I completely refactored the setup. Here is what I learned and why it now works perfectly. The Problem with the Standard ConfigInitially, I tried to "hard-bind" the Luba to a single ESP32 using the My Solution: The "Pure Proxy" ApproachI moved the entire logic away from the ESP32 and handed it over to Home Assistant. The ESP32-S3s now act solely as "wireless antennas" (Bluetooth Proxies). What I changed in the code:
Field Test Results on 1000 m²I am currently using two ESP32-S3s (one in the shed, one in the utility room inside the house).
Final VerdictIf you are using multiple antennas, save yourself the trouble of complex on-device programming. The pure Proxy mode is significantly more robust. Once the Luba is set up in Home Assistant, it simply grabs the connection via whichever proxy has the best line-of-sight at that moment. If you are planning a similar setup, I highly recommend this "lean" approach. Since the switch, my system has been running perfectly without a single manual intervention! Proxy 1 Proxy 2 |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
first of all, thank you for your great work on the Mammotion integration. I have a question regarding the BLE setup that isn’t fully documented in the guide.
Is it possible to use multiple ESP32 devices as BLE proxies for the mower at the same time?
Specifically, I would like to know whether several ESP32 units can run the BLE configuration in parallel, and whether the mower supports multiple simultaneous BLE connections, or if only one ESP32 can maintain an active client connection while others act as passive scanners.
Any clarification on this would be very helpful.
Thanks in advance!
All reactions