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

No data to show in dashboard #826

Open
hexamus opened this issue Mar 25, 2024 · 0 comments
Open

No data to show in dashboard #826

hexamus opened this issue Mar 25, 2024 · 0 comments

Comments

@hexamus
Copy link

hexamus commented Mar 25, 2024

Hello, I'm French but I don't speak English, so it's from the translator.

Describe the bug
A clear and concise description of what the bug is.

I don't have any data that appears in the various pages. Summary, trips, load or map

To Reproduce
Steps to reproduce the behavior:

  1. what command did you use

with the dashboard

  1. when the bug append ?

since I installed the application

  1. Does it persist after restarting the program?

Yes

  1. Does it persist after recreate config by going to http://server_address:port/config?

Yes

Config file
Give the anonymize content of the config file
image

{
"abrp": {
"abrp_enable_vin": [
"VR7BCZKXXXXXXXXXX"
],
"token": "12375025-XXXX-4c2a-XXXX-faeXXXXX6f54"
},
"client_id": "5364defc-XXXX-XXXX-XXXX-4af8d1542cae",
"client_secret": "iE0cD8bB0yJ0dS6rO3nXXXX2wU7XXXXR4gP7lD6XXXXH0nS8dN",
"co2_signal_api": null,
"country_code": "FR",
"customer_id": "AC-ACNT20000XXXX484",
"proxies": {
"http": "",
"https": ""
},
"realm": "clientsB2CCitroen",
"refresh_token": "cd840e8f-XXXX-XXXX-XXXX-624a5c669804",
"remote_refresh_token": "03b23a7d-XXXX-XXXX-XXXX-86e4dab6d224",
"weather_api": "a5b9006a467aXXXX98XXXXcf74d97aa0"
}
Environment (please complete the following information):

  • OS:

Docker in debian

  • Brand and model of car

Citroen E-C4

  • Application version (commit number, branch or tag)

3.5.0

  • Log from http://server_address:port/log and browser console log

image

Additional context
Add any other context about the problem here.

Stack docker :

version: '3.8'
services:
psa_car_controller:
container_name: psa_car_controller
image: flobz/psa_car_controller
volumes:
- /docker/volumes/flobz/psa_car_controller/config:/config
labels:
- com.centurylinklabs.watchtower.enable=true # Permet de mettre à jour automatiquement le conteneur avec Watchtower
ports:
- 5000:5000 # Port pour accéder à l'interface web
restart: unless-stopped
environment:
- PSACC_OPTIONS = "psa-car-controller -f config.json -c charge_config.json -r -R 20"

I use portainer to manage dockers.
I started using the application in 3.4.0
Load control works.
The JSON get_vehicleinfo is read every minute by my Jeedom system.

VR7BCZKXCXXXXXXX.json

@hexamus hexamus changed the title No data to shoy No data to show in dashboard Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant