maxgerhardt / w5500-evb-pico-esphome

Custom ESPHome example that uses the board's Ethernet cable for connection
2 stars 1 forks source link

compile source error (eth_components) #2

Closed miroslawlis closed 3 weeks ago

miroslawlis commented 3 weeks ago

Hi, I was trying to start it but got stuck on: esphome compile --only-generate w5500-hello.yml, getting: "Source is not a file system path, in expected github:...". Was trying different strings for GitHub rep link, but none of them was working. This is not worki either:

- source:
      type: git
      url: https://github.com/maxgerhardt/w5500-evb-pico-esphome.git
      ref: main

Any suggestions how to fix this one?

Thx

maxgerhardt commented 3 weeks ago

Fixed by 806c260bd0565a7e0bc0f135da3379e9f9403a43. CI can compile the firmware just fine (see run). Remember: You need the modified esphome version for this work, per README.md.

miroslawlis commented 3 weeks ago

Thanks for fix and for link to pipe line. I wasn't able to generate uf my self ("Source is not a file system path, in expected github://username/name[@branch-or-tag] or github://pr#1234 format!."), but I have downloaded one from pipe line, and puted in on my W5100S-EVB-Pico, but I cant see any logs :( Never less much apricated for you work. Cant wait to see it merged to esphome. GJ!

maxgerhardt commented 3 weeks ago

If you do it exactly like in the CI pipeline it should all work -- oh and this repo can probably not be used as a reference to a component, since this is a standalone project.

You can check if it at least the esphome version is correct, it should be

>esphome version
Version: 2024.3.0-dev