esphome-stream-server icon indicating copy to clipboard operation
esphome-stream-server copied to clipboard

Can not connect to zigbee2mqtt over wifi after changes from 2023

Open gio-dot opened this issue 1 year ago • 1 comments

Hi, i'm using your component to connect a zigbee coordinator (cc2652p) with zigbee2mqtt over wifi using an esp8266 (esp01-s). After i upgraded to latest version it simpy not connect to zigbee2mqtt (its log don't say nothing useful to understand why). Using the async-tcp branch it works well. There is a known reason that i missed for this issue?

gio-dot avatar Mar 30 '23 20:03 gio-dot

after change of uart_bus to uart_0 everthing started working again: uart: id: uart_0

add further configuration for the UART here

stream_server: uart_id: uart_0 port: 1234

gplex83 avatar Apr 22 '23 12:04 gplex83