Hi,
I have just started using Node Red so still getting to grips with the basics. I am trying to inject a string to control my Wifi Kettle. I have tested successfully using telnet manually and all works ok.
When I build the inject to a tcp out node it doesn't work. The TCP out node is showing connected to the kettle, and the string seems to send from the inject node (monitoring via debug). However, the string doesn't seem to reach the kettle. I must be doing something fundamentally wrong here.
When I test manually, I open a telnet connection to the ip address at port 2000. I then simply type and send the following "set sys output 0x4". This all works fine.
In the inject I have set the payload as a string with the following "set sys output 0x4\n". Which then is sent to a tcp out.
Can anyone please help?
Many thanks
Richard