Thing id arduino cloud

Hi everyone.
Is it normal that the thing ID present in the browser address to be different from that present in the associated device as the attached image??

Thank you

Hi @claudiotz the id you see on the right is the id of the device not the Thing id.

thanks for the quick reply.
I'm asking this question because for three months I haven't been able to solve the problem I'm explaining to you.

  1. ARDUINO (OPTA o MKR) connects to internet with WIFI;
  2. ARDUINO (OPTA o MKR) links to Arduino Cloud;
  3. Arduino Cloud receive variables from ARDUINO;
  4. ARDUINO (OPTA o MKR) lose connection to internet because router WIFI for any reason doesn’t work;
  5. Arduino (OPTA o MKR) blocks the loop, trying to reconnect at Arduino Cloud and WD reset the board.

if I modify the thingProperties.h file by adding within the code automatically generated by Arduino,

`const char THING_ID[] ="efc8f61f-2b29-43f4-9704-5187eb3e0823";`

the problem no longer occurs. It's correct?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.