{
  "battery_profile": "auto",
  "bms_baudrate": 9600,
  "bms_connection_mode": "Serial",
  "bms_serial": "/dev/pacebms",
  "capacity_fallback_enabled": false,
  "capacity_per_pack_ah": 0,
  "connection_type": "Serial",
  "daily_energy_current_deadband_a": 0.2,
  "debug_output": 0,
  "expected_cell_count": 0,
  "expected_pack_count": 0,
  "history_cell_sample_seconds": 30,
  "history_event_retention_days": 365,
  "history_retention_days": 90,
  "history_sample_seconds": 10,
  "metrics_enabled": true,
  "mqtt_base_topic": "pacebms",
  "mqtt_enabled": true,
  "mqtt_ha_discovery": false,
  "mqtt_ha_discovery_topic": "homeassistant",
  "mqtt_host": "172.16.13.31",
  "mqtt_password": "password",
  "mqtt_port": 1883,
  "mqtt_retain_state": true,
  "mqtt_user": "user",
  "notify_alert_cell_delta": true,
  "notify_alert_cell_high_voltage": true,
  "notify_alert_cell_low_voltage": true,
  "notify_alert_discharge_fet_off": true,
  "notify_alert_pack_high_voltage": true,
  "notify_alert_pack_low_voltage": true,
  "notify_alert_temp_high": true,
  "notify_alert_temp_low": true,
  "notify_bms_warning_policy": "user_reference_or_critical",
  "notify_cell_delta_warn_mv": 100,
  "notify_cell_high_warn_voltage": 4.2,
  "notify_cell_low_warn_voltage": 3.0,
  "notify_daily_summary": true,
  "notify_daily_summary_time": "19:00",
  "notify_delta_report": true,
  "notify_delta_report_time": "10:15",
  "notify_delta_window_end": "10:00",
  "notify_delta_window_start": "00:00",
  "notify_disconnect": true,
  "notify_enabled": false,
  "notify_fet": true,
  "notify_fet_repeat_seconds": 3600,
  "notify_ignore_charge_fet_off_when_full": true,
  "notify_include_all_cells_above_threshold": true,
  "notify_include_all_cells_below_threshold": true,
  "notify_include_highest_and_lowest_cell": true,
  "notify_include_pack_voltage": true,
  "notify_include_soc_soh": true,
  "notify_retry_count": 1,
  "notify_soc_high": true,
  "notify_soc_high_on_startup": false,
  "notify_soc_high_reset": 95,
  "notify_soc_high_threshold": 98,
  "notify_soc_low": true,
  "notify_soc_low_thresholds": "50,25,10",
  "notify_soh": true,
  "notify_soh_on_startup": false,
  "notify_soh_threshold": 95,
  "notify_stale_data": true,
  "notify_stale_data_repeat_seconds": 1800,
  "notify_stale_data_seconds": 120,
  "notify_stale_recovery": true,
  "notify_startup": true,
  "notify_temp_high_warn_c": 55,
  "notify_temp_low_warn_c": 0,
  "notify_warning_clear_confirm_reads": 2,
  "notify_warning_detail_enabled": true,
  "notify_warning_repeat_caution_seconds": 21600,
  "notify_warning_repeat_critical_seconds": 1800,
  "notify_warning_repeat_seconds": 1800,
  "notify_warning_repeat_warning_seconds": 3600,
  "notify_warnings": true,
  "scan_interval": 5,
  "state_force_republish_seconds": 300,
  "telegram_bot_token": "YOUR_TELEGRAM_BOT_TOKEN",
  "telegram_chat_id": "YOUR_TELEGRAM_CHAT_ID",
  "ui_data_source": "auto",
  "warn_force_republish_seconds": 300,
  "zero_pad_number_cells": 2,
  "zero_pad_number_packs": 2
}