Seite 1 von 1

Executing homematic program with xmlrpc

Verfasst: 03.10.2012, 17:50
von kevinSV
Hi all,

Is it possible to execute homematic programs (WebUI -> Status und Bedienung -> Programmung) with an xmlrpc command?

I checked the XMLRPC api reference, but I can't find any command to do so.

Thanks!

Re: Executing homematic program with xmlrpc

Verfasst: 03.10.2012, 18:33
von anli
Maybe JSON documentation at http://<IpOfYourCCU>/api/homematic.cgi is helpful?

Have a look at "Program.execute"

Re: Executing homematic program with xmlrpc

Verfasst: 05.10.2012, 09:20
von kevinSV
anli hat geschrieben:Maybe JSON documentation at http://<IpOfYourCCU>/api/homematic.cgi is helpful?

Have a look at "Program.execute"
Thanks! I didn't know the CCU supported another RPC interface. I'll look into that.

Kind regards

Re: Executing homematic program with xmlrpc

Verfasst: 05.10.2012, 10:15
von owagner
Take a look at the Homematic CCU software overview at http://www.homematic-wiki.info/mw/index ... c_Software

The JSON API (which is in fact built around an TCL-based IPC API) access a different layer of software on the CCU than the xmlrpc API:
The xmlrpc API talks to the hardware abstraction layers rfd, hs485d and pfmd. WebUI device names and programs are maintained at a higher level, the "ReGaHSS", the so-called logic layer.

Olli