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

SoH invalid or is it reliable ? #854

Closed
vineethktpla opened this issue Apr 16, 2024 · 5 comments
Closed

SoH invalid or is it reliable ? #854

vineethktpla opened this issue Apr 16, 2024 · 5 comments

Comments

@vineethktpla
Copy link

Im tracking my car's SoH through home assistant using psa car controller provided api. It was showing 95% till today, but all of a sudden now it's reading 100%.
So my question is how reliable this data is. I hope it's coming from car's ECU
Psa car controller also shows 100 % from yesterday

Screenshot_20240415-201846

@vineethktpla
Copy link
Author

Now from today morning, it reset back to 95%

@Waxolunist
Copy link

Had the same. It's lower in winter than in summer because the capacity is a bit higher when it's warm.

@PeterGpp
Copy link
Contributor

PeterGpp commented May 1, 2024

Is it reliable at all?
Mine shows 24%, lately 23%, but the car's only 1 year old, and capacity seems to be ok ...

@vineethktpla
Copy link
Author

Is it reliable at all? Mine shows 24%, lately 23%, but the car's only 1 year old, and capacity seems to be ok ...

Weird that it shows 24%

@xplore93
Copy link
Contributor

xplore93 commented May 10, 2024

In my case, with Opel Astra GSe (PHEV), I have this data (from /get_vehicleinfo/VIN):

    "energy": [
        {
            "updated_at": "2024-05-08 21:26:08+00:00",
            "autonomy": 44,
            "battery": {
                "capacity": null,
                "health": {
                    "capacity": 100,
                    "resistance": 31
                }
            },
            "charging": {
                "charging_mode": "No",
                "charging_rate": 0,
                "next_delayed_time": "PT0S",
                "plugged": false,
                "remaining_time": null,
                "status": "Disconnected"
            },
            "consumption": null,
            "level": 86,
            "residual": null,
            "type": "Electric"
        },
        {
            "updated_at": "2024-05-08 21:27:00+00:00",
            "autonomy": 640,
            "battery": null,
            "charging": null,
            "consumption": 0,
            "level": 100,
            "residual": null,
            "type": "Fuel"
        }
    ],

As you can see, the energy.battery.health.resistance is 31, this is the value I see as Battery SOH in Control tab and in /battery/soh/VIN request.
It seems that the real SOH should be energy.battery.health.capacity, as it is 100 (new vehicle).
Not sure what structure have electric vehicles and other PHEV vehicles.

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

4 participants