john30 / ebusd-esp

Firmware for ESP8266 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
150 stars 22 forks source link

Question: is it possible to use Serial-to-TCP-Bridge implemented in Tasmota ? #82

Closed kofec closed 1 year ago

kofec commented 1 year ago

Does any one know/try if is it possible to use Serial-to-TCP-Bridge implemented in Tasmota ? If so what should we set for TCPBaudRate : TCPBaudRate : sets the baud rate for serial (only 8N1 mode), min 1200, max 115200 by 1200 increments. https://tasmota.github.io/docs/Serial-to-TCP-Bridge/ As I understand it should be OK: set GPIO1 as TCP Tx and GPIO3 as TCP Rx. And port set to: 9999

john30 commented 1 year ago

I tried that quite some time ago and it works in principle but not very reliable