Things have been going quite well since my series of posts a few weeks ago. All lights have been working reliably on the phase that the controller is on. So...
On Tue, 06 Jan 2004 02:22:30 +0000 ... Once you've uploaded a schedule, you can disconnect the CM11A from the computer, unplug it from the wall socket...
... Well I don't have that many switches to control, so there isn't a problem of timing like that yet. I asked at the electrical distributor about couplers [...
The pest again When I upload a sched to the CM-11 what would a successful upload display? I have seen unsuccessful attempts end with something like wrong byte...
Last question of this session, maybe. In the MAN pages for the config file there is an explanation of the HEYUSUB directive but it isn't clear to me why you...
On Tue, 06 Jan 2004 18:00:11 +0000 ... You'll need the config file only to start the heyu2 monitor. The aliases are stored in memory, so the monitor doesn't...
On Tue, 06 Jan 2004 18:08:19 +0000 ... If you don't use the -v with upload, it should be obvious when the upload is successful. ... An upload overwrites what's...
On Tue, 06 Jan 2004 20:09:19 +0000 ... Heyu version 1.35 can simultaneously access more than one CM11A if they're connected to different serial ports. Heyu2...
... Well all seems to be going well. The computer and one controller is on 'A' phase, and my other CM-11 is in another room, programmed and operating on the...
After much testing, it appears "heyu monitor" does not show any house codes being transmitted when you simply turn the security unit on or off. HOWEVER, when...
Hey all. I'm having a rather puzzling problem. I set up .x10sched.conf with a trigger: trigger a1 on a7on it works. the problem is that I have also setup...
did some more fiddling to see how I could make heyu interact with my x10 security system. interestingly, if I set the following trigger in .x10sched.conf: ...
just to amend my earlier comment, the alarm system's "all on" command actually tries to turn all the lights on, as you might expect. ... house ... or ... ...
incidentally, here's what heyu monitor has to say about all this: turning a7 on with the remote generates: address unit 7 : housecode a (office fan) function...
all of a sudden, the dang thing stopped working right. when I turned a device on or off, it used to give me: address unit 1 : housecode a function off :...
On Fri, 09 Jan 2004 20:32:42 +0000 ... Here's what's happening: The CM11A normally reports X10 signals received over the power line back to the PC, and they...
The "All On" function reported in the heyu monitor is actually a misnomer - it's really the "All Lights On" function. There is in fact no "All Units On"...
... I apologize for being off topic. To me the above indicates that you are running heyu2 as root or at least storing *.mp3's in root's home directory! That's...
I have successfully installed heyu2 under SuSE Linux 9. Everything I have tried works fine. Getting a web interface running revealed two quirks. The config...
On Thu, 15 Jan 2004 15:51:41 +0000 ... You can pass a non-standard config file pathspec to heyu2 (or heyu) as the environment variable X10CONFIG, e.g., ...
... as the ... Hmmmm, yea - but, setting an environmental variable via an Apache perl script evades me. How would I get httpd to execute a shell login to read...
On Thu, 15 Jan 2004 19:43:16 +0000 ... I'm not familiar with Apache perl scripts - how do you execute heyu2 now? I think you should be able to merely replace...
On Thu, 15 Jan 2004 19:43:16 +0000 ... BTW, looking again at your question: If you have individual users logging in to your system, the _first_ default...
... /etc/heyu/x10.conf ... The other "user" which is logging into the system is the Apache server, which is logged in as "wwwrun" group "www". I think I have ...
If I understand what you are trying to do... And I actually am learning something about PERL... (My understanding of PERL is pretty basic, but I have been...
I also agree that "heyu -config=/home/user/config info" is a more logical solution. The Environment Variable is cool, but I see CGI/Web more useful. I haven't...
... pretty ... It looks like you understand the problem. Perl doesn't understand the remote_user() function. This is kinda strange, since I have v5.8.1 and...