more G-Labs products

Author Topic: Dim X10 Lamp  (Read 582 times)

July 30, 2015, 12:08:03 AM
Read 582 times

EiEiOhh

  • *
  • Information
  • Newbie
  • Posts: 4
X10 - LM465

I'm have been trying unsuccessfully to turn on dimmable lamp module "L3" and set the level to 20%
The steps below will only turn the lamp on but not dim it.

Here are my steps

I created a new Program
Program Type = Wizard
Program Code Tab>Add Command
Select Command Context = X10
Select Command Target = L3
Select Command to perform = Control.On
Value =

Add Command
Select Command Context = X10
Select Command Target = L3
Select Command to perform = Control.Level
Value = 20

I also tried the following with the L3 Lmp already turned on but nothing happened
Add Command
Select Command Context = X10
Select Command Target = L3
Select Command to perform = Control.Level
Value = 20

August 05, 2015, 04:43:15 PM
Reply #1

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
I figured someone who uses the dim feature would chime in, but it appears no one has.  In general when you are trying to figure out what's going on with HG, you need to check the log.  You can look at the log that's built into the web interface, but that only gives a high level of operations.  If you want to see what HG is doing behind the scenes, you need to look at the Mono output. 

If you are using Linux, you can do this by stopping the HG process and launching HG from the command line.  The command is in the file:

/usr/local/bin/HomeGenie/startup.sh

If you are running Windows, you would need to stop the process and run HG from a command line.

Once you have things streaming to the console, you can look at what HG is doing and verify that it's acting how you expect it to.

FWIW, I have posted this suggestion several time as have a few others.