This seems simple yet I haven’t figured out a solution yet. Is there an integration that can listen on a TCP port and fire a trigger any time a string of text (ending in a newline) is received and include the text string in the trigger data?
I have an old external automation system that can send commands over ip:port connections that I want to be able to use to trigger Home Assistant automations.
Any suggestions on how to achieve this would be welcome! Thanks!
This is an interesting idea - it does look like I can use NodeRed as a tcp server, however I want to keep my automations in HA, is there a way to create a HA trigger from a NodeRed flow?