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. Development
  3. Send message to particular Node

Send message to particular Node

Scheduled Pinned Locked Moved Development
3 Posts 2 Posters 2.3k Views 4 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.
  • iotcrazyI Offline
    iotcrazyI Offline
    iotcrazy
    wrote on last edited by
    #1

    I am loving Mysensors libary...great work by the team.

    Here is mt setup:
    1 node set up(with motion sensor) and a gateway. The gateway is connected serially to Rpi and Rpi is running Controller. All works fine.

    1. I want to create another node 2 , which can send message to Node 1 . How to accomplish this ?.
    2. If I include a repeater node , can I see the data that is going through the Repeater Node ? How ?.

    any help is appreciated.

    1 Reply Last reply
    0
    • hekH Offline
      hekH Offline
      hek
      Admin
      wrote on last edited by
      #2

      Example:

      MyMessage msg(CHILD_ID,V_TRIPPED);
      msg.setDestination(1);
      ...send as usual...
      

      You'll see passing messages if you have enabled debug logs. But you cannot intercept messages (programmatically) through the current api.

      iotcrazyI 1 Reply Last reply
      0
      • hekH hek

        Example:

        MyMessage msg(CHILD_ID,V_TRIPPED);
        msg.setDestination(1);
        ...send as usual...
        

        You'll see passing messages if you have enabled debug logs. But you cannot intercept messages (programmatically) through the current api.

        iotcrazyI Offline
        iotcrazyI Offline
        iotcrazy
        wrote on last edited by
        #3

        @hek Thanks for the quick replay. I will give a try .

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


        12

        Online

        11.7k

        Users

        11.2k

        Topics

        113.1k

        Posts


        Copyright 2025 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