Download file heyu-2.0beta.tgz from http://www.heyu.org/heyu2/ (This is the the same old webpage - we're working on a new one.) Release notes for Heyu 2.0-Beta...
hello mr charles, thanks for the information you supplied to me. i am a little confused here. i have checked the programs from your HEYU2 website but i have...
/*Hello to all, I have a question and hope that someone can answer it... Is there a Linux program for using the X10 camera's say for monitoring...??? Thanks...
Hi All, Sorry for asking what seems to be a dumb question but here goes. I was trying to turn a light on by ramping it up to full brightness. The best I could...
On Fri, 07 Jan 2005 21:03:46 +0000 ... Not dumb - your question gets asked a lot. That's the problem with standard X10 1-way lamp modules and wall switches -...
Hi all, This may be a dumb question but... is there any easy way of executing heyu executable via php as shell_exec,exec,system commands do not seem to work? ...
Hi, Here is my little php script for heyu. <?php $unit = stripslashes($unit); $value = stripslashes($value); $commande = stripslashes($commande); $cmd =...
On Sat, 08 Jan 2005 23:14:56 +0000 ... I'm not familiar with what's involved in executing a program via php, however a typical problem with heyu is that it ...
hello to all, i have been installing the heyu-2.0beta on a laptop with linux to test the program but after going through the last instruction "heyu info" i...
On Sun, 09 Jan 2005 02:00:39 -0800 (PST) ... That's the usual response when the CM11A is connected to a port other than /dev/ttyS0. Are you sure the port isn't...
Hi Not a dumb question at all. I am working on a php driven interface to heyu Version 2. It's very much a prototye. The things I did to get it to work are :- ...
Hello again, Thanks running the heyu from the account work first time! Have you managed to view the inputs via php, or find a way to input x10 states to a...
Hi all, I installed a shutter switch, but don't know how to correctly define it. When I define it as standard light module, 'on' and 'off' work fine. But for...
On Sun, 09 Jan 2005 17:34:14 +0100 ... What kind of device is this "shutter switch"? Who makes it? Could it be a shutter control that uses Extended Code ...
... It's by Marmitek (www.marmitek.com) and the module type is SW10. ... The shutters do respond to the extended codes above! But what should I do now? I...
On Sun, 09 Jan 2005 19:23:16 +0100 ... Yes, you can set them to defined positions. But first, see if they will respond to an extended status command. Open...
... 2005/01/09 20:17:15 sndc function xStatusReq : housecode A unit 9 (Rollo2) 2005/01/09 20:17:43 sndc function xStatusReq : housecode A unit 8 (Rollo1) ...
On Sun, 09 Jan 2005 19:23:31 +0000 ... OK, here's the situation: I checked Marmitek's website and their manual for the SW10 says nothing about Extended Codes -...
... Ok, I tried out some of these extended functions - '01' works, selftest '0F' works - but I have to admit that I don't really understand all of the...
On Sun, 09 Jan 2005 22:05:18 +0000 ... I think enabling sun protection is setting how far the shutters open when they receive an "On" command. Lifestyle is...
... I haven't made tests concerning sunprotection yet. But 'lifestyles' seem to work as follows: You have 8 different lifestyles availabe (0-8). Each lifestyle...
On Mon, 10 Jan 2005 10:48:26 +0000 ... I see the problem. Heyu's 'xfunc' always requires a housecode and unit (1-16) even though one or both are ignored by...
... much a ... As anybody else is writing a php web interface, so am I http://www.nefertiti.dyndns.org/~reinhard/Software/smarthome It's written in php, using...
heyu users, When building heyu2 version 2.0beta, I get the following build error. gcc -g -O -DHASSELECT -DNEEDGTIME -DFREEBSD -Wall -c x10state.c x10state.c:...
Cut and paste error. The output of the build should have read x10state.c: In function 'launch_heyuhelper': x10state.c:2685: 'envp' undeclared (first use in...
... I chose the following solution: For each shutter module Au I define a 'virtual' shutter module Fu as StdLM. Then I add a script SCRIPT F1-16 on off dim...
Thanks for reporting this Charlie. The cut and paste error was a good thing - it told me you are running under FreeBSD. Users compiling heyu under Linux and...
Well mine compiled with no errors. I guess I had all the libraries that Charles used. Wonders will never cease, that is the sort of thing that usually...
On Tue, 11 Jan 2005 16:58:20 -0500 ... You're running Linux, Merv. Charlie Murray is running FreeBSD and slightly different functions are compiled in for that...