Re: [Twisted-Python] HomeMatic - xmlrpc twisted !!

2012-05-29 Thread Adrian Overbury
On 29/05/2012, at 1:25 PM, bino oetomo wrote: > Dear All > On 05/25/2012 04:27 PM, 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 client on my localhost. >> It's working fin

Re: [Twisted-Python] HomeMatic - xmlrpc twisted !!

2012-05-28 Thread bino oetomo
Dear All On 05/25/2012 04:27 PM, 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 client on my localhost. > It's working fine. Now to the functions in server protocol.py file, I add

Re: [Twisted-Python] HomeMatic - xmlrpc twisted !!

2012-05-25 Thread vinod kumar
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

Re: [Twisted-Python] HomeMatic - xmlrpc twisted !!

2012-05-25 Thread Jasper St. Pierre
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