Switch ruuvi bridge to Ethernet (PoE)

This commit is contained in:
2023-03-04 14:18:27 +01:00
parent 74fa6a6997
commit 4a4693d25c
+11 -5
View File
@@ -6,7 +6,10 @@ esphome:
version: "1.0"
esp32:
board: esp32doit-devkit-v1
board: esp32-poe
# Required for BLE.
framework:
type: esp-idf
# Enable logging
logger:
@@ -48,7 +51,10 @@ sensor:
ota:
password: !secret ota_password
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
domain: ""
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
power_pin: GPIO12