We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I sometimes see the charge_energy_added response going backwards when charging a vehicle.
Is this expected behaviour?
The text was updated successfully, but these errors were encountered:
I have seen this happen when the vehicle is not charging: the charge_energy_added value can flap up and down slightly.
I haven't observed it when charging, but we don't really use the value so we wouldn't notice if it went backwards.
Sorry, something went wrong.
Here's an example from the streaming entity during charging going backwards.
ACChargingEnergyIn: 3.291, 3.270, 3.417
data: {"data":{"ACChargingPower":"5.100","BMSState":"Charge","ACChargingEnergyIn":"3.144"},"createdAt":"2024-04-02T02:21:21.071986716Z","vin":"5YJ3F7EC5LF698201"} data: {"data":{"ACChargingPower":"5.100","BMSState":"Charge","ACChargingEnergyIn":"3.270"},"createdAt":"2024-04-02T02:21:51.073026767Z","vin":"5YJ3F7EC5LF698201"} data: {"data":{"ACChargingPower":"5.100","BMSState":"Charge","ACChargingEnergyIn":"3.291"},"createdAt":"2024-04-02T02:22:21.071057565Z","vin":"5YJ3F7EC5LF698201"} data: {"data":{"ACChargingPower":"5.100","BMSState":"Charge","ACChargingEnergyIn":"3.270"},"createdAt":"2024-04-02T02:22:51.073411747Z","vin":"5YJ3F7EC5LF698201"} data: {"data":{"ACChargingPower":"5.100","BMSState":"Charge","ACChargingEnergyIn":"3.417"},"createdAt":"2024-04-02T02:23:21.070641762Z","vin":"5YJ3F7EC5LF698201"} data: {"data":{"ACChargingPower":"5.100","BMSState":"Charge","ACChargingEnergyIn":"3.417"},"createdAt":"2024-04-02T02:23:51.074006926Z","vin":"5YJ3F7EC5LF698201"} data: {"data":{"ACChargingPower":"5.100","BMSState":"Charge","ACChargingEnergyIn":"3.417"},"createdAt":"2024-04-02T02:24:21.071414160Z","vin":"5YJ3F7EC5LF698201"} data: {"data":{"ACChargingPower":"5.100","BMSState":"Charge","ACChargingEnergyIn":"3.417"},"createdAt":"2024-04-02T02:24:51.071301393Z","vin":"5YJ3F7EC5LF698201"} data: {"data":{"ACChargingPower":"5.100","BMSState":"Charge","ACChargingEnergyIn":"3.542"},"createdAt":"2024-04-02T02:25:21.071561073Z","vin":"5YJ3F7EC5LF698201"}
No branches or pull requests
I sometimes see the charge_energy_added response going backwards when charging a vehicle.
Is this expected behaviour?
The text was updated successfully, but these errors were encountered: