I've got an X10 module for my security system installed, and I've got it integrated so that I can easily do things like "if the system disarmed, and was armed...
Sounds like what you really need is a bunch of shell scripts triggered by cron, and some sort of state indicator (maybe the existence/ non-existence of a file)...
Folks: I'm trying to get heyu working on Mac OS X 10.4 (PowerPC) with a UK CM11 with the prolific chipset. ... I have successfully managed to get the CM11 to...
Iain, The /dev/cu.usbserial is the one which usually works, whereas the /dev/tty.usbserial usually doesn't. (I have no idea what the difference is.) There may...
On Sat, 06 Oct 2007 16:34:22 -0000 ... You can have more than one schedule file and specify the one to use with the '-s' command line switch, e.g., SCRIPT O3...
... Charles That did the trick entirely. I could have sworn when i'd changed to the cu.usbserial entry I'd checked if there were any heyu processes running and...
Yeah, actually. That should work just fine. I'll just have to make sure to remember to update both files with any "normal" schedules that I create... Thanks, ...
A, One possible "gotcha" it that we have no idea how many rewrite cycles the CM11A EEPROM is good for. There is a limit in all EEPROMs and the technology used...
Yeah, I thought about that too. In terms of frequency, we're talking at most two writes a week, probably way less. It's comparatively not that many, but still...
If your system's always up, use cron. It's not susceptible to the CM11A quirks -- like the expiration of the timer list, or having trouble with daylight...
A, An intermediate approach would be to use timers in the CM11A to send dummy signals at all the appropriate times and use flags to determine which of them...
Michael, Please report any problems you are seeing with CM11A timers and Daylight Time changes. Except for drift in the CM11A clock, uploaded timers should be...
I'm coming into this discussion a bit late, so pardon me if I'm missing something. I'd suggest using cron, but also make sure the CM11a has enough of a...
I'm running heyu 2.1.2 on a Ubuntu Feisty box succesfully. When I try to use Charles's lamp_timer.sh script after setting up my alias smnight_light and script...
On Sun, 14 Oct 2007 21:10:09 -0000 ... Hmm... it works in both FC-3 and FC-6, but fails with the same "arith: syntax error: "x10_smnight_light & isOff"" error...
... Whoops - too many '$'. Change that to: SCRIPT_SHELL /bin/bash ALIAS smnight_light E7 LM465 SCRIPT E10 on anysrc :: (($x10_smnight_light & $isOn)) &&...
... settimer 1 5:00 ... When I add the above to x10.conf and restart & upload heyu I see the following in the log when I trigger the script /bin/bash 0:...
hi everybody, i am looking for a way to use heyu as a 'transpoder', i.e. receiving some action on A3 and after receiving performing some other action for...
... I use the SCRIPT functionality in they heyu config file, myself. I map each button to the same script, which parses a directory structure to work out what...
Steven Goodwin
steev@...
Oct 15, 2007 10:04 am
1966
hi steve, many thanks for your reply ! sorry, it seems that i was blind - jut didn't see SCRIPT section in configuration file. i will try it... regards stefan...
On Mon, 15 Oct 2007 03:56:34 -0000 ... My corrected ("WHOOPS") message didn't reach you in time. Sorry about that. Thanks for the link about dash. I'll need...
... up my ... error as ... script as a ... Should I be ... command? ... about that. ... Charles, I got the("WHOOPS") message after I posted. And I made that...
Hi everyone! i'm a new member of the group. I've been reading your comments for a long while, they're very useful! i'm a student who is developing the final...
On Tue, 16 Oct 2007 11:46:26 -0000 ... Where are you seeing this 0x66 0xfe ... response? What versions of Heyu and OS are you running? Is this a new problem or...
Hello, I've encountered a problem with the dim feature and Heyu: I have a Marmitek's SW10 module for blinds. When the blind is fully open, I ask to Heyu for...
Hi, I want to control heyu within another C++ program, ¿Is there any interface (Different from system("heyu ..."))? ¿Using the var/temp file? ¿Anyone can...
On Wed, 17 Oct 2007 12:38:01 +0200 ... Fco, When the Heyu model for the SW10 was developed (with the assistance of the Heyu user who owned some), it appeared...
On Wed, 17 Oct 2007 15:08:57 -0000 ... I'm afraid there's no API (Application Program Interface) for Heyu beyond executing it with the system() function. The...
Thanks Charles, I use the shopen command and the SW10 responds, and if I ask to Heyu for the dimlevel it's responds a correct value. The problem is when I use...
Francisco, It sounds like your SW10 is a little different from the other user's. If you can characterize the response of the blind to dim/bright signals sent...