Hello to all.
I learned a lot from this group, and I have a specific request for help.
I would like to connect the home automation system Bticino with Tasker.
The protocol is free. Info: http://en.wikipedia.org/wiki/OpenWebNet
Via Telent commands work. (I've seen from here: https://groups.google.com/forum/#!searchin/tasker/telnet/tasker/qzSaPW3fllo/discussion)
example:
192.168.1.35:20000 * 1 * 1 * 11 # # turn on the light one
192.168.1.35:20000 * 1 * 0 * 11 # # turn off the light one
With "android.intent.action.SENDTO" does not work.
I tried via udp plugin (https://groups.google.com/forum/#!Topic/tasker/2NWjjksLT54) but nothing ...