more G-Labs products

Author Topic: Raspberry PI and X10 Light Dimming using CM15  (Read 731 times)

June 18, 2016, 04:15:26 PM
Read 731 times

daberk

  • *
  • Information
  • Newbie
  • Posts: 6
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
wget 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
or
wget 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




June 18, 2016, 07:50:41 PM
Reply #1

daberk

  • *
  • Information
  • Newbie
  • Posts: 6
Silly Me.

I had Control.level instead of Control.Level.

All is good now !
« Last Edit: June 18, 2016, 07:59:04 PM by daberk »