Automated repo cleanup with claude
This commit is contained in:
12
roles/bluetooth-monitor/README.md
Normal file
12
roles/bluetooth-monitor/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# bluetooth-monitor
|
||||
|
||||
Installs `my_btmonitor.py` (BLE scanning via `bleak`) as a systemd service
|
||||
that watches for nearby devices, publishes state over MQTT, and can restart
|
||||
the local BLE interface on a watchdog timeout.
|
||||
|
||||
**Key vars:** `my_bt_monitor_watchdog_seconds`, `my_btmonitor_restart_ble_interface`,
|
||||
`my_btmonitor_mqtt_username`, `my_btmonitor_mqtt_password`
|
||||
|
||||
`other/` is not part of the deployed role — it's a separate, standalone
|
||||
data-analysis project (Jupyter notebook, Dockerfile, collected CSV data) used
|
||||
to analyze data captured by the monitor.
|
||||
Reference in New Issue
Block a user