• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Send Message from the Controller to a Node (MySensors)

    Troubleshooting
    3
    5
    1460
    Loading More Posts
    • 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.
    • A
      andyphan last edited by jkandasa

      I setup a RFM69 transceiver wireless network utilizing MySensors /MyController - Built in MQTT broker and MQTT gateway. All node and sensors resources are discovered OK. All sensor data sent to gateway from nodes received OK.

      Everything else seemed working OK except I haven't figured out how to send a MySensors' format message from the Controller/Gateway to a node and a child sensor. I tried to send a raw message and forward payload to a node using the UI tool on MyController. The node never received the message.

      The receiving node has the following sketch

      //========= Receiving Message from GW======
       void receive(const MyMessage &message)
      {
          Serial.print("received msg type");
          Serial.println(message.type);
          Serial.print("Incoming change for sensor:");
          Serial.println(message.sensor);
       }
      

      Nothing showed on Serial Screen.

      Can someone point me to the right direction? I'm miss-understood something?

      jkandasa 1 Reply Last reply Reply Quote 0
      • jkandasa
        jkandasa @andyphan last edited by

        @andyphan Have you enabled serial debug? What is the message you sent?

        1 Reply Last reply Reply Quote 0
        • T
          Tag MOD last edited by

          Hi!,

          Found this example that works in my network.

          does this work for you?

          1 Reply Last reply Reply Quote 0
          • A
            andyphan last edited by

            It works now. I mistakenly had one of the connected sensor to sleep upon iddle. The node only receives messages when none of the attached sensor is sleeping.

            T 1 Reply Last reply Reply Quote 0
            • T
              Tag MOD @andyphan last edited by

              @andyphan 👍

              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              0
              Online

              638
              Users

              495
              Topics

              3.2k
              Posts

              Copyright © 2015-2022 MyController.org | Contributors | Localization