oxan / esphome-stream-server

Stream server (serial-to-wifi bridge) for ESPHome
Other
190 stars 76 forks source link

Can not connect to zigbee2mqtt over wifi after changes from 2023 #38

Open gio-dot opened 1 year ago

gio-dot commented 1 year ago

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?

gplex83 commented 1 year ago

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