Skip to content

Commit d5d18be

Browse files
POE
1 parent 64443fa commit d5d18be

File tree

3 files changed

+54
-11
lines changed

3 files changed

+54
-11
lines changed

Integrations/ESPHome/Core.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,7 @@ sensor:
238238
name: Uptime
239239
id: sys_uptime
240240
update_interval: 60s
241-
- platform: wifi_signal
242-
name: RSSI
243-
id: wifi_signal_db
244-
update_interval: 60s
245-
entity_category: "diagnostic"
241+
246242

247243
- platform: ld2450
248244
ld2450_id: ld2450_radar
@@ -480,10 +476,7 @@ text_sensor:
480476
name: "LD2412 Firmware"
481477
mac_address:
482478
name: "LD2412 BT MAC"
483-
- platform: wifi_info
484-
ip_address:
485-
name: "IP Address"
486-
icon: "mdi:ip-outline"
479+
487480

488481
light:
489482
- platform: esp32_rmt_led_strip

Integrations/ESPHome/R-1_ETH.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2+
esphome:
3+
name: "apollo-r-1-eth"
4+
friendly_name: Apollo R-1
5+
comment: Apollo R-1
6+
name_add_mac_suffix: true
7+
platformio_options:
8+
board_build.flash_mode: dio
9+
10+
project:
11+
name: "ApolloAutomation.R-1-ETH"
12+
version: "25.3.27"
13+
14+
min_version: 2024.6.4
15+
16+
dashboard_import:
17+
package_import_url: github://ApolloAutomation/R-1/Integrations/ESPHome/R-1_ETH.yaml
18+
import_full_config: false
19+
20+
ota:
21+
- platform: esphome
22+
id: ota_esphome
23+
- platform: http_request
24+
id: ota_managed
25+
26+
http_request:
27+
verify_ssl: true
28+
29+
safe_mode:
30+
31+
update:
32+
- platform: http_request
33+
id: update_http_request
34+
name: Firmware Update
35+
source: https://apolloautomation.github.io/R-1/firmware-e/manifest.json
36+
37+
logger:
38+
39+
ethernet:
40+
type: W5500
41+
clk_pin: GPIO10
42+
mosi_pin: GPIO12
43+
miso_pin: GPIO11
44+
cs_pin: GPIO9
45+
interrupt_pin: GPIO13
46+
reset_pin: GPIO14
47+
48+
49+
packages:
50+
core: !include Core.yaml

Integrations/ESPHome/R-1.yaml renamed to Integrations/ESPHome/R-1_W.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
esphome:
3-
name: "r1"
3+
name: "apollo-r-1-w"
44
friendly_name: Apollo R-1
55
comment: Apollo R-1
66
name_add_mac_suffix: true
77
platformio_options:
88
board_build.flash_mode: dio
99

1010
project:
11-
name: "ApolloAutomation.R-1"
11+
name: "ApolloAutomation.R-1-W"
1212
version: "25.3.27"
1313

1414
min_version: 2024.6.4

0 commit comments

Comments
 (0)