Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Troubleshooting
  3. Two actuators / IR sender example

Two actuators / IR sender example

Scheduled Pinned Locked Moved Troubleshooting
2 Posts 1 Posters 737 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    johnr
    wrote on last edited by
    #1

    Hi,

    I am building a simple remote on/off based on the IR sender example.

    It uses a light switch to send IR commands (one command for on and one command for off)

    Now I want to add a second switch as a new child, and send some other ir codes.

    But I can understand how to the message is adressed to a child device? Can anyone point me inte the right direction.

    "" if (message.type==V_LIGHT) {
    int incomingRelayStatus = message.getInt();
    if (incomingRelayStatus == 1) {
    irsend.send(NEC, 0x1EE17887, 32); // Vol up yamaha ysp-900
    } else {
    irsend.send(NEC, 0x1EE1F807, 32); // Vol down yamaha ysp-900
    }
    // Start receiving ir again...
    irrecv.enableIRIn();
    } ""

    1 Reply Last reply
    0
    • J Offline
      J Offline
      johnr
      wrote on last edited by johnr
      #2

      Found the answer in this tread

      https://forum.mysensors.org/topic/1086/getting-childid-from-incomingmessage/6

      Will try this
      if (message.type==V_LIGHT && message.sensor==3)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      16

      Online

      11.7k

      Users

      11.2k

      Topics

      113.0k

      Posts


      Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • MySensors
      • OpenHardware.io
      • Categories
      • Recent
      • Tags
      • Popular