2026-07-06T20:18:09.835553+00:00 local0.err stream_server [E][stream_server:167]: Failed to write to client 10 with error 128! 2026-07-06T20:18:09.836377+00:00 local0.warni stream_server [W][stream_server:190]: Failed to read from client 10 with error 128! and 2026-07-06T20:18:19.865209+00:00 local0.err stream_server [E][stream_server:126]: Incoming bytes available, but outgoing buffer is full: stream will be corrupted! 2026-07-06T20:18:19.865762+00:00 local0.warni stream_server [W][stream_server:131]: Dropped 10 pending bytes for client 10
44 lines
813 B
YAML
44 lines
813 B
YAML
# ESP32-PoE with cc2652p7 connected to it.
|
|
#
|
|
# Primary purpose is home lights (and related sensors, such as motion) ZigBee
|
|
# network.
|
|
#
|
|
# The original config is:
|
|
# https://github.com/tube0013/TubesZB-ESPHome-Builder/blob/main/esphome-config/tubeszb-cc2652p7-poe-2023.yaml
|
|
|
|
substitutions:
|
|
channel: "25"
|
|
|
|
esphome:
|
|
area: "Office"
|
|
|
|
packages:
|
|
device_base: !include templates/tubeszb-coordinator.yaml
|
|
|
|
switch:
|
|
- platform: gpio
|
|
pin: 5
|
|
id: zRST_gpio
|
|
inverted: yes
|
|
restore_mode: ALWAYS_OFF
|
|
|
|
- platform: gpio
|
|
pin: 16
|
|
id: zBSL
|
|
inverted: yes
|
|
restore_mode: ALWAYS_OFF
|
|
|
|
uart:
|
|
id: uart_bus
|
|
rx_pin: GPIO36
|
|
tx_pin: GPIO4
|
|
baud_rate: 115200
|
|
rx_buffer_size: 4096
|
|
|
|
ethernet:
|
|
manual_ip:
|
|
# IP address hardcoded in z2m.
|
|
static_ip: 10.26.160.25
|
|
gateway: 10.26.160.1
|
|
subnet: 255.255.255.0
|