Skip to content

Commit

Permalink
Further adjustments of the SOC scaling curve
Browse files Browse the repository at this point in the history
  • Loading branch information
electricsidecar-dev authored Jul 17, 2024
1 parent 1423ef5 commit 68e18c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signalsets/v3/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{ "hdr": "79B", "rax": "7BB", "fcm1": true, "cmd": {"21": "01"}, "freq": 1,
"signals": [
{"id": "LEAF_HVBAT_VOLT", "path": "Battery", "fmt": {"bix": 144, "len": 16, "max": 655, "div": 100, "unit": "volts" }, "name": "High voltage battery voltage"},
{"id": "LEAF_HVBAT_SOC", "path": "Battery", "fmt": {"bix": 248, "len": 24, "max": 100, "div": 8400, "add": -16, "unit": "percent" }, "name": "High voltage battery charge", "suggestedMetric": "stateOfCharge"},
{"id": "LEAF_HVBAT_SOC", "path": "Battery", "fmt": {"bix": 248, "len": 24, "max": 100, "div": 8190, "add": -17, "unit": "percent" }, "name": "High voltage battery charge", "suggestedMetric": "stateOfCharge"},
{"id": "LEAF_HVBAT_CAP", "path": "Battery", "fmt": {"bix": 280, "len": 24, "max": 1000, "div": 10000, "unit": "ampereHours" }, "name": "High voltage battery capacity"}
]},
{ "hdr": "79B", "rax": "7BB", "fcm1": true, "cmd": {"21": "61"}, "freq": 3600,
Expand Down

0 comments on commit 68e18c0

Please sign in to comment.