Announcement

Collapse
No announcement yet.

Blradar X10 code off

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Blradar X10 code off

    Hello,

    I have this code. HS2 BLRADAR

    ON Code:
    If hs.Plugin("BLRadar").NightTime() Then
    hs.ExecX10ByName("Buiten Buiten Terras Spots zij- en achterkant", "On")
    End If

    If hs.Plugin("BLRadar").NightTime() Then
    hs.ExecX10ByName("Buiten Buiten Voortuin Spot Voortuin", "On")
    End If

    OFF Code:
    If hs.IsOnByName("Buiten Buiten Terras Spots zij- en achterkant") Then
    hs.ExecX10ByName("Buiten Buiten Terras Spots zij- en achterkant", "Off")
    End If

    If hs.IsOnByName("Buiten Buiten Voortuin Spot Voortuin") Then
    hs.ExecX10ByName("Buiten Buiten Voortuin Spot Voortuin", "Off")
    End If

    Problem
    The 2 lamps always go on but sometimes not always off. What can be the problem?
    In Homeseer i can see that the status of the lamps is off. But the lamps are not always off.
    Thanks

    #2
    My first suspicion is that the X10 Off signal is not getting through. One possibility is that the lamp itself is producing line noise that is interfering with the X10 signal. If you have an X10 filter, try placing it between the lamp and the switch to see if that helps.

    If you manually send on and off commands from HS to the lamps do they turn on and off reliably?
    Mike____________________________________________________________ __________________
    HS3 Pro Edition 3.0.0.548, NUC i3

    HW: Stargate | NX8e | CAV6.6 | Squeezebox | PCS | WGL 800RF | RFXCOM | Vantage Pro | Green-Eye | Edgeport/8 | Way2Call | Ecobee3 | EtherRain | Ubiquiti

    Comment


      #3
      manually send on and off commands from HS to the lamps seems reliably.
      delay for second lamp in off code?
      Last edited by renaatdb; January 13, 2015, 04:04 PM.

      Comment

      Working...
      X