yoziru / esphome-tesla-ble

Interact with Tesla vehicles over BLE using ESPHome and Home Assistant
GNU Affero General Public License v3.0
88 stars 17 forks source link

Issue when compiling - ERROR: Cannot install esp-idf-kconfig==1.4.2 and esp-idf-kconfig==1.4.3 because these package versions have conflicting dependencies. #86

Closed Jn115759 closed 3 weeks ago

Jn115759 commented 3 weeks ago

Hope someone is able to help me with this magnificent solution to control my Tesla.

I am using a M5Stack NanoC6 as recommended by @yoziru . I am using the default set of yaml files posted in github, installing via Esphome Command Line.

During installation, I get the above error message. Anyone an idea what needs to be changed/what I am doing wrong?

image image

pvmil commented 3 weeks ago

I use this same device, my config is in https://github.com/yoziru/esphome-tesla-ble/issues/70 , possibly that is of help. I do use this using the Home Assistant ESPHome interface though

Jn115759 commented 3 weeks ago

I use this same device, my config is in #70 , possibly that is of help. I do use this using the Home Assistant ESPHome interface though

Thanks you for helping out. I wil give it a try later today. I think the m5stack nanoc6 is not officially supported by esphome. image

Did you keep the references to this mcu in your configuration?

Would be nice if you could post your complete yaml

Jn115759 commented 3 weeks ago

pvmil helped me a lot!. Thanks. I got it working. Let me briefly specify how I did it (at the end...) using the Home Assistant ESPHome interface.

Hope this works for you.

`external_components:
  source: github://yoziru/esphome-tesla-ble/packages/external_components.dashboard.yml@main

packages:
  base:
    url: https://github.com/yoziru/esphome-tesla-ble/
    ref: main
    files: packages/base.yml
  device_base:
    url: https://github.com/yoziru/esphome-tesla-ble/
    ref: main
    files: boards/m5stack-nanoc6.yml
  client:
    url: https://github.com/yoziru/esphome-tesla-ble/
    ref: main
    files: packages/client.yml

dashboard_import:
  package_import_url: github://yoziru/esphome-tesla-ble/tesla-ble-m5stack-nanoc6.dashboard.yml`