Static IPs for ZigBee coordinators
Need them for z2m
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user