- Add import_ble_radar.py module for importing BLE Radar exports - Add /api/import/ble-radar endpoint for file upload - Add import section to dashboard with file picker - CLI: python -m rf_mapper.import_ble_radar <file.sqlite> - Imports devices, RSSI, favorites, and custom labels Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
56 lines
1.0 KiB
YAML
56 lines
1.0 KiB
YAML
gps:
|
|
latitude: 50.858532461583906
|
|
longitude: 4.397587773133864
|
|
web:
|
|
host: 0.0.0.0
|
|
port: 5000
|
|
debug: false
|
|
scanner:
|
|
id: rpios
|
|
name: rpios
|
|
latitude: null
|
|
longitude: null
|
|
floor: null
|
|
is_master: true
|
|
wifi_interface: wlan0
|
|
bt_scan_timeout: 10
|
|
path_loss_exponent: 2.5
|
|
wifi_tx_power: -59
|
|
bt_tx_power: -72
|
|
peers: []
|
|
sync_interval_seconds: 30
|
|
accept_registrations: true
|
|
data:
|
|
directory: data
|
|
max_scans: 100
|
|
database:
|
|
enabled: true
|
|
filename: devices.db
|
|
retention_days: 30
|
|
auto_cleanup: true
|
|
home_assistant:
|
|
enabled: true
|
|
url: http://192.168.129.10:8123
|
|
token: ''
|
|
webhook_scan: rf_mapper_scan
|
|
webhook_new_device: rf_mapper_new_device
|
|
webhook_device_gone: rf_mapper_device_gone
|
|
device_timeout_minutes: 5
|
|
profiling:
|
|
enabled: false
|
|
cpu: true
|
|
memory: false
|
|
output_dir: data/profiles
|
|
sort_by: cumtime
|
|
auto_scan:
|
|
enabled: false
|
|
interval_minutes: 5
|
|
location_label: auto_scan
|
|
building:
|
|
enabled: true
|
|
name: Home
|
|
floors: 12
|
|
floor_height_m: 3.0
|
|
ground_floor_number: 0
|
|
current_floor: 11
|