Files
rf-mapper/config.yaml
User a1de52fbcd style: use distinct colors for WiFi and Bluetooth devices
WiFi devices now shown in orange (#f59f00), Bluetooth in blue (#4dabf7).
Makes it easier to distinguish device types on map and in device list.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 04:04:39 +01:00

55 lines
1.0 KiB
YAML

gps:
latitude: 50.858495376473314
longitude: 4.397614016072339
web:
host: 0.0.0.0
port: 5000
debug: false
scanner:
id: ''
name: ''
latitude: null
longitude: null
floor: null
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