You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output channel of myscontroller is not adding a newline at the end of the message payload.
This prevents the ethernet gateway from accepting/sending the message.
This prevents node-id assignments from working when using the ethernet gateway.
Can be worked around by adding a JS-Function that appends newline to the messages payload.
Once this is added node-id assignment works as expected.
This seems to be an very old issue and still not resolved. I am using the serial gateway and after appending the \n the payload string I still don't get my sensors to react. If I connect the gateway to a terminal and send the exact message manually, it works fine.
Is there a way to determine what is actually sent by the node?
The output channel of myscontroller is not adding a newline at the end of the message payload.
This prevents the ethernet gateway from accepting/sending the message.
This prevents node-id assignments from working when using the ethernet gateway.
Can be worked around by adding a JS-Function that appends newline to the messages payload.
Once this is added node-id assignment works as expected.
Example transmission:
Incoming message:
Actual message sent:
10;255;3;0;6;M
Expected message
10;255;3;0;6;M\n
The text was updated successfully, but these errors were encountered: