Static IPs for ZigBee coordinators

Need them for z2m
This commit is contained in:
2025-05-07 17:30:46 +02:00
parent 3b22e775e5
commit e64468d6e4
3 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ esphome:
version: "5.0" version: "5.0"
on_boot: on_boot:
priority: 600 priority: 600 # Default; most sensors set up, no network yet.
then: then:
- script.execute: cc2652_reset - script.execute: cc2652_reset
+7
View File
@@ -31,3 +31,10 @@ uart:
tx_pin: GPIO16 tx_pin: GPIO16
baud_rate: 115200 baud_rate: 115200
rx_buffer_size: 1024 rx_buffer_size: 1024
ethernet:
manual_ip:
# IP address hardcoded in z2m.
static_ip: 10.26.160.24
gateway: 10.26.160.1
subnet: 255.255.255.0
+7
View File
@@ -34,3 +34,10 @@ uart:
tx_pin: GPIO4 tx_pin: GPIO4
baud_rate: 115200 baud_rate: 115200
rx_buffer_size: 1024 rx_buffer_size: 1024
ethernet:
manual_ip:
# IP address hardcoded in z2m.
static_ip: 10.26.160.25
gateway: 10.26.160.1
subnet: 255.255.255.0