Replies: 1 comment 3 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this possible, or already in place, but a would be great to keep track on battery degradation. (SOH)
Extraction below is coming from a 508 HYbrid. If the health values (in bold) would represent the SOH of the battery then maybe then the data should be there.
"energy": [
{
"updated_at": "2024-03-20 17:12:21+00:00",
"autonomy": 28,
"battery": {
"capacity": null,
"health": {
"capacity": ??,
"resistance": 0
}
},
"charging": {
"charging_mode": "No",
"charging_rate": 0,
"next_delayed_time": "PT0S",
"plugged": false,
"remaining_time": null,
"status": "Disconnected"
},
"consumption": null,
"level": 90,
"residual": null,
"type": "Electric"
},
{
"updated_at": "2024-03-20 17:12:21+00:00",
"autonomy": 125,
"battery": null,
"charging": null,
"consumption": null,
"level": 21,
"residual": null,
"type": "Fuel"
}
]
Beta Was this translation helpful? Give feedback.
All reactions