Yeah thanks a lot. I implemented it the same way inside my protocol.py.
It's not giving the previous error. But the error now is :
"Failure: twisted.internet.error.ConnectionLost: Connection to the other
side was lost in a non-clean fashion: Connection lost"
Lets leave it for a mail gap. Please cl
ClientCreator needs a protocol. See:
http://docs.huihoo.com/python/twisted/howto/clients.html
On Fri, May 25, 2012 at 5:27 AM, vinod kumar wrote:
> Hi everyone,
>
> I'm trying to connect to homematic server at address '192.168.1.251'
> and port '2001'. I have a sample twisted server and cli