This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Mesh SDK 2.2.0 add simple on off switch model

I want to add simple on off switch model via SDK 2.2.0.

I'm already add client model to project,when provisioner add client node,Provisioner RTT jump error opcode status field: 2.

what should I do?

Parents
  • The line "opcode status field: 2" comes from the function check_expected_status(), which will check the status when config client status messages are received. In this case it logged a value of 2, which is the access status ACCESS_STATUS_INVALID_MODEL. The explanatory documentations string is "The provided Model index is not valid in this Element".

    Have you seen the "Creating new models", I would recommend starting there first. Here is a similar case as yours.

    Best regards,

    Simon

Reply
  • The line "opcode status field: 2" comes from the function check_expected_status(), which will check the status when config client status messages are received. In this case it logged a value of 2, which is the access status ACCESS_STATUS_INVALID_MODEL. The explanatory documentations string is "The provided Model index is not valid in this Element".

    Have you seen the "Creating new models", I would recommend starting there first. Here is a similar case as yours.

    Best regards,

    Simon

Children
Related