You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TasmotaUsers
Hi All I have specific use case and trying to wrap my head around it. I have a device that sends out all logs on TCP server on ip192.168.0.10 on port 10000. That device on start of process logs start always with same string. I want that tasmota on esp32 triggers on that line and turn a Led strip light for 10s.
Probably i can easy do that on node-red by conecting as tcp client and forward it toesp32 via mqtt, but i think is waste of resources...
Is there any way to conect to TCP server and listen to it till that string is there and trigger on it
Stephan Hadinger
unread,
Sep 13, 2022, 6:15:20 AM9/13/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TasmotaUsers
So you want Tasmota to listen on 192.168.0.10 port 10000?