Auto Node ID Setting?
-
I am trying to figure out how to assign a Node ID to a new device on my network.
I am using a Sensbender Micro set to AUTO mode for receiving a static Node ID.When I monitor the serial data from my gateway, it shows the data as 255,255,3,0,3.
What data do I send to the node in order to give it an static node ID from the gateway, or controller. Note I am not using any specific controller, just a simple Node Red application to display the mode data...
Thanks,
Tony
-
@tcontrada send an internal message
I_ID_RESPONSE
to your node from gateway with payload of new node id. For more details refer http://www.mysensors.org/download/serial_api_15
-
So if I understand then the response would be 255,255,3,0,4,NODE_ID
Is this correct?
Thanks,
Tony
-
@tcontrada perfect!
-
So that works setting a new Node ID. However, how can I change the Node ID to another value?
Thanks,
Tony
-
@tcontrada you have to erase EEPROM of your node. or using bootloaders you can change your node id. http://forum.mysensors.org/topic/3453/mysbootloader-1-3-pre-release-myscontroller-1-0-0beta
-
Please don't post the same question in different threads.
An answer is available at http://forum.mysensors.org/topic/3577/modify-node-id/3