Issue with Terminal

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

https://docs.blynk.io/en/blynk.apps/widgets#terminal

         terminal1.println("Car Door Closed On:" + String(currentDate)); 
         terminal1.println("Car Door Closed At:" + String(currentTime));
         terminal1.println("/////////////////////");
         terminal1.flush();

Do you have android app ?
I donā€™t have any problem
2021-06-30_092457

Yes. I am using android. Maybe i am doing something wrong. I will have to do a little more tinkering later when i get home from work.

1 Like

I have the same issue, it seems random.

History for the terminal is not yet done. For now it work only in realtime.

1 Like

Ok. Thanks for letting me know. Glad i didnā€™t spend time trying to find an issue with the code that was not there.

1 Like

Haha,
I didnā€™t understand the issues was the history :joy:

Same issue I am having, will wait for the fix
Android Phone

Any news when this may be fixed?

Probably best to track itā€™s progress here:

Pete.

2 Likes

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.

Pete.

Please blynk team activate the feature to save events on the terminal it is very important I use it in all my projects

@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.

Pete.

Thank you Pete, I searched before making a new post but couldnā€™t find this

Hi Pete, your comment

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.

Pete.

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.

1 Like

Thanks. As you say not the best solutionā€¦
The best solution is that Blynk just fix the widget retain problem.