I am creating an alarm system for the garden of my house. The alarm consists of several PIRs connected to ESP8266 that are autonomous with strobe and buzzer and that send information to my phone. I was planning using the Terminal in order to get the history of all alarms but realized the terminal is erased almost every time ios app is launched.
I also realize there is no other widget that helps me see past history (LCD is too small). I think It would be a great improvement if
either terminal keeps history
either there is a new component that helps having a log.
Costa - yes this is possible but the terminal has the advantage that it can be written from multiple ESPs at the same time.
Terminal can be an good event log mechanism for all the IOT events of an installation.
Also installing SD card for storing messages is not so “Blynk” and cloud oriented at my humble opinion.
An alternative to thingspeak is posting messages to the particle cloud and combine that with an email that will be sent through IFTTT. You could “collect” these notifications in a separate email account, like this you will have the time stamp.
Another idea for Terminal widget:
Autoscroll is time base now but it would be more useful if it would be action base.
For example: at the moment, if I switch on autoscroll option, the terminal widget is not allow to view history data because when I try to scroll back to view history, autoscroll push back to the end immadiately. If I switch off autoscroll, I can view back my history data but I have to scroll manually back to the end if I would see the new lines.
My proposal is change to action base the autoscroll. It means, I can hold autoscroll option in ON state and the termial widget refresh (autoscroll to the end) only in case of incoming data and not time by time.
My history data is disappear when I stop running and start again of widget. Should I recompile and upload again my code with new Blynk library version? Maybe it caused my old code (I upload it some month ago)?