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

nrf52840 vendor model unable to subscribe to groups in nrf mesh app

Hi,

I have changed the vendor model for sending data from client to server in light switch example. Earlier it was just sending bool values. I have changed it to uint8_t to send data.

But now i am unable to subscribe the server dongle to any group in nrf mesh app, it gives an error "not a subscription model".

I am able to provision both the dongles. Client(switch) has been set to a publish address through the app.

App is not supporting vendor models?

If not then can i give a subscription address in my code to the server(light) node directly? I will provision the nodes via app but address will be taken from the code.

Thanks

Anuprit

Parents
  • Hi,

    The application should be able to configure any model, as all configuration is done using configuration models. The error "not a subscription model" make me think there is something else wrong with the model. What exact changes have you done to the example, can you share the changes?

    If you still use the assigned number for Generic OnOff, but has changed the model to use a different type of data or different messages, then that would mean the nRF Mesh app is probably not able to send the correct messages. But that would be an error that appears when you try to send messages to the model, it should not appear as early as configuration.

    Regards,
    Terje

Reply
  • Hi,

    The application should be able to configure any model, as all configuration is done using configuration models. The error "not a subscription model" make me think there is something else wrong with the model. What exact changes have you done to the example, can you share the changes?

    If you still use the assigned number for Generic OnOff, but has changed the model to use a different type of data or different messages, then that would mean the nRF Mesh app is probably not able to send the correct messages. But that would be an error that appears when you try to send messages to the model, it should not appear as early as configuration.

    Regards,
    Terje

Children
No Data
Related