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. Set node id. How?

Set node id. How?

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 3 Posters 1.5k Views 3 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.
  • mescalineM Offline
    mescalineM Offline
    mescaline
    wrote on last edited by
    #1

    Hi!
    This code:

    $sock = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)
    $result = @socket_connect($sock, '172.16.35.66', '5003');
    $data_read = socket_read($sock,40);
    echo $data_read;
    socket_close($sock);
    

    returns:
    255;255;3;0;3;
    but, if i try to set node id using code:

    $write = socket_write($sock, '32;0;3;0;4;');
    

    code return:
    0;0;3;0;14;Gateway startup complete.

    how to set node id?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      ahmedadelhosni
      wrote on last edited by
      #2

      Did you check the API ?
      https://www.mysensors.org/download/serial_api_15

      1 Reply Last reply
      0
      • T Offline
        T Offline
        TimO
        Hero Member
        wrote on last edited by
        #3

        Did you send a newline at the end?

        1 Reply Last reply
        1

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        13

        Online

        12.1k

        Users

        11.2k

        Topics

        113.4k

        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