Computer and IT knowledge - things to know - All
pool_ph_ble.py – Yieryi BLE-YC01 Pool-Sensor auslesen
=======================================================
Misst: pH, ORP (mV), Temperatur (°C), EC (µS/cm), TDS (ppm), Chlor (mg/L), Batterie (%)
Protokoll: lese direkt via read_gatt_char (UUID 0000ff02...)
Quelle : github.com/jdeath/BLE-YC01 + Home Assistant community
Verwendung:
python pool_ph_ble.py --show-bt-devices # Alle BLE-Geräte scannen
python pool_ph_ble.py --address C0:00:00:05:69:45 # lesen (Dauerschleife)
python pool_ph_ble.py --address C0:00:00:05:69:45 --once # einmalig lesen
python pool_ph_ble.py --address C0:00:00:05:69:45 --raw # Rohdaten zeigen
python pool_ph_ble.py --address C0:00:00:05:69:45 --json # JSON-Ausgabe
python pool_ph_ble.py --address C0:00:00:05:69:45 --explore # alle Chars erkunden
Abhängigkeiten:
pip install bleak
-------------
you can download the script here: https://computer2know.de/download/tools/pool-ph-ble.py.gz
computer2know :: thank you for your visit :: have a nice day :: © 2026