ESP-Home, W5500 mit ESP32-WROOM-32

Hallo,

ich arbeite mit einem ESP32-Wroom-32, esp32 node mcu Board.
Ich möchte auch gerne W5500 Board verwenden.

Ich weis nicht was ich schon ausprobiert habe?!
Ich bekomme es einfach nicht zum laufen. Das ganze taucht nicht einmal in der Fritzbox auf.

Kompilieren geht. Installation per WEB über USB.

Aber das Board ist nicht zu erreichen.

Hat irgend einer eine ESPHome Code wo das W5500 mit einem ESP32 läuft?

Lass doch mal die Konsole an nach dem Kompilieren, dann siehst du ob das Teil ein WLAN findet und sich verbindet, IP etc.

Und häng mal den Code rein, vielleicht ist es was triviales wie falsche Einrückung etc.

1 „Gefällt mir“

Ich habe WiFi im Code mit ## also zwei Rauten deaktiviert.
Es ist nicht mehr rot und das Kompilieren läuft durch.
Upload per “https://web.esphome.io/”.
Danach nicht mehr erreichbar. WiFi ist schließlich deaktiviert. Jedoch im Router ist auch nicht zu sehen.

substitutions:
  name: esphome-web-916f2c
  friendly_name: ESPHome Web 916f2c

esphome:
  name: ${name}
  friendly_name: ${friendly_name}
  min_version: 2024.6.0
  name_add_mac_suffix: false
  project:
    name: esphome.web
    version: dev

esp32:
  board: esp32dev
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:

# Allow Over-The-Air updates
ota:
- platform: esphome

# Allow provisioning Wi-Fi via serial
##improv_serial:

##wifi:
  # Set up a wifi access point
##  ap: {}

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device via WiFi AP.
##captive_portal:

dashboard_import:
  package_import_url: github://esphome/example-configs/esphome-web/esp32.yaml@main
  import_full_config: true

# Sets up Bluetooth LE (Only on ESP32) to allow the user
# to provision wifi credentials to the device.
##esp32_improv:
  ##authorizer: none

# To have a "next url" for improv serial
web_server:

ethernet:
  type: W5500
  clk_pin: GPIO18
  mosi_pin: GPIO23
  miso_pin: GPIO19
  cs_pin: GPIO05
  interrupt_pin: GPIO13
  reset_pin: GPIO14

ES LÄUFT!!!
Man versteht es nicht. Habe einfach den ESP platt gemacht und neu aufgespielt. Jetzt läuft es.
Wat ein geiles gefühl. Säuftz.