Hi All,
Ecosystem: iOS Blynk app (3.5.7) on iPhone 14 Pro Max, communicating with various devices (Particle Boron, Argon, Photon 1, Photon 2; ESP32; etc.).
I use LCD widgets with many of my devices to display a variety of data. Whenever a device goes offline, and I subsequently launch the Blynk app, I want the app to retrieve the last-reported values from the server and display them (similar to how devices use syncVirtual() to obtain up-to-date data from the server) β but instead, I typically get a blank LCD display.
This is especially problematic with some of my devices; for example I have a some battery-operated devices which report their last going-to-sleep time just before they enter Ultra-Low-Power or Hibernation. It is frustrating to have to look at another system, e.g. Particle Console, to determine the last-shutdown time, when the data was sent to the Blynk server and, it seems to me, should remain visible in the app widget until/unless invalidated or updated.
Is there a workaround or fix for this?
Thanks!