From be819b901c63059c91e6307b56d5f4d51cd46e86 Mon Sep 17 00:00:00 2001 From: runningtoy Date: Sat, 25 Oct 2025 13:47:03 +0200 Subject: [PATCH] =?UTF-8?q?ble=5Fproxy=5FETH/inbird-iam-t1-poe.yaml=20hinz?= =?UTF-8?q?ugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ble_proxy_ETH/inbird-iam-t1-poe.yaml | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 ble_proxy_ETH/inbird-iam-t1-poe.yaml diff --git a/ble_proxy_ETH/inbird-iam-t1-poe.yaml b/ble_proxy_ETH/inbird-iam-t1-poe.yaml new file mode 100644 index 0000000..6140629 --- /dev/null +++ b/ble_proxy_ETH/inbird-iam-t1-poe.yaml @@ -0,0 +1,58 @@ +esphome: + name: inbird-iam-t1-poe + friendly_name: INBIRD IAM-T1 POE + +esp32: + board: esp32-poe + framework: + #type: arduino + type: esp-idf + +# Enable logging +logger: + +ethernet: + type: LAN8720 + mdc_pin: GPIO23 + mdio_pin: GPIO18 + clk_mode: GPIO17_OUT + phy_addr: 0 + power_pin: GPIO12 + # without `manual_ip` it uses DHCP + +# Enable Home Assistant API +api: + encryption: + key: "cRmEk4bZKivIWWy7pFJ1gvAlksSRNq4/DkZhacfyt3M=" + +ota: + - platform: esphome + password: "inkbird" + +#wifi: +# ssid: !secret wifi_ssid +# password: !secret wifi_password + + # Enable fallback hotspot (captive portal) in case wifi connection fails + +#captive_portal: + +web_server: + port: 80 + + +button: + - platform: restart + icon: mdi:power-cycle + name: "ESP Reboot" + +esp32_ble_tracker: + scan_parameters: + interval: 1100ms + window: 1100ms + active: true + +bluetooth_proxy: + active: true + connection_slots: 3 + \ No newline at end of file