Hi everyone. I would like to use node-RED send the sms to my phone. My sms device is Maestro.
I write the format send sms to Maestro and they just display this.
I did not receive any message on my phone.
This is my code.
`[{"id":"b6b35c7e.3e30b","type":"tcp out","z":"cf481068.5cc7d","host":"192.168.1.1","port":"22","beserver":"client","base64":false,"end":false,"name":"","x":590,"y":620,"wires":[]},{"id":"803eb305.439d6","type":"inject","z":"cf481068.5cc7d","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":220,"y":500,"wires":[["1ec5339b.4e72dc"]]},{"id":"7264934f.e3240c","type":"debug","z":"cf481068.5cc7d","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":670,"y":500,"wires":[]},{"id":"791ae714.afef28","type":"tcp request","z":"cf481068.5cc7d","server":"192.168.1.1","port":"22","out":"time","splitc":"0","name":"","x":470,"y":500,"wires":[["7264934f.e3240c"]]},{"id":"1ec5339b.4e72dc","type":"function","z":"cf481068.5cc7d","name":"","func":"msg={payload:\"AT#SENDSMS=\"<+60182090000>\"This is a test from Ethernet SMS\"}\nreturn msg;","outputs":1,"noerr":0,"x":330,"y":620,"wires":[["791ae714.afef28","b6b35c7e.3e30b"]]}]`
TQVM.