Device Model

Hello,

Does somebody know how i can change the Device Model field in the My devices overview?

I tried several things. I’ve made a Metadata field Device Model type text but this field is apparently not used in de device overview (see screenshot).

BLYNK_CONNECTED() {
  Blynk.sendInternal("meta", "set", "Device Model", "ESP32-WROOM-32");
  Blynk.sendInternal("meta", "set", "Serial Number", "Test1234");
}

I also tried this code. Serial Number works but Device Model not.

Hans.

I guess this might help
https://docs.blynk.io/en/blynk.edgent/api/metadata

I tried but the only thing that works is to change the serial number.

I think it’s work in progress as far as Blynk is concerned.
If you read this, you’ll see that there are quite a few issues with metadata…

Pete.

1 Like

This is something we can’t get rid of right now, but it will be solved in 2-3 months :slight_smile:

1 Like

Ok. So i can stop trying.

Thank you.

Hopefully there will be an update soon.

@hjloer as quick fix you can try “Model” - it will work. I’ll add “device model” as well. But this is all just temp fixes, until we provide “constructor” for this view.

Tested … and it works! :partying_face: