Blynk Notification not working in app/Mobile

Serial Print is working fine but not Blynk app notification. Is this because I need to add Blynk.notifyIn instead of Blynk.notify???

{
     if (digitalRead(val_1) == LOW)
        Serial.println("Button 1 is pressed.");
        Blynk.notify ("FIRE in Room 1");

No… Making up commands will not help :stuck_out_tongue:

It might be because of your phone settings/permissions, incorrectly set Notification Widget, or just because there is a possible issue (others have had a few recent topics about this)… hard to say.

lol just trying…

Yeah I noticed some topics too. You say as issue, is it related to Blynk or my code.

Possible issue…

Have you tried a different example?

No but let me try changing. I’ll let you know.

@Gunner this shows uptime of the device/sensor. but values or solid notification…

Blynk.notify(String("Running for ") + uptime + " minutes."); 

This option will not work for me as I need a specific notification for specific room… on the Blynk app.
Another thing I will now use a professional Smoke Detector aka Genuine Fire alarm or a heat sensor to intrigate with this setup.

It is not meant to work for you :stuck_out_tongue_winking_eye: it is an example and to be used for troubleshooting.

Did it work or not? If so, then your other issue is your code. If it did NOT work, then there is either an issue with your Phone or Blynk.