Closed Jn115759 closed 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
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.
Did you keep the references to this mcu in your configuration?
Would be nice if you could post your complete yaml
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`
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?