Metadata-Version: 2.4 Name: gardena-bluetooth Version: 2.8.1 Author-email: Joakim Plate License: MIT Requires-Python: >=3.12 Description-Content-Type: text/x-rst License-File: LICENSE.txt Requires-Dist: bleak>=0.20.2 Requires-Dist: bleak-retry-connector>=3.0.2 Requires-Dist: tzlocal>=5.0.1 Provides-Extra: cli Requires-Dist: asyncclick>=8.1.3.4; extra == "cli" Dynamic: license-file ************************* Gardena Bluetooth Control ************************* This module support controlling gardena bluetooth enabled watering computers. It's main target is for use with Home Assistant. But can be used standalone as well. Its mainly consist of list of know services and characteristics, and parser for these. .. note:: The devices only allow a single paired connection, and require a factory reset to allow a new controller to connect. Module ====== Commandline =========== Scan for possible devices .. code-block:: bash python -m gardena_bluetooth scan Connect to device and dump it's data .. code-block:: bash pyhton -m gardena_bluetooth connect [ADDRESS]