Cell Temperature in Carge Details #61
Closed
baldohunter
started this conversation in
Ideas
Replies: 1 comment
-
Hello, unfortunately the Tesla APIs do not give cell temperature values, therefore this data does not exist in the Teslamate database. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry my knowledge is not enough to do it but could you add the average / min / max Cell temperature to the Charging details? That would be nice in Winter time.
something like this:
{
„matcher“: {
„id“: „byRegexp“,
„options“: „^cellavg_temp_.*“
},
„properties“: [
{
„id“: „displayName“,
„value“: „AVG Cell Temperature“
}
]
},
Beta Was this translation helpful? Give feedback.
All reactions