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

Charge port door state while asleep is not updated #78

Open
aksvenk opened this issue Sep 24, 2024 · 1 comment
Open

Charge port door state while asleep is not updated #78

aksvenk opened this issue Sep 24, 2024 · 1 comment

Comments

@aksvenk
Copy link

aksvenk commented Sep 24, 2024

Steps:

  • Ensure car is asleep
  • Restart esp
  • The next update is made on the minute for vehicle info
  • The charge port door state still remains Unknown while all other sensors populate

Looking at the code, this is deliberate.

Unfortunately it is throwing my automations off since the change port door is the only way I can know that my dumb charger is actually connected to the vehicle.

Any tips or workarounds would be appreciated. Thanks.

@PedroKTFC
Copy link

Bollocks, why's it C++??!! I'm just learning python and my C++ is very rusty, and it was never shiny!

Anyway, I too would like the state of the charge door (without going into detail, if the charge door is open then the car won't be driven and I can ignore it!). Are you saying the code deliberately doesn't update the charge door status but could (a quick glance at the code isn't clear, at least to me)? I note the documentation for this does explicitly state:

- Charging flap open / closed (only when vehicle is awake)

When looking at this, I found some odd behaviour:

  • If I press Force data update, then everything that can goes Unknown including the BLE Signal sensor. After a while, things are restored although the charge flap stays Unknown
  • If I press Wake up, then the charge flap status is updated correctly (eg it's open as I write). However, once again everything goes Unknown for a while.

Just wondering if any of this is an issue?

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

2 participants