From 4d5f8cf6d7c731c27bc5fbb6f4d6c937b1ee7179 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Mon, 6 Jul 2026 20:53:19 +0000 Subject: [PATCH] Bump buffer size, seeing problems with it 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 --- templates/tubeszb-coordinator.yaml | 2 +- zigbee-coordinator-ch24.yaml | 2 +- zigbee-coordinator-ch25.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/tubeszb-coordinator.yaml b/templates/tubeszb-coordinator.yaml index af8c5e1..58a4fdc 100644 --- a/templates/tubeszb-coordinator.yaml +++ b/templates/tubeszb-coordinator.yaml @@ -75,7 +75,7 @@ stream_server: uart_id: uart_bus id: ss port: 6638 - buffer_size: 1024 + buffer_size: 4096 binary_sensor: - platform: stream_server diff --git a/zigbee-coordinator-ch24.yaml b/zigbee-coordinator-ch24.yaml index fb15fb5..ec71146 100644 --- a/zigbee-coordinator-ch24.yaml +++ b/zigbee-coordinator-ch24.yaml @@ -30,7 +30,7 @@ uart: rx_pin: GPIO5 tx_pin: GPIO16 baud_rate: 115200 - rx_buffer_size: 1024 + rx_buffer_size: 4096 ethernet: manual_ip: diff --git a/zigbee-coordinator-ch25.yaml b/zigbee-coordinator-ch25.yaml index da83ea6..8db8aa2 100644 --- a/zigbee-coordinator-ch25.yaml +++ b/zigbee-coordinator-ch25.yaml @@ -33,7 +33,7 @@ uart: rx_pin: GPIO36 tx_pin: GPIO4 baud_rate: 115200 - rx_buffer_size: 1024 + rx_buffer_size: 4096 ethernet: manual_ip: