geertmeersman / nexxtender

Esphome BLE client for the Powerdale Nexxtender EV Charger
MIT License
10 stars 4 forks source link

Cannot build: Could not find file 'nexxtender_packages/nexxtender.h' #20

Closed loispostula closed 5 months ago

loispostula commented 5 months ago

My esphome configuration:

packages:
   nexxtender:
      url: https://github.com/geertmeersman/nexxtender
      file: config/nexxtender.yaml
      refresh: 0s

BUild error:

INFO ESPHome 2024.3.2
INFO Reading configuration nexxtender.yaml...
INFO Updating https://github.com/geertmeersman/nexxtender@main
WARNING GPIO0 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
Failed config

esphome: None
  name: nexxtender
  friendly_name: Nexxtender
  includes:

    Could not find file 'nexxtender_packages/nexxtender.h'. Please make sure it exists (full path: /tmp/nexxtender_packages/nexxtender.h).
    - nexxtender_packages/nexxtender.h
  build_path: build/nexxtender
geertmeersman commented 5 months ago

Hi, you can just copy the nexxtender.h in your folder and that should work. I'll adapt the documentation next week