Files
L'électron rare f55093d6fe
ESP-IDF CI / Host Tests (Unity) (push) Successful in 1m8s
CI / firmware-native (push) Successful in 2m57s
Rust Protection Tests / Cargo test (host) (push) Failing after 3m21s
ESP-IDF CI / ESP-IDF Build (v5.4) (push) Failing after 6m55s
ESP-IDF CI / Memory Budget Gate (push) Has been skipped
qa-cicd-environments / qa-kxkm-s3-build (push) Successful in 8m53s
qa-cicd-environments / qa-sim-host (push) Successful in 2m2s
qa-cicd-environments / qa-kxkm-s3-memory-budget (push) Successful in 11m17s
chore: import KXKM Batterie Parallelator
Context: the project archive (KXKM_Batterie_Parallelator-main) had
no git history locally; a fresh repository is needed to host it on
git.saillant.cc (electron/KXKM_Batterie_Parallelator).

Approach: initialize a new repo on branch main, stage the archive
content, and harden .gitignore before the first commit.

Changes:
- Import the full project tree: firmware/, firmware-idf/,
  firmware-rs/, iosApp/, kxkm-bmu-app/, kxkm-api/, hardware/,
  docs/, specs/, scripts/, models/, tests/
- Keep project dotfiles tracked despite the trailing '.*' ignore
  rule: .github/, .claude/, .superpowers/, .gitattributes,
  .markdownlint.json
- Extend .gitignore: firmware/src/credentials.h (local secrets,
  template kept), kxkm-bmu-app/**/build/ (66 MB compiled iOS
  framework), .remember/ (session data)

Impact: the project can now be maintained on the self-hosted Gitea
forge with a clean, secret-free initial history.
2026-07-04 12:32:28 +02:00

59 lines
1.7 KiB
JSON

{
"phase": "3A Phase 2",
"status": "completed",
"generated_at_utc": "2026-03-30T16:17:39.373493+00:00",
"inputs": {
"model": "/workspace/KXKM_Batterie_Parallelator/models/fpnn_soh.pt",
"features": "/workspace/KXKM_Batterie_Parallelator/models/features_adapted_v2.parquet",
"quantized": "/workspace/KXKM_Batterie_Parallelator/models/fpnn_soh_v2_quantized.onnx",
"rul_model": "/workspace/KXKM_Batterie_Parallelator/models/rul_sambamixer.pt",
"train_log": "/workspace/KXKM_Batterie_Parallelator/phase2_fpnn_train_v2.log"
},
"fpnn": {
"soh_mode": "capacity",
"degree": 2,
"hidden": 64,
"n_features": 13,
"params": 6785,
"size_kb": 31.59,
"metrics_test_split_20pct": {
"mape": 7.7289,
"rmse": 0.167772,
"r2": 0.651249,
"n_samples": 90191
}
},
"fpnn_quantized": {
"exists": true,
"path": "/workspace/KXKM_Batterie_Parallelator/models/fpnn_soh_v2_quantized.onnx",
"size_kb": 15.99,
"metrics_test_split_20pct": {
"mape": 10.7734,
"rmse": 0.171554,
"r2": 0.635351
},
"mape_degradation_pp": 3.0446
},
"sambamixer": {
"exists": false,
"path": "/workspace/KXKM_Batterie_Parallelator/models/rul_sambamixer.pt",
"size_kb": null
},
"log_extract": {
"best_epoch": 29,
"best_val_loss": 0.002115
},
"thresholds": {
"fpnn_mape_max": 15.0,
"quantized_mape_max": 15.0,
"quantized_size_max_kb": 50.0,
"quantized_mape_degradation_max_pp": 5.0
},
"gates": {
"fpnn_mape_le_threshold": true,
"quantized_mape_le_threshold": true,
"quantized_size_le_threshold_kb": true,
"quantized_mape_degradation_le_threshold_pp": true
},
"overall_gate_pass": true
}