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

Sensor server get message send to root element address (should be send to 2. element)

Hello,

I'm working with ESP_BLE_MESH and nRF Mesh app for Android.

I hope you can read structure of my elements causing the problem from image.

What i got is timeout when i hit GET on Sensor Information (in app) when Sensor server is not in root model.

Verbose log tells me that app is sending message to root element.

Am i doing something wrong or it's a bug?

Parents
  • Hi Jakub, 

    I don't see a problem with your composition data as in the screenshot. 
    I did a quick test here with the light switch server (I changed the light server to second element ) and it worked fine for me. 
    Do you have an issue when setting the appkey and the publication address ? 
    Could you try to test with the light switch server ? 

  • I added on/off Server to the same element (0x003C) as sensor server and it seems to work fine (sensor server still timeout)

    those messages should have the same destination

    1. is for sensor server (not working)

    2. is for on/off server (working)

    To be specific 0x003a is root element address (i picked different when provisioning)

    I had no problem setting appkey, also setting up publication addres was not an issue but the messages are not send with error i dont understand fully

Reply
  • I added on/off Server to the same element (0x003C) as sensor server and it seems to work fine (sensor server still timeout)

    those messages should have the same destination

    1. is for sensor server (not working)

    2. is for on/off server (working)

    To be specific 0x003a is root element address (i picked different when provisioning)

    I had no problem setting appkey, also setting up publication addres was not an issue but the messages are not send with error i dont understand fully

Children
Related