Files
elmer/config.yaml

26 lines
761 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Elmer configuration
# Значения вида ${VAR} подставляются из переменных окружения
llm:
api_key: "sk-78ec529c1eba4ba69995091046c9fa33"
model: "deepseek-v4-flash"
base_url: "https://api.deepseek.com/v1"
elm327:
# Bluetooth-порт (обычно /dev/rfcomm0 после pairing)
port: "/dev/rfcomm0"
baudrate: 38400
# PID'ы для чтения (можно переопределить)
pids:
"0105": ["coolant_temp", "°C"]
"010C": ["rpm", "об/мин"]
"010D": ["speed", "км/ч"]
"0111": ["throttle_pos", "%"]
"010B": ["map", "кПа"]
"010F": ["iat", "°C"]
"011F": ["runtime_since_start", "с"]
"0104": ["engine_load", "%"]
"0106": ["stft_b1", "%"]
"0107": ["ltft_b1", "%"]