Skip to content

Instantly share code, notes, and snippets.

@letsautomatenet
Last active December 12, 2023 10:01
Show Gist options
  • Save letsautomatenet/7cd4dfe7e96fe2fca30326f0cf80cd27 to your computer and use it in GitHub Desktop.
Save letsautomatenet/7cd4dfe7e96fe2fca30326f0cf80cd27 to your computer and use it in GitHub Desktop.
Bluetooth Proxy - Ethernet (EST-PoE-32)
esphome:
name: est-poe-32
friendly_name: EST-PoE-32
esp32:
board: esp32dev
framework:
type: esp-idf
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
# If you go to this page it generates one for you automatically!
# https://esphome.io/components/api.html#configuration-variables
key: "Generate a key and put it here"
ota:
password: "randomsecurepassword"
# wifi: #WiFi cannot be active at the same time as Ethernet, but useful to keep as a fallback
# ssid: !secret wifi_ssid
# password: !secret wifi_password
# # Enable fallback hotspot (captive portal) in case wifi connection fails
# ap:
# ssid: "Est-Poe-32 Fallback Hotspot"
# password: "taHUFO8DGHVi"
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
power_pin: GPIO12
esp32_ble_tracker:
scan_parameters:
interval: 1100ms
window: 1100ms
active: true
bluetooth_proxy:
active: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment