HomeGenie Forum

General Category => General Discussion => Topic started by: daberk on June 18, 2016, 04:15:26 PM

Title: Raspberry PI and X10 Light Dimming using CM15
Post by: daberk on June 18, 2016, 04:15:26 PM
Hello,

I am able to turn on and off an X10 light using the commands

wget http://127.0.0.1/api/HomeAutomation.X10/A7/Control.On (http://127.0.0.1/api/HomeAutomation.X10/A7/Control.On)
wget http://127.0.0.1/api/HomeAutomation.X10/A7/Control.Off (http://127.0.0.1/api/HomeAutomation.X10/A7/Control.Off)

I cannot get the light to dim using the commands:

wget http://127.0.0.1/api/HomeAutomation.X10/A7/Control.Dim (http://127.0.0.1/api/HomeAutomation.X10/A7/Control.Dim)
or
wget http://127.0.0.1/api/HomeAutomation.X10/A7/Control.level/50 (http://127.0.0.1/api/HomeAutomation.X10/A7/Control.level/50)

I can dim the light using X10 ActiveHome.  Any ideas about what to do or troubleshoot ?  Did I forget to set something ?

Thanks,

David



Title: Re: Raspberry PI and X10 Light Dimming using CM15 [Solved]
Post by: daberk on June 18, 2016, 07:50:41 PM
Silly Me.

I had Control.level instead of Control.Level.

All is good now !