Recent content by M5thSD

  1. M5thSD

    Home Assistant Automations

    Here is what I see as things available to control.
  2. M5thSD

    Air Version 2.9.0

    Update downloaded in less than an hour. (I have DreamDrive Premium, not Pro). I haven't noticed much difference so far, but only went on a couple short drives. I didn't have to re-sign into anything. Android Auto connected automatically.
  3. M5thSD

    Lucid Financial Services

    Worked for me also. Changing password got things back to normal. Thx all.
  4. M5thSD

    Lucid Financial Services

    I just had the same thing happen. I was able to login fine, but there is no Account info. I just see button to Add Account. I called Lucid Financial Services and the Customer Rep didn't have any idea.
  5. M5thSD

    OTA 2.8.16

    Updated. No issues. Stopped at EA charger and charged up to 75%. No problems that I noticed. Android Auto worked normally for me. (It does crash a lot).
  6. M5thSD

    Lucid Air 2.8.9

    I had the same thing happen.
  7. M5thSD

    Home Assistant Automations

    fyi - the polling errors can be seen in "Settings" - "System" - "Logs". I disabled LucidLogger and am still seeing these errors in Home Assistant:
  8. M5thSD

    San Diego Service Center

  9. M5thSD

    Home Assistant Automations

    LucidLogger is heavily impacted also. Pretty sure I didn't drive through the landfill on the way to work.
  10. M5thSD

    LucidLogger

    Restart got things working again, but I lost about 36 hours of updates (Trips / Charging sessions). I guess I'll schedule a restart once a month or so. Charging session from this AM still isn't showing up. I guess that data is lost.
  11. M5thSD

    LucidLogger

    Anyone else's Logger stop working today? My Home Assistant integration is pulling current values, but LucidLogger stopped updating.
  12. M5thSD

    LucidLogger

    Hi Chris, minor issue. I park underground at work and my Office to home trip never records. Do you know what initiates a Trip start? I tried placing the car in Park and then Drive when outside of the parking garage, but no luck.
  13. M5thSD

    LucidLogger

    So here is my first attempt to track Miles per kWh on my Trip dashboard. Hope it is useful for someone else. Query is: SELECT UNIX_TIMESTAMP(StartDate)*1000 as StartDate, UNIX_TIMESTAMP(EndDate)*1000 as EndDate, Start_address, End_address, km_diff / 1.609344 as km_diff, consumption_kWh...
  14. M5thSD

    LucidLogger

    Too late to delete the above post. Figured it out. I had to save to a json file and then copy it to /volume1/docker/TeslaLogger/TeslaLogger/GrafanaDashboards/
  15. M5thSD

    LucidLogger

    I am running the container on Synology (DSM 6). When I make the slightest change to the Trip dashboard (just resizing the column), I get prompted to Save the file and then get this error: This dashboard cannot be saved from the Grafana UI because it has been provisioned from another source...
Back
Top