lyceel / tesla_dart

Dart libraries for accessing the Tesla API
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Charge Status doesn't work on Model 3 #3

Closed jtmcdole closed 6 years ago

jtmcdole commented 6 years ago

0 / 0 :(

Charge State:
  Battery:         0.0/0.0 kWh (59%)
                   ╭──────────╮
                   │█████▉    ▐
                   ╰──────────╯
lyceel commented 6 years ago

Can you run with --show-all --raw and send me the output?

On Sat, Sep 29, 2018 at 11:25 AM John McDole notifications@github.com wrote:

0 / 0 :(

Charge State: Battery: 0.0/0.0 kWh (59%) ╭──────────╮ │█████▉ ▐ ╰──────────╯

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lyceel/tesla_dart/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9VNtAANkp626dZfei7blgEHNRWcatcks5uf7sHgaJpZM4XAoH3 .

jtmcdole commented 6 years ago

Note: sent via email. The REST api is reporting odd codes and is missing codes for the paint color matching... then I saw this:

I run the A Better Routeplanner service where we let users login via MyTesla and optionally share data with us. For fun and statistics, I just checked the option codes for all 258 Model 3s in our database. They are all the same.

lyceel commented 6 years ago

Should be fixed by f8c4739