No notifications on Blynk IOT

Hello there,

I already configured the automations on my blynk IOT app (android device) and fortunately I am receiving popup notifications when action is triggered. However, no history logs is shown under the notifications tab, I am getting this message “All is good now. List of important events will be logged here.” Can you help please!?
Second, when i click on devices > my template > 3 dots at the top right to access the timeline, it shows when device is online and offline but it doesn’t show for e.g. when my heater was turned on and off (action configured under automation).

When you use automation to send notification, you will only receive a notification, if you would like to see the event in the timeline, you should use Blynk.logEvent in your sketch.

https://docs.blynk.io/en/getting-started/events-tutorial#4.-checking-if-event-was-logged.

3 Likes