Skip to content

Commit

Permalink
Added eth-lite esphome yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Nov 13, 2024
1 parent 356c668 commit 9e4a815
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
38 changes: 38 additions & 0 deletions esphome/lilygo-eth-lite-esp32.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
esphome:
name: lilygo-eth-lite-esp32
friendly_name: lilygo-eth-lite-esp32

esp32:
board: esp32dev
framework:
type: arduino

ethernet:
type: RTL8201
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_IN
phy_addr: 0
power_pin: GPIO12

# Optional manual IP
# manual_ip:
# static_ip: 192.168.36.227
# gateway: 192.168.36.1
# subnet: 255.255.255.0


# Enable logging
logger:
level: DEBUG
baud_rate: 115200
logs:
mqtt.component: DEBUG
mqtt.client: ERROR

# Enable Home Assistant API
api:
encryption:
key: "dBVA+/ahpgURrxBUQ2pbJzNA9b4U/9Yk8wntuW8tJzY="


32 changes: 32 additions & 0 deletions esphome/lilygo-eth-lite-esp32s3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
esphome:
name: lilygo-eth-lite-esp32s3
friendly_name: lilygo-eth-lite-esp32s3

esp32:
board: esp32s3box
framework:
type: arduino

ethernet:
type: W5500
clk_pin: GPIO10
mosi_pin: GPIO12
miso_pin: GPIO11
cs_pin: GPIO9
interrupt_pin: GPIO13

# Enable logging
# logo out use usb see -> https://esphome.io/components/logger.html
logger:
level: DEBUG
baud_rate: 115200
logs:
mqtt.component: DEBUG
mqtt.client: ERROR

# Enable Home Assistant API
api:
encryption:
key: "5IQaxyE4ynJ77XP4Oqz5nSYTEwx64h6d46+wadKuGlo="


0 comments on commit 9e4a815

Please sign in to comment.