Hey All, I'm having an odd problem. I'm using a trigger/macro combo to fire off a series of commands...which should be simple enough. But it almost never seems...
On Tue, 10 Aug 2004 04:21:40 +0000 ... What version of heyu/heyu2 are you using? Do you have other SwitchLinc modules of the same type which work, or is this...
I'm using Heyu 2 alpha 5.2 The following trigger never will turn j4 on (a SwitchLinc), but J5 (several LampLincs) turn on just fine. If I run the same command...
Jere, Do you own a remote transmitter like an X10 Mini- or Maxi-Controller, or an X10 Firecracker kit? If so, disconnect the CM11A from the PC and plug it into...
You know I totally forgot that I could unplug the CM11A from the computer -- DUH! So I moved it to the other phase and things got somewhat better. The one...
Jere, There have been a few disparaging remarks made about the SignalLinc repeaters on the comp.home.automation usenet newsgroup and you might do better with...
Thanks for the heads up on the script command. Using it with scenes seems the way to go -- at any rate It'll at least let me use preset dim command. I'm...
Hi everyone, I keep getting the error message, "Unable to write in Heyu directory / etc/heyu". It is true that the directory is not world-writeable; my ...
I have a similar situation, and I added a Coupler ( http://www.smarthome.com/4823.html) to my Breaker Box, and it helped some. But I highly recommend the...
On Fri, 13 Aug 2004 00:51:36 +0000 ... George, When heyu2 uploads a schedule to the CM11A, it writes several critical files which it may need later, for...
Thanks for the explanation. Is there no way to put the config file in one place and the Heyu temporary files in another? It seems awkward to use /etc for...
On Fri, 13 Aug 2004 17:10:23 +0000 ... There are three "critical" files involved: x10record, x10macroxref, and x10image. Think of these as the configuration...
hi i have heyu2 working. i wanted to use the webinterface of bluelave but i have problems .. i am not too good in perl so thought i will post a msg to see if...
Hi all, I've been searching the archive for a couple of days, but haven't found much info on the built in scripting for Heyu2-Alpha5.2. Seeing that it's...
J, I see your problem. You have multiple alias definitions for A1. This is OK, but heyu2 uses the alias label for the first one it finds in the list when it...
Excelent. I knew it was something simple that I just wasn't seeing. That's what I get for snipping code and messing with variable names. ;) Also, that...
Using the LOG_DIR directive, I've come up with a new error message now "Unable to open X10 State File for write" This makes more sense to me because although...
J, Best to start with a clean slate: 1. Run 'heyu2 stop' 2. Run 'heyu2 list' - this will display the SPOOL and LOCK directories - make sure the user has read...
yes, that was it. Must have started heyu2 as root once because the heyu.state file left in / var/tmp was owned by root, and read only to all others. Removed...
See: <http://www.x10.com/activehomepro/sneakpreview_fccam.html> A new product from X10 along the lines of the venerable CM11A, the CM15A features: USB instead...
Hello, I have been using heyu v. 1.33 for a few years with no problems on my Redhat Linux 6.0 system. I downloaded heyu v. 1.35 but cannot get it to work....
On Wed, 22 Sep 2004 20:39:31 +0000 ... Possibly some leftover stuff from v 1.33 is confusing v 1.35. Run 'heyu stop' Go into directory /var/lock and delete...
hi, I am sure this question is documented some place but i don't seem to find it.. I have a MS13a and i want to do some thing like send an email when motion is...
... - This works fine. Sorry I did not plugin the radio controller correctly. Now i see output from 'heyu2 monitor' do i have to capture this to a file and...
... Learn perl. (or python or whatever) Write a program to monitor the output and then do whatyou want. ... All the "Appliance Modules" I've seen have relays. ...
You need a script in your x10.conf file. Example SCRIPT a1 gon rcvi :: /bin/echo "Motion detected" | /bin/mail -s "Motion detected" yamaha_r6dude@... For...
On Sat, 25 Sep 2004 19:51:14 +0000 ... Heyu2 alpha-5.2 already does the work for you. If you have this release, in your heyu2 configuration file put these two...