Hello list, First: Happy new-year. Second: I would like to control heyu with my (TV)-remote thru Lirc. Has anyone have some pointers? I have a working install...
On Sat, 05 Jan 2008 17:40:58 -0000 ... Frank, I'm not familiar with lirc. What exactly is supposed to happen when you press a button on your TV remote, e.g.,...
... Lirc. ... lirc- ... just ... I have the following in my lircrc: begin remote = philipskloonvoorx10 prog = heyu repeat = 0 button = ON/OFF config = turn...
On Sat, 05 Jan 2008 19:07:01 -0000 ... Frank, This may not be the whole problem, but "heyu turn all off" is not a valid Heyu command line. You could use "heyu...
... You probably want something like: begin remote = philipskloonvoorx10 prog = irexec repeat = 0 button = 1 config = heyu turn f1 off end then make sure...
Okay, I'm finally back around to this issue... here's the requested info... i changed my serial.conf back to its original values, btw, so now it says ...
hello, i know, it is a littlebit offtopic in this group, but i have no more ideas :-( in summer last year i bought 3 fd-10s after i figured out that x10 works...
On Fri, 11 Jan 2008 14:36:52 +0100 ... Stefan, What X10 transmitter(s) are you using? X10 receivers (appliance and lamp dimmer modules) recognize X10 signals...
hi charles, many thanks for your fast answer. for testing purposes we are using a special test-transmitter and test-receiver box, which are lent to me from the...
I now have the Heyu support for RFXSensors installed on my development version. It checks out OK with signal emulation but I don't have any actual RFXSensor...
Charles, ... More than happy to help with the testing, but right now I am struggling to get the drivers to recognize the RFXCOM USB adapter... :( Julf...
... Think I got that sorted out - so more than happy to do some testing. I have a Type 3+ RFXsensor (temp + humidity) and the RFXMeter-1 Power meter. Julf...
hi charles, first a correction to my last posting: it has to be +60° and + 120° (instead of +30, +60°) in the meantime we did more testing. and again: with...
I have the status stuff working, what I am wondering is how to set the thermostat back. I found some stuff on another users pages about translation tables,...
... http://www.resconsys.com/docs/thermostats/x10/X10%20BIDIRECTIONAL%20PROTOCOL %20REV13.pdf ... So I understand whhat I am about to code, if I use transition...
Will folks using an RFXCOM RF receiver with Heyu and who DO NOT have an RFXSensor (or who are willing to power it off for a while) kindly run this simple test...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the heyu_users group. File : /sunrise.py ...
heyu_users@yahoogroup...
Jan 18, 2008 5:07 pm
2206
You folks may or may not find this useful. You have to edit the script directly to set up your lights and location. Its very straightforward. The code should...
hello I'm new heyu user's ... I would like to turn the bell on, when motion is detected, but only if a shutter is on (in fact I would like to disable the bell...
On Sat, 19 Jan 2008 14:30:37 -0000 ... The mask $isOn is for use only with the environment variable ($X10_E9 or $x10_shutter). For a SHUTTER module , the "On"...
If anyone participating in this test has collected any RFXCOM noise data at all, please send me now what you've recorded thusfar (or a note that your RFXCOM...
Hello, I have tried to install heyu on Kubuntu 7.10 and this is the error message : eric@dcerouter:~/heyu-2.1.3$ sh ./Configure linux This script will create a...
You're lacking the development environment. Kubuntu doesn't install it by default. Run: apt-get install build-essential Then the Heyu compilation and...
thanks so much, it works ! BTW, could you explain the condition to create for comparing the $X10_SysTime to 20:30:00 ? I try (($X10_SysTime <= "20:30:00" ))...