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...
On Sat, 25 Sep 2004 13:29:23 -0700 ... While learning perl or python may be a worthwhile endeavor, it's not required for this job. Heyu2 (alpha-5.2 release)...
I wouldn't use 'gon' (generic On) for this - just the plain 'on'. 'gon' will launch the script on too many different kinds of signals (like 'all_lights_on'). ...
hi .. Thanks a lot guys .. I am not using alpha-5.2 .. will try that version now .. By the way i am learning pearl now coz i want to change some interface in...
Hi, I have used heyu for some time, but recently I have moved from one PC to another. I used to use alpha 2, and it exhibited the problem so I have now moved...
Doug, heyu2 isn't communicating with the CM11A. This is indicative of a permissions problem - make sure you have permission to read and write to the serial...
Hi Charles, Thanks for the response. It is actually a CM12U, just in case that causes a problem. I am running a root so there should be no issues of wwriting....
I have tried back on the old machine and all is OK. The main differences are that the old machine is Redhat 7.1 and is running directly on the hardware. The...
Doug, The versions should be OK. I did most of the early heyu2 development on RH 7.1 and am now running it on RH 9 and Fedora Core 2 without problems. The...
Hi, I have a little python script which is designed to brighten a light over a specified amount of time (such as an hour). It starts by turning on the light,...
On Mon, 04 Oct 2004 19:14:54 +0100 ... A standard X10 lamp module supposedly has 210 bright steps. Executing the command 'heyu2 bright A2 <level>' results in...
I've just installed the latest alpha of heyu2 on my Fedora box. I can create macros in my x10config file that work just fine from the command line, but for...
Tom, The fact that the heyu2 monitor doesn't show the "on" function sent from your remote seems to be the problem. Does the remote satisfactorally turn the A3...
Are you simulating daylight to wake you up smoothly? I have done something similar. I have used a progressive approach where the number grows with time. First...