For some reason every time I open the app my terminal is blank. Not sure if this is something I am doing wrong, or if this is how it is in the new version. The data shows in the terminal if the app is open, but if it is closed or if I close and reopen it, the data is gone.
With the previous BLYNK I would just use a Blynk.virtualWrite, but I was not sure if this was still the way to do it with BLYNK 2.0. So I followerd the DOCS
I see this issue was closed, however the problem still remains as originally reported. There is a comment āNo work ā¦ā Does this mean it will only be solved much later?
I think itās interesting that the plans for the web console include āConsole to send/capture prints from the device (similar to Blynk 1.0) Terminal Widgetā
I wonder if that implies that a different approach is being considered for a console, and if that includes either a mobile widget, or changes to the mobile app to add a console view?
The Terminal Widget seems to be firmly placed in the Blynk Legacy category though.
@ebda3 Iāve moved your post into this topic, as I assume that this is what you were referring to, and we donāt need multiple topics on the same subject.
Just a thought, why then is the Terminal Widget offered in Blynk 2.0? My feeling is either fix the problem or remove it from Blynk 2.0 At the moment it canāt be used reliably.
I assume that it was migrated to give some āstarting pointā widgets in Blynk IoT.
Iām not aware of any reliability issues.
The terminal widget doesnāt retain its history when you navigate away from the app, but as far as Iām aware it does reliably display any data sent to it when it has the focus.
I guess it depends on what your use-case is for the widget
For me, Iāve only ever used it as a way of displaying serial output when remotely debugging devices, and for that situation it works fine.
I think the bigger gap in functionality comes from having no Table widget, and a limit of 100 events (which could be uses as an alternative) per day.
OK maybe a bad choice of wordā¦ it does not retain itās history. You may use it as a debugging device, however my user case is somewhat different. I use it to track power usage day by day and on a month to month basis and display the info on a Billing TAB.
I was using the terminal widget to show/log daily total watering info. Now, I am (have to) using notifications page for that. Not the best solution but it is worked for me.
You can use value displays and virtual pins for every line. You need like 18 virtual pins, value displays and some text widgets.