Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary, Map not working #637

Open
Andr3Silva opened this issue Oct 20, 2023 · 14 comments
Open

Summary, Map not working #637

Andr3Silva opened this issue Oct 20, 2023 · 14 comments
Labels
bug Something isn't working

Comments

@Andr3Silva
Copy link

Andr3Silva commented Oct 20, 2023

I installed it on a docker, the tab summary and map don't work, it keeps updating, it doesn't show anything
Until a few weeks ago, I also had it working in Docker and everything was working fine. Then you have to reinstall, since then these menus do not open. Any idea?

Screenshot 2023-10-20 at 15 57 27 Screenshot 2023-10-20 at 15 57 39 Screenshot 2023-10-20 at 15 56 39
@qiestuhl
Copy link

Hey,
I have exactly the same problem. I installed it in Docker according to the instructions. Would also be grateful for a solution.

@sod75
Copy link

sod75 commented Oct 23, 2023

Same for me, also docker.
I did see the log mentioning that location was updated every couple minutes though.

@GeraldPape
Copy link

@flobz do you have any suggestions?

@nosuchuser
Copy link

I've had the same behavior from the start (no map) but then I had a look at the packets being exchanged on the network just to find that calls to Stellantis for my VIN do not return coordinates. Empty structure.

I'm assuming this is related to the fact that my trim level service tier does not allow transferring this data using the API.

@nosuchuser
Copy link

Duh. Out of the blue, since today morning, my trips show up on the map.

The only "new" thing here is that I signed up for eevee (support for Stellantis cars is on beta now) and although my account is there it shows no trip or charge data.

I have no idea why, it triggered something on the Stellantis side to provide PSA Car Controller the coordinates for the vehicle.

@sod75
Copy link

sod75 commented Oct 25, 2023

No change here ( peugeot 3008) but here's the "New position recorded" message I see in the log

2023-10-25 13:00:19,193 :: INFO :: 192.168.0.91 - - [25/Oct/2023 13:00:19] "�[37mGET /charge_control?vin=VF3M4DGxxxx&?always_check=true HTTP/1.1�[0m" 200 -
2023-10-25 13:00:23,115 :: INFO :: new position recorded for VF3M4DGZxxxx
2023-10-25 13:00:23,116 :: INFO :: update_data
2023-10-25 13:00:49,193 :: INFO :: 192.168.0.91 - - [25/Oct/2023 13:00:49] "�[37mGET /get_vehicleinfo/VF3M4DGZxxxx?from_cache=1 HTTP/1.1�[0m" 200 -

@flobz flobz added the bug Something isn't working label Oct 28, 2023
@ChristopherHX
Copy link

After reading the following issue #647

I fixed the problem for me by replacing the docker image tag latest with v3.0.12.

Great Rest Service, Thank you

@sod75
Copy link

sod75 commented Oct 30, 2023

Warning for anyone moving to v3.0.12.
This update ate all my data. It seems there still are trips in info.db but the screens all say "No data to show, there is probably no trips recorded yet" :(

@qiestuhl
Copy link

qiestuhl commented Nov 1, 2023

Update to Version 3.0.12 fixed the issue for me. all dates and trips are still there

@SabatoArdolino
Copy link

I've the same issue. I've installed the psa car controller by HA Addon and in the v3.0.13 the MAP TAB is empty. I can see the other tab with old data. Any idea ?

@sod75
Copy link

sod75 commented Nov 10, 2023

I added this comment to bug 649 but I guess this is the more relevant thread

Maybe this helps someone to track down what the underlying issue is...
I never did anything with the plotly-with-meta.js file

For me the map was not working on docker:latest (v3.0.10) before

After updating to Docker image v3.0.12 it was working fine after deleting the info.db ( trips fly from start to end though)

I just tried updating to v3.0.13 mentioned in this thread and the map stopped working.

I pulled v3.0.12 again, but the issue persists. (trips, etc are there, map is blank, tab hangs on "updating)

Nothing to see in log
Happy to try something out to help troubleshoot

@sod75
Copy link

sod75 commented Nov 10, 2023

I fixed my map problem, it seems related to a permission problem.
My info.db file had root:root permisssions on the host which looked odd as I run docker us-nder mysuser:dockergroup

    environment:
      - PSACC_PORT=3000
      - PUID=1026
      - PGID=65537

I chown-ed and chmod-ed to 666 the info.db and it stopped spamming the "POST /_dash-update-component HTTP/1.1" 200 - line in the log and after some loading time the map and everything else popped up.

If someone can confirm this is not just a local issue for me, we may be on the track to solve this.

@sod75
Copy link

sod75 commented Nov 10, 2023

ok, it's not that simple. If I update to v3.0.13 the problem reappears.
downgrading to v3.0.12 and starting starts the "POST /_dash-update-component HTTP/1.1" logspam but stops after just doing a browser page refresh and everything is back ok.
( sorry for spam)

@jochym
Copy link

jochym commented Jan 7, 2024

Signing up for eevee (install the app and add your car) fixed the map/position reporting for my opel mokka-e as well (elegance trim, so no internal nav). I still have remote services, we will see what will happen when they run out in 6 months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants