Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify TSM:ID:FAIL message #984

Merged
merged 1 commit into from Nov 11, 2017

Commits on Nov 10, 2017

  1. Clarify TSM:ID:FAIL message

    As discussed in
    http://korturl.nu/gitler-is-a-stubborn-bastard-1
    and numerous other forum threads, many people don't understand
    that id generation is done by the controller.
    
    Many new users start out their first MySensors network with a
    gateway, a single sensor node and no controller. Since MySensors
    defaults to AUTO node id, the node gets stuck on TSM:ID:FAIL,
    like this:
    TSM:ID
    TSM:ID:REQ
    TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
    TSM:ID
    TSM:ID:REQ
    TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
    TSM:ID
    TSM:ID:REQ
    TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
    TSM:ID
    TSM:ID:REQ
    TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
    !TSM:ID:FAIL
    
    This change adds a clarifying note about the controller in the
    doxygen documentation.
    mfalkvidd committed Nov 10, 2017
    Copy the full SHA
    996729b View commit details
    Browse the repository at this point in the history