Control one or two xTool SafetyPro AP2 air purifiers over BLE and expose them to Home Assistant via an ESP32 (the ap2_hub external component): per-slot fan control with live gear sync, runtime-settable flash-persisted MACs, an on-device scanner, M9033 status polling (filter life, serial, firmware), buzzer control, and BLE bonding. Includes the PC debug tool (tools/ap2_ble.py) and the reverse-engineered protocol spec (SPEC.md). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
# Copy this to `secrets.yaml` (which is gitignored) and fill in your values.
|
|
wifi_ssid: "YourWiFiSSID"
|
|
wifi_password: "YourWiFiPassword"
|