Hi,
While migrating multiple Blynk Legacy projects to Blynk IoT (2.0) I noticed an anomaly (bug?) when you create a new device from a previously created template.
In my example below I am using a template - BME280 Sensors ESP8266 (I need a separate template for each type of hardware, because Blynk IoT doesn’t allow different hardware types on the same template, even though Blynk Legacy did . . . but that’s another issue) - any way the template ID is BME280 Sensors ESP8266.
When I create a new device, and select the BME280 Sensors ESP8266 template, I then assign a unique name to the DEVICE - in this case “New Test Device”
When I click create, the device is created - but - there is conflicting firmware information created depending on which part of the device dashboard you look at . . .
Immediately after you create the device there is a pop-up with the correct BLYNK_DEVICE_NAME (ie the one I just assigned - New Test Device:
However if you click the Device Info tab the firmware configuration information is different. It does not include the device name, it actually includes the TEMPLATE name (BME280 Sensors ESP8266).
This is wrong.
billd