-
Notifications
You must be signed in to change notification settings - Fork 78
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 EV-Information in Status #271
Comments
The API has changed for these new cars. Someone needs to reverse engineer it and add the correct data. |
I think we covered the reverse engineering with the newer CCS2 endpoints we discussed in August. This must be the first real use case then. |
Let me know if I can be of help when it comes to testing. |
@PierreLevres are the newer CCS2 endpoints documented somewhere? |
Any news on this one? |
I don't think anyone is working on this... |
Description
I am querying the new Kona EV but unfortunately I don't get any information regarding electric vehicles. Shouldn't there be at least a battery status? In my case the app states 73% battery. I am new to Bluelinky - do I miss something?
{ "chassis": { "hoodOpen": false, "trunkOpen": false, "locked": true, "openDoors": { "frontRight": false, "frontLeft": false, "backLeft": false, "backRight": false }, "tirePressureWarningLamp": { "rearLeft": false, "frontLeft": false, "frontRight": false, "rearRight": false, "all": false } }, "climate": { "active": false, "steeringwheelHeat": false, "sideMirrorHeat": false, "rearWindowHeat": false, "defrost": false }, "engine": { "ignition": false, "accessory": false, "rangeGas": 258, "range": 258, "plugedTo": 0, "batteryCharge12v": 99 }, "lastupdate": "2023-12-30T15:58:48.000Z" }
The text was updated successfully, but these errors were encountered: