I want to linked my HCB to a touchsreen?

Forum about Xanura, Eaton Holec and Marmitek and other brand X10 and A10 devices.
Post Reply
michelr
Starting Member
Starting Member
Posts: 18
Joined: Sun Nov 23, 2008 10:38 pm
Location: Netherlands

I want to linked my HCB to a touchsreen?

Post by michelr »

I want to link a tochscreen on my HCB with the API commando's
Are there people who have this tryed already?
I try something with post en get commando's thats like to work good.

Ps. About three weeks so we get to work with the HCB and interfaces!

Grt.

Michel
Lempens
Member
Member
Posts: 265
Joined: Wed Dec 12, 2007 1:24 am
Location: Netherlands

I want to linked my HCB to a touchsreen?

Post by Lempens »

What program are you using on your touchscreen.

Homeseer, or are you building something self.
michelr
Starting Member
Starting Member
Posts: 18
Joined: Sun Nov 23, 2008 10:38 pm
Location: Netherlands

I want to linked my HCB to a touchsreen?

Post by michelr »

I want to build something in a webinterface(PHP) or Delphi.
User avatar
TANE
Forum Moderator
Forum Moderator
Posts: 4806
Joined: Fri Apr 06, 2007 9:46 pm
Location: Netherlands
Contact:

I want to linked my HCB to a touchsreen?

Post by TANE »

Not sure what the latest status is but least year HCB was developing a interface for the HCB what was based on Ajax.
I have seen it on a touch screen.
michelr
Starting Member
Starting Member
Posts: 18
Joined: Sun Nov 23, 2008 10:38 pm
Location: Netherlands

I want to linked my HCB to a touchsreen?

Post by michelr »

I thing it don't matter wahat type of interface i use, only i have to now with's commando's i need.
With a mysql database and a webbrowser it must by possibel to change or see the status!
But who has experience with API?
JaapK
Starting Member
Starting Member
Posts: 21
Joined: Sat Nov 17, 2007 11:55 am
Location: Netherlands

I want to linked my HCB to a touchsreen?

Post by JaapK »

The commands that are supported are easily taken from the HCB's API page itself (http://your address/API/).
Point your browser there, hover the mouse over the command you're interested in, and in the status bar appears the exact command you eed to execute that function.
Any application able to 'get' those url's can control the HCB and its devices and macro's.
Donald
Starting Member
Starting Member
Posts: 2
Joined: Thu Jan 29, 2009 11:42 pm
Location: Netherlands

I want to linked my HCB to a touchsreen?

Post by Donald »

The http://your address/API/ is a good suggestion. Before I found this article, I found out which command the normal HCB webinterfase uses:

The generic line is:
http://your.HCB.address/config/hdrv_a10 ... ID='+devID;

Below some examples for Xanura device E02
ON
http://your.HCB.address/config/hdrv_a10 ... ericCode=2
OFF
http://your.HCB.address/config/hdrv_a10 ... ericCode=2
60% DIMMED
http://your.HCB.address/config/hdrv_a10 ... centage=60
BRIGHTER
http://your.HCB.address/config/hdrv_a10 ... ericCode=2
DIM
http://your.HCB.address/config/hdrv_a10 ... ericCode=2

Not yet tested, but would work I assume:
ALN - All Lights ON
http://your.HCB.address/config/hdrv_a10 ... tterCode=E
ALF - All Lights OFF
http://your.HCB.address/config/hdrv_a10 ... tterCode=E
AUF - All Units OFF
http://your.HCB.address/config/hdrv_a10 ... tterCode=E

But what I was unable to find so far (for both the webinterface as the API interface) is how to get status information on a specific Xanura device/actor. <b>Does anyone know the commands to request actor status information?</b>

Donald
Post Reply

Return to “X10, A10 Xanura Marmitek Forum”