I use the following Gardena products in my garden:
-
2 Water Control Bluetooth (01889-20)
-
2 Irrigation Valve 9 V Bluetooth (1285-20)
-
1 Garden Pump 6300 (9058-61)
For communication I use a BT Proxy based on ESPHome on an ESP32.
My experiences:
-
The BT Proxy can keep a maximum of 3 connections open. Although I have 5 devices, one proxy is enough. The connections between clients and proxy are not permanently open.
-
Originally I had used ESPHome 2024.9.1. I had to restart the proxy from time to time because connections were not released and after a while there were no more free connections.
-
I am currently using ESPHome 2025.6.1 and no longer have this problem (I think BLE has been improved with 2025.2).
-
The stability of the connection strongly depends on the distance between client and proxy. The Water Control, for example, also connects over a distance of 4 m, for the pump I had to bring the proxy within 1.5 metres.
-
As soon as I initiate a command in Home Assistant, it takes approx. 10-15 seconds for the valve to open (establishing the connection to the BT client).